COLOR #4A5227

HEX: #4A5227
RGB: (74,82,39)

Color info

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

RGB color model

#4A5227 color RGB value is (74,82,39).

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

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 39 of 255 = 15%

74
82
39

R + G + B ~ 25%. #4A5227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 82 + 39 = 195 (100%)
R 74 of 195 ~ 37.95%
G 82 of 195 ~ 42.05%
B 39 of 195 ~ 20%

%37.95
%42.05
%20

CMYK color model

#4A5227 color CMYK value is (10,0,52,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 52.44%
  • key color value is 67.84%
CMYK:
(10,0,52,68)
C10M0Y52K68 
(10%,0%,52%,68%)
(0.10/0.00/0.52/0.68)	

CMYK percentages

%9.76
%0
%52.44
%67.84

Codes

Color #4A5227 in popluar color models

4A5227
RGB748239
HSL71°35.54%23.73%
HSB/HSV71°52.44%32.16%
CMYK9.76%0.00%52.44%
67.84%

Color #4A5227 in popluar number systems.

HEX4A5227
Decimal748239
Binary10010101010010100111
Octal11212247

Shades and tints

Shades of #4A5227

#4A5227
(74,82,39)
#444B24
(68,75,36)
#3E4421
(62,68,33)
#383D1E
(56,61,30)
#32361B
(50,54,27)
#2C2F18
(44,47,24)
#262815
(38,40,21)
#202112
(32,33,18)
#1A1A0F
(26,26,15)
#14130C
(20,19,12)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #4A5227

#4A5227
(74,82,39)
#5A613A
(90,97,58)
#6A704D
(106,112,77)
#7A7F60
(122,127,96)
#8A8E73
(138,142,115)
#9A9D86
(154,157,134)
#AAAC99
(170,172,153)
#BABBAC
(186,187,172)
#CACABF
(202,202,191)
#DAD9D2
(218,217,210)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5227; }

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

This text font color is #4A5227.


Background Color

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

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

This div background color is #4A5227.


Border color

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

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

This div border color is #4A5227.


Opacity

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

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

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

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

This text has shadow with #4A5227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5227 on black background.


Color preview on white background

This text has color #4A5227 on white background.



Black color preview on #4A5227 background

This text has black color on #4A5227 background.


White color preview on #4A5227 background

This text has white color on #4A5227 background.