COLOR #4A6C52

HEX: #4A6C52
RGB: (74,108,82)

Color info

#4A6C52 contains red, green and blue colors in about the same proportion. Web safe color of #4A6C52 is #336666 (or #366).

RGB color model

#4A6C52 color RGB value is (74,108,82).

  • red value is 74;
  • green value is 108;
  • blue value is 82.
RGB:
(74,108,82)
(29%,42%,32%)

RGB channels and saturation

R 74 of 255 = 29%
G 108 of 255 = 42%
B 82 of 255 = 32%

74
108
82

R + G + B ~ 34%. #4A6C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 108 + 82 = 264 (100%)
R 74 of 264 ~ 28.03%
G 108 of 264 ~ 40.91%
B 82 of 264 ~ 31.06%

%28.03
%40.91
%31.06

CMYK color model

#4A6C52 color CMYK value is (31,0,24,58).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(31,0,24,58)
C31M0Y24K58 
(31%,0%,24%,58%)
(0.31/0.00/0.24/0.58)	

CMYK percentages

%31.48
%0
%24.07
%57.65

Codes

Color #4A6C52 in popluar color models

4A6C52
RGB7410882
HSL134°18.68%35.69%
HSB/HSV134°31.48%42.35%
CMYK31.48%0.00%24.07%
57.65%

Color #4A6C52 in popluar number systems.

HEX4A6C52
Decimal7410882
Binary100101011011001010010
Octal112154122

Shades and tints

Shades of #4A6C52

#4A6C52
(74,108,82)
#44634B
(68,99,75)
#3E5A44
(62,90,68)
#38513D
(56,81,61)
#324836
(50,72,54)
#2C3F2F
(44,63,47)
#263628
(38,54,40)
#202D21
(32,45,33)
#1A241A
(26,36,26)
#141B13
(20,27,19)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #4A6C52

#4A6C52
(74,108,82)
#5A7961
(90,121,97)
#6A8670
(106,134,112)
#7A937F
(122,147,127)
#8AA08E
(138,160,142)
#9AAD9D
(154,173,157)
#AABAAC
(170,186,172)
#BAC7BB
(186,199,187)
#CAD4CA
(202,212,202)
#DAE1D9
(218,225,217)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6C52 color. Also use rgb(74,108,82) instead hex code.

Text Font Color

.myTextColor { color: #4A6C52; }

<p style="color:#4A6C52">This sample text font color is #4A6C52.</p>

This text font color is #4A6C52.


Background Color

.myBgColor { background-color: #4A6C52; }

<div style="background-color:#4A6C52">Inner text</div>

This div background color is #4A6C52.


Border color

.myBorderColor { border: 1px solid #4A6C52; }

<div style="border:3px solid #4A6C52">Div</div>

This div border color is #4A6C52.


Opacity

.myOpacity80 { color: #4A6C52; opacity: 0.8; }

<p style="color:#4A6C52;opacity:0.8;">80%</p>

Text with #4A6C52 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4A6C52;}

<p style="text-shadow: 3px 3px 1px #4A6C52">Text here.</p>

This text has shadow with #4A6C52 color.

.textShadow {text-shadow: 3px 3px 1px #4A6C52, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4A6C52, 5px 5px 20px red">Text here.</p>

This text has shadow with #4A6C52 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A6C52, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4A6C52, Direction=45, Strength=4)">Text</p>

This text has shadow with #4A6C52 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4A6C52;
  -webkit-box-shadow:	1px 1px 3px 2px #4A6C52;
  box-shadow:		1px 1px 3px 2px #4A6C52;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A6C52;
-webkit-box-shadow: 1px 1px 3px 2px #4A6C52;
box-shadow:1px 1px 3px 2px #4A6C52;">
Div content here</div>
This div box has shadow with color #4A6C52.

Preview

Color preview on black background

This text has color #4A6C52 on black background.


Color preview on white background

This text has color #4A6C52 on white background.



Black color preview on #4A6C52 background

This text has black color on #4A6C52 background.


White color preview on #4A6C52 background

This text has white color on #4A6C52 background.