COLOR #4A6139

HEX: #4A6139
RGB: (74,97,57)

Color info

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

RGB color model

#4A6139 color RGB value is (74,97,57).

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

RGB channels and saturation

R 74 of 255 = 29%
G 97 of 255 = 38%
B 57 of 255 = 22%

74
97
57

R + G + B ~ 30%. #4A6139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 97 + 57 = 228 (100%)
R 74 of 228 ~ 32.46%
G 97 of 228 ~ 42.54%
B 57 of 228 ~ 25%

%32.46
%42.54
%25

CMYK color model

#4A6139 color CMYK value is (24,0,41,62).

  • cyan value is 23.71%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 61.96%
CMYK:
(24,0,41,62)
C24M0Y41K62 
(24%,0%,41%,62%)
(0.24/0.00/0.41/0.62)	

CMYK percentages

%23.71
%0
%41.24
%61.96

Codes

Color #4A6139 in popluar color models

4A6139
RGB749757
HSL95°25.97%30.20%
HSB/HSV95°41.24%38.04%
CMYK23.71%0.00%41.24%
61.96%

Color #4A6139 in popluar number systems.

HEX4A6139
Decimal749757
Binary10010101100001111001
Octal11214171

Shades and tints

Shades of #4A6139

#4A6139
(74,97,57)
#445934
(68,89,52)
#3E512F
(62,81,47)
#38492A
(56,73,42)
#324125
(50,65,37)
#2C3920
(44,57,32)
#26311B
(38,49,27)
#202916
(32,41,22)
#1A2111
(26,33,17)
#14190C
(20,25,12)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #4A6139

#4A6139
(74,97,57)
#5A6F4B
(90,111,75)
#6A7D5D
(106,125,93)
#7A8B6F
(122,139,111)
#8A9981
(138,153,129)
#9AA793
(154,167,147)
#AAB5A5
(170,181,165)
#BAC3B7
(186,195,183)
#CAD1C9
(202,209,201)
#DADFDB
(218,223,219)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6139; }

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

This text font color is #4A6139.


Background Color

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

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

This div background color is #4A6139.


Border color

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

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

This div border color is #4A6139.


Opacity

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

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

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

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

This text has shadow with #4A6139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6139 on black background.


Color preview on white background

This text has color #4A6139 on white background.



Black color preview on #4A6139 background

This text has black color on #4A6139 background.


White color preview on #4A6139 background

This text has white color on #4A6139 background.