COLOR #4A7230

HEX: #4A7230
RGB: (74,114,48)

Color info

#4A7230 contains mainly red and green colors. Web safe color of #4A7230 is #336633 (or #363).

RGB color model

#4A7230 color RGB value is (74,114,48).

  • red value is 74;
  • green value is 114;
  • blue value is 48.
RGB:
(74,114,48)
(29%,45%,19%)

RGB channels and saturation

R 74 of 255 = 29%
G 114 of 255 = 45%
B 48 of 255 = 19%

74
114
48

R + G + B ~ 31%. #4A7230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 114 + 48 = 236 (100%)
R 74 of 236 ~ 31.36%
G 114 of 236 ~ 48.31%
B 48 of 236 ~ 20.34%

%31.36
%48.31
%20.34

CMYK color model

#4A7230 color CMYK value is (35,0,58,55).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 55.29%
CMYK:
(35,0,58,55)
C35M0Y58K55 
(35%,0%,58%,55%)
(0.35/0.00/0.58/0.55)	

CMYK percentages

%35.09
%0
%57.89
%55.29

Codes

Color #4A7230 in popluar color models

4A7230
RGB7411448
HSL96°40.74%31.76%
HSB/HSV96°57.89%44.71%
CMYK35.09%0.00%57.89%
55.29%

Color #4A7230 in popluar number systems.

HEX4A7230
Decimal7411448
Binary10010101110010110000
Octal11216260

Shades and tints

Shades of #4A7230

#4A7230
(74,114,48)
#44682C
(68,104,44)
#3E5E28
(62,94,40)
#385424
(56,84,36)
#324A20
(50,74,32)
#2C401C
(44,64,28)
#263618
(38,54,24)
#202C14
(32,44,20)
#1A2210
(26,34,16)
#14180C
(20,24,12)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #4A7230

#4A7230
(74,114,48)
#5A7E42
(90,126,66)
#6A8A54
(106,138,84)
#7A9666
(122,150,102)
#8AA278
(138,162,120)
#9AAE8A
(154,174,138)
#AABA9C
(170,186,156)
#BAC6AE
(186,198,174)
#CAD2C0
(202,210,192)
#DADED2
(218,222,210)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7230 color. Also use rgb(74,114,48) instead hex code.

Text Font Color

.myTextColor { color: #4A7230; }

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

This text font color is #4A7230.


Background Color

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

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

This div background color is #4A7230.


Border color

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

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

This div border color is #4A7230.


Opacity

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

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

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

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

This text has shadow with #4A7230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7230 on black background.


Color preview on white background

This text has color #4A7230 on white background.



Black color preview on #4A7230 background

This text has black color on #4A7230 background.


White color preview on #4A7230 background

This text has white color on #4A7230 background.