COLOR #4A612B

HEX: #4A612B
RGB: (74,97,43)

Color info

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

RGB color model

#4A612B color RGB value is (74,97,43).

  • red value is 74;
  • green value is 97;
  • blue value is 43.
RGB:
(74,97,43)
(29%,38%,17%)

RGB channels and saturation

R 74 of 255 = 29%
G 97 of 255 = 38%
B 43 of 255 = 17%

74
97
43

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

Portions of RGB colors in percentages

R + G + B =
74 + 97 + 43 = 214 (100%)
R 74 of 214 ~ 34.58%
G 97 of 214 ~ 45.33%
B 43 of 214 ~ 20.09%

%34.58
%45.33
%20.09

CMYK color model

#4A612B color CMYK value is (24,0,56,62).

  • cyan value is 23.71%
  • magenta value is 0.00%
  • yellow value is 55.67%
  • key color value is 61.96%
CMYK:
(24,0,56,62)
C24M0Y56K62 
(24%,0%,56%,62%)
(0.24/0.00/0.56/0.62)	

CMYK percentages

%23.71
%0
%55.67
%61.96

Codes

Color #4A612B in popluar color models

4A612B
RGB749743
HSL86°38.57%27.45%
HSB/HSV86°55.67%38.04%
CMYK23.71%0.00%55.67%
61.96%

Color #4A612B in popluar number systems.

HEX4A612B
Decimal749743
Binary10010101100001101011
Octal11214153

Shades and tints

Shades of #4A612B

#4A612B
(74,97,43)
#445928
(68,89,40)
#3E5125
(62,81,37)
#384922
(56,73,34)
#32411F
(50,65,31)
#2C391C
(44,57,28)
#263119
(38,49,25)
#202916
(32,41,22)
#1A2113
(26,33,19)
#141910
(20,25,16)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #4A612B

#4A612B
(74,97,43)
#5A6F3E
(90,111,62)
#6A7D51
(106,125,81)
#7A8B64
(122,139,100)
#8A9977
(138,153,119)
#9AA78A
(154,167,138)
#AAB59D
(170,181,157)
#BAC3B0
(186,195,176)
#CAD1C3
(202,209,195)
#DADFD6
(218,223,214)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A612B color. Also use rgb(74,97,43) instead hex code.

Text Font Color

.myTextColor { color: #4A612B; }

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

This text font color is #4A612B.


Background Color

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

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

This div background color is #4A612B.


Border color

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

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

This div border color is #4A612B.


Opacity

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

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

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

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

This text has shadow with #4A612B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A612B on black background.


Color preview on white background

This text has color #4A612B on white background.



Black color preview on #4A612B background

This text has black color on #4A612B background.


White color preview on #4A612B background

This text has white color on #4A612B background.