COLOR #4A5534

HEX: #4A5534
RGB: (74,85,52)

Color info

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

RGB color model

#4A5534 color RGB value is (74,85,52).

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

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 52 of 255 = 20%

74
85
52

R + G + B ~ 27%. #4A5534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 85 + 52 = 211 (100%)
R 74 of 211 ~ 35.07%
G 85 of 211 ~ 40.28%
B 52 of 211 ~ 24.64%

%35.07
%40.28
%24.64

CMYK color model

#4A5534 color CMYK value is (13,0,39,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 66.67%
CMYK:
(13,0,39,67)
C13M0Y39K67 
(13%,0%,39%,67%)
(0.13/0.00/0.39/0.67)	

CMYK percentages

%12.94
%0
%38.82
%66.67

Codes

Color #4A5534 in popluar color models

4A5534
RGB748552
HSL80°24.09%26.86%
HSB/HSV80°38.82%33.33%
CMYK12.94%0.00%38.82%
66.67%

Color #4A5534 in popluar number systems.

HEX4A5534
Decimal748552
Binary10010101010101110100
Octal11212564

Shades and tints

Shades of #4A5534

#4A5534
(74,85,52)
#444E30
(68,78,48)
#3E472C
(62,71,44)
#384028
(56,64,40)
#323924
(50,57,36)
#2C3220
(44,50,32)
#262B1C
(38,43,28)
#202418
(32,36,24)
#1A1D14
(26,29,20)
#141610
(20,22,16)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #4A5534

#4A5534
(74,85,52)
#5A6446
(90,100,70)
#6A7358
(106,115,88)
#7A826A
(122,130,106)
#8A917C
(138,145,124)
#9AA08E
(154,160,142)
#AAAFA0
(170,175,160)
#BABEB2
(186,190,178)
#CACDC4
(202,205,196)
#DADCD6
(218,220,214)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5534; }

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

This text font color is #4A5534.


Background Color

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

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

This div background color is #4A5534.


Border color

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

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

This div border color is #4A5534.


Opacity

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

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

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

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

This text has shadow with #4A5534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5534 on black background.


Color preview on white background

This text has color #4A5534 on white background.



Black color preview on #4A5534 background

This text has black color on #4A5534 background.


White color preview on #4A5534 background

This text has white color on #4A5534 background.