COLOR #4A5F3C

HEX: #4A5F3C
RGB: (74,95,60)

Color info

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

RGB color model

#4A5F3C color RGB value is (74,95,60).

  • red value is 74;
  • green value is 95;
  • blue value is 60.
RGB:
(74,95,60)
(29%,37%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 95 of 255 = 37%
B 60 of 255 = 24%

74
95
60

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

Portions of RGB colors in percentages

R + G + B =
74 + 95 + 60 = 229 (100%)
R 74 of 229 ~ 32.31%
G 95 of 229 ~ 41.48%
B 60 of 229 ~ 26.2%

%32.31
%41.48
%26.2

CMYK color model

#4A5F3C color CMYK value is (22,0,37,63).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 62.75%
CMYK:
(22,0,37,63)
C22M0Y37K63 
(22%,0%,37%,63%)
(0.22/0.00/0.37/0.63)	

CMYK percentages

%22.11
%0
%36.84
%62.75

Codes

Color #4A5F3C in popluar color models

4A5F3C
RGB749560
HSL96°22.58%30.39%
HSB/HSV96°36.84%37.25%
CMYK22.11%0.00%36.84%
62.75%

Color #4A5F3C in popluar number systems.

HEX4A5F3C
Decimal749560
Binary10010101011111111100
Octal11213774

Shades and tints

Shades of #4A5F3C

#4A5F3C
(74,95,60)
#445737
(68,87,55)
#3E4F32
(62,79,50)
#38472D
(56,71,45)
#323F28
(50,63,40)
#2C3723
(44,55,35)
#262F1E
(38,47,30)
#202719
(32,39,25)
#1A1F14
(26,31,20)
#14170F
(20,23,15)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #4A5F3C

#4A5F3C
(74,95,60)
#5A6D4D
(90,109,77)
#6A7B5E
(106,123,94)
#7A896F
(122,137,111)
#8A9780
(138,151,128)
#9AA591
(154,165,145)
#AAB3A2
(170,179,162)
#BAC1B3
(186,193,179)
#CACFC4
(202,207,196)
#DADDD5
(218,221,213)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5F3C color. Also use rgb(74,95,60) instead hex code.

Text Font Color

.myTextColor { color: #4A5F3C; }

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

This text font color is #4A5F3C.


Background Color

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

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

This div background color is #4A5F3C.


Border color

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

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

This div border color is #4A5F3C.


Opacity

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

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

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

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

This text has shadow with #4A5F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5F3C on black background.


Color preview on white background

This text has color #4A5F3C on white background.



Black color preview on #4A5F3C background

This text has black color on #4A5F3C background.


White color preview on #4A5F3C background

This text has white color on #4A5F3C background.