COLOR #4A5956

HEX: #4A5956
RGB: (74,89,86)

Color info

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

RGB color model

#4A5956 color RGB value is (74,89,86).

  • red value is 74;
  • green value is 89;
  • blue value is 86.
RGB:
(74,89,86)
(29%,35%,34%)

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 86 of 255 = 34%

74
89
86

R + G + B ~ 33%. #4A5956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 86 = 249 (100%)
R 74 of 249 ~ 29.72%
G 89 of 249 ~ 35.74%
B 86 of 249 ~ 34.54%

%29.72
%35.74
%34.54

CMYK color model

#4A5956 color CMYK value is (17,0,3,65).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 65.10%
CMYK:
(17,0,3,65)
C17M0Y3K65 
(17%,0%,3%,65%)
(0.17/0.00/0.03/0.65)	

CMYK percentages

%16.85
%0
%3.37
%65.1

Codes

Color #4A5956 in popluar color models

4A5956
RGB748986
HSL168°9.20%31.96%
HSB/HSV168°16.85%34.90%
CMYK16.85%0.00%3.37%
65.10%

Color #4A5956 in popluar number systems.

HEX4A5956
Decimal748986
Binary100101010110011010110
Octal112131126

Shades and tints

Shades of #4A5956

#4A5956
(74,89,86)
#44514F
(68,81,79)
#3E4948
(62,73,72)
#384141
(56,65,65)
#32393A
(50,57,58)
#2C3133
(44,49,51)
#26292C
(38,41,44)
#202125
(32,33,37)
#1A191E
(26,25,30)
#141117
(20,17,23)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #4A5956

#4A5956
(74,89,86)
#5A6865
(90,104,101)
#6A7774
(106,119,116)
#7A8683
(122,134,131)
#8A9592
(138,149,146)
#9AA4A1
(154,164,161)
#AAB3B0
(170,179,176)
#BAC2BF
(186,194,191)
#CAD1CE
(202,209,206)
#DAE0DD
(218,224,221)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5956 color. Also use rgb(74,89,86) instead hex code.

Text Font Color

.myTextColor { color: #4A5956; }

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

This text font color is #4A5956.


Background Color

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

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

This div background color is #4A5956.


Border color

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

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

This div border color is #4A5956.


Opacity

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

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

Text with #4A5956 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 #4A5956;}

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

This text has shadow with #4A5956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5956 on black background.


Color preview on white background

This text has color #4A5956 on white background.



Black color preview on #4A5956 background

This text has black color on #4A5956 background.


White color preview on #4A5956 background

This text has white color on #4A5956 background.