COLOR #4A7C52

HEX: #4A7C52
RGB: (74,124,82)

Color info

#4A7C52 contains red, green and blue colors in about the same proportion. Web safe color of #4A7C52 is #336666 (or #366).

RGB color model

#4A7C52 color RGB value is (74,124,82).

  • red value is 74;
  • green value is 124;
  • blue value is 82.
RGB:
(74,124,82)
(29%,49%,32%)

RGB channels and saturation

R 74 of 255 = 29%
G 124 of 255 = 49%
B 82 of 255 = 32%

74
124
82

R + G + B ~ 37%. #4A7C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 124 + 82 = 280 (100%)
R 74 of 280 ~ 26.43%
G 124 of 280 ~ 44.29%
B 82 of 280 ~ 29.29%

%26.43
%44.29
%29.29

CMYK color model

#4A7C52 color CMYK value is (40,0,34,51).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 51.37%
CMYK:
(40,0,34,51)
C40M0Y34K51 
(40%,0%,34%,51%)
(0.40/0.00/0.34/0.51)	

CMYK percentages

%40.32
%0
%33.87
%51.37

Codes

Color #4A7C52 in popluar color models

4A7C52
RGB7412482
HSL130°25.25%38.82%
HSB/HSV130°40.32%48.63%
CMYK40.32%0.00%33.87%
51.37%

Color #4A7C52 in popluar number systems.

HEX4A7C52
Decimal7412482
Binary100101011111001010010
Octal112174122

Shades and tints

Shades of #4A7C52

#4A7C52
(74,124,82)
#44714B
(68,113,75)
#3E6644
(62,102,68)
#385B3D
(56,91,61)
#325036
(50,80,54)
#2C452F
(44,69,47)
#263A28
(38,58,40)
#202F21
(32,47,33)
#1A241A
(26,36,26)
#141913
(20,25,19)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #4A7C52

#4A7C52
(74,124,82)
#5A8761
(90,135,97)
#6A9270
(106,146,112)
#7A9D7F
(122,157,127)
#8AA88E
(138,168,142)
#9AB39D
(154,179,157)
#AABEAC
(170,190,172)
#BAC9BB
(186,201,187)
#CAD4CA
(202,212,202)
#DADFD9
(218,223,217)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7C52 color. Also use rgb(74,124,82) instead hex code.

Text Font Color

.myTextColor { color: #4A7C52; }

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

This text font color is #4A7C52.


Background Color

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

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

This div background color is #4A7C52.


Border color

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

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

This div border color is #4A7C52.


Opacity

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

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

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

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

This text has shadow with #4A7C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7C52 on black background.


Color preview on white background

This text has color #4A7C52 on white background.



Black color preview on #4A7C52 background

This text has black color on #4A7C52 background.


White color preview on #4A7C52 background

This text has white color on #4A7C52 background.