COLOR #4A5A35

HEX: #4A5A35
RGB: (74,90,53)

Color info

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

RGB color model

#4A5A35 color RGB value is (74,90,53).

  • red value is 74;
  • green value is 90;
  • blue value is 53.
RGB:
(74,90,53)
(29%,35%,21%)

RGB channels and saturation

R 74 of 255 = 29%
G 90 of 255 = 35%
B 53 of 255 = 21%

74
90
53

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

Portions of RGB colors in percentages

R + G + B =
74 + 90 + 53 = 217 (100%)
R 74 of 217 ~ 34.1%
G 90 of 217 ~ 41.47%
B 53 of 217 ~ 24.42%

%34.1
%41.47
%24.42

CMYK color model

#4A5A35 color CMYK value is (18,0,41,65).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 41.11%
  • key color value is 64.71%
CMYK:
(18,0,41,65)
C18M0Y41K65 
(18%,0%,41%,65%)
(0.18/0.00/0.41/0.65)	

CMYK percentages

%17.78
%0
%41.11
%64.71

Codes

Color #4A5A35 in popluar color models

4A5A35
RGB749053
HSL86°25.87%28.04%
HSB/HSV86°41.11%35.29%
CMYK17.78%0.00%41.11%
64.71%

Color #4A5A35 in popluar number systems.

HEX4A5A35
Decimal749053
Binary10010101011010110101
Octal11213265

Shades and tints

Shades of #4A5A35

#4A5A35
(74,90,53)
#445231
(68,82,49)
#3E4A2D
(62,74,45)
#384229
(56,66,41)
#323A25
(50,58,37)
#2C3221
(44,50,33)
#262A1D
(38,42,29)
#202219
(32,34,25)
#1A1A15
(26,26,21)
#141211
(20,18,17)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A5A35

#4A5A35
(74,90,53)
#5A6947
(90,105,71)
#6A7859
(106,120,89)
#7A876B
(122,135,107)
#8A967D
(138,150,125)
#9AA58F
(154,165,143)
#AAB4A1
(170,180,161)
#BAC3B3
(186,195,179)
#CAD2C5
(202,210,197)
#DAE1D7
(218,225,215)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5A35 color. Also use rgb(74,90,53) instead hex code.

Text Font Color

.myTextColor { color: #4A5A35; }

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

This text font color is #4A5A35.


Background Color

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

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

This div background color is #4A5A35.


Border color

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

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

This div border color is #4A5A35.


Opacity

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

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

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

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

This text has shadow with #4A5A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5A35 on black background.


Color preview on white background

This text has color #4A5A35 on white background.



Black color preview on #4A5A35 background

This text has black color on #4A5A35 background.


White color preview on #4A5A35 background

This text has white color on #4A5A35 background.