COLOR #4A5134

HEX: #4A5134
RGB: (74,81,52)

Color info

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

RGB color model

#4A5134 color RGB value is (74,81,52).

  • red value is 74;
  • green value is 81;
  • blue value is 52.
RGB:
(74,81,52)
(29%,32%,20%)

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 52 of 255 = 20%

74
81
52

R + G + B ~ 27%. #4A5134 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 52 = 207 (100%)
R 74 of 207 ~ 35.75%
G 81 of 207 ~ 39.13%
B 52 of 207 ~ 25.12%

%35.75
%39.13
%25.12

CMYK color model

#4A5134 color CMYK value is (9,0,36,68).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 35.80%
  • key color value is 68.24%
CMYK:
(9,0,36,68)
C9M0Y36K68 
(9%,0%,36%,68%)
(0.09/0.00/0.36/0.68)	

CMYK percentages

%8.64
%0
%35.8
%68.24

Codes

Color #4A5134 in popluar color models

4A5134
RGB748152
HSL74°21.80%26.08%
HSB/HSV74°35.80%31.76%
CMYK8.64%0.00%35.80%
68.24%

Color #4A5134 in popluar number systems.

HEX4A5134
Decimal748152
Binary10010101010001110100
Octal11212164

Shades and tints

Shades of #4A5134

#4A5134
(74,81,52)
#444A30
(68,74,48)
#3E432C
(62,67,44)
#383C28
(56,60,40)
#323524
(50,53,36)
#2C2E20
(44,46,32)
#26271C
(38,39,28)
#202018
(32,32,24)
#1A1914
(26,25,20)
#141210
(20,18,16)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #4A5134

#4A5134
(74,81,52)
#5A6046
(90,96,70)
#6A6F58
(106,111,88)
#7A7E6A
(122,126,106)
#8A8D7C
(138,141,124)
#9A9C8E
(154,156,142)
#AAABA0
(170,171,160)
#BABAB2
(186,186,178)
#CAC9C4
(202,201,196)
#DAD8D6
(218,216,214)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5134 color. Also use rgb(74,81,52) instead hex code.

Text Font Color

.myTextColor { color: #4A5134; }

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

This text font color is #4A5134.


Background Color

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

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

This div background color is #4A5134.


Border color

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

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

This div border color is #4A5134.


Opacity

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

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

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

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

This text has shadow with #4A5134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5134 on black background.


Color preview on white background

This text has color #4A5134 on white background.



Black color preview on #4A5134 background

This text has black color on #4A5134 background.


White color preview on #4A5134 background

This text has white color on #4A5134 background.