COLOR #4A7830

HEX: #4A7830
RGB: (74,120,48)

Color info

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

RGB color model

#4A7830 color RGB value is (74,120,48).

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

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 48 of 255 = 19%

74
120
48

R + G + B ~ 32%. #4A7830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 48 = 242 (100%)
R 74 of 242 ~ 30.58%
G 120 of 242 ~ 49.59%
B 48 of 242 ~ 19.83%

%30.58
%49.59
%19.83

CMYK color model

#4A7830 color CMYK value is (38,0,60,53).

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(38,0,60,53)
C38M0Y60K53 
(38%,0%,60%,53%)
(0.38/0.00/0.60/0.53)	

CMYK percentages

%38.33
%0
%60
%52.94

Codes

Color #4A7830 in popluar color models

4A7830
RGB7412048
HSL98°42.86%32.94%
HSB/HSV98°60.00%47.06%
CMYK38.33%0.00%60.00%
52.94%

Color #4A7830 in popluar number systems.

HEX4A7830
Decimal7412048
Binary10010101111000110000
Octal11217060

Shades and tints

Shades of #4A7830

#4A7830
(74,120,48)
#446E2C
(68,110,44)
#3E6428
(62,100,40)
#385A24
(56,90,36)
#325020
(50,80,32)
#2C461C
(44,70,28)
#263C18
(38,60,24)
#203214
(32,50,20)
#1A2810
(26,40,16)
#141E0C
(20,30,12)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #4A7830

#4A7830
(74,120,48)
#5A8442
(90,132,66)
#6A9054
(106,144,84)
#7A9C66
(122,156,102)
#8AA878
(138,168,120)
#9AB48A
(154,180,138)
#AAC09C
(170,192,156)
#BACCAE
(186,204,174)
#CAD8C0
(202,216,192)
#DAE4D2
(218,228,210)
#EAF0E4
(234,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7830; }

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

This text font color is #4A7830.


Background Color

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

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

This div background color is #4A7830.


Border color

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

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

This div border color is #4A7830.


Opacity

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

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

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

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

This text has shadow with #4A7830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7830 on black background.


Color preview on white background

This text has color #4A7830 on white background.



Black color preview on #4A7830 background

This text has black color on #4A7830 background.


White color preview on #4A7830 background

This text has white color on #4A7830 background.