COLOR #4A5539

HEX: #4A5539
RGB: (74,85,57)

Color info

#4A5539 contains red, green and blue colors in about the same proportion. Web safe color of #4A5539 is #336633 (or #363).

RGB color model

#4A5539 color RGB value is (74,85,57).

  • red value is 74;
  • green value is 85;
  • blue value is 57.
RGB:
(74,85,57)
(29%,33%,22%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 57 of 255 = 22%

74
85
57

R + G + B ~ 28%. #4A5539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 85 + 57 = 216 (100%)
R 74 of 216 ~ 34.26%
G 85 of 216 ~ 39.35%
B 57 of 216 ~ 26.39%

%34.26
%39.35
%26.39

CMYK color model

#4A5539 color CMYK value is (13,0,33,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(13,0,33,67)
C13M0Y33K67 
(13%,0%,33%,67%)
(0.13/0.00/0.33/0.67)	

CMYK percentages

%12.94
%0
%32.94
%66.67

Codes

Color #4A5539 in popluar color models

4A5539
RGB748557
HSL84°19.72%27.84%
HSB/HSV84°32.94%33.33%
CMYK12.94%0.00%32.94%
66.67%

Color #4A5539 in popluar number systems.

HEX4A5539
Decimal748557
Binary10010101010101111001
Octal11212571

Shades and tints

Shades of #4A5539

#4A5539
(74,85,57)
#444E34
(68,78,52)
#3E472F
(62,71,47)
#38402A
(56,64,42)
#323925
(50,57,37)
#2C3220
(44,50,32)
#262B1B
(38,43,27)
#202416
(32,36,22)
#1A1D11
(26,29,17)
#14160C
(20,22,12)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #4A5539

#4A5539
(74,85,57)
#5A644B
(90,100,75)
#6A735D
(106,115,93)
#7A826F
(122,130,111)
#8A9181
(138,145,129)
#9AA093
(154,160,147)
#AAAFA5
(170,175,165)
#BABEB7
(186,190,183)
#CACDC9
(202,205,201)
#DADCDB
(218,220,219)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5539 color. Also use rgb(74,85,57) instead hex code.

Text Font Color

.myTextColor { color: #4A5539; }

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

This text font color is #4A5539.


Background Color

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

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

This div background color is #4A5539.


Border color

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

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

This div border color is #4A5539.


Opacity

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

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

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

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

This text has shadow with #4A5539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5539 on black background.


Color preview on white background

This text has color #4A5539 on white background.



Black color preview on #4A5539 background

This text has black color on #4A5539 background.


White color preview on #4A5539 background

This text has white color on #4A5539 background.