COLOR #4A7850

HEX: #4A7850 RGB: (74,120,80)

Color info

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

RGB color model

#4A7850 color RGB value is (74,120,80).

RGB: (74,120,80) (29%, 47%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 80 of 255 = 31%

74
120
80

R + G + B ~ 36%. #4A7850 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 120 + 80 = 274 (100%)
R 74 of 274 ~ 27.01%
G 120 of 274 ~ 43.8%
B 80 of 274 ~ 29.2'%

%27.01
%43.8
%29.2

CMYK color model

#4A7850 color CMYK value is (38,0,33,53).

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 52.94%

CMYK: (38,0,33,53)
C38M0Y33K53 (38%, 0%, 33%, 53%)
(0.38 / 0.00 / 0.33 / 0.53)

CMYK percentages

%38.33
%0
%33.33
%52.94

Codes

Color #4A7850 in popluar color models

4A 78 50
RGB 74 120 80
HSL 128° 23.71% 38.04%
HSB/HSV 128° 38.33% 47.06%
CMYK 38.33% 0.00% 33.33%
52.94%

Color #4A7850 in popluar number systems.

HEX 4A 78 50
Decimal 74 120 80
Binary 1001010 1111000 1010000
Octal 112 170 120

Shades and tints

Shades of #4A7850

#4A7850
(74,120,80)
#446E49
(68,110,73)
#3E6442
(62,100,66)
#385A3B
(56,90,59)
#325034
(50,80,52)
#2C462D
(44,70,45)
#263C26
(38,60,38)
#20321F
(32,50,31)
#1A2818
(26,40,24)
#141E11
(20,30,17)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #4A7850

#4A7850
(74,120,80)
#5A845F
(90,132,95)
#6A906E
(106,144,110)
#7A9C7D
(122,156,125)
#8AA88C
(138,168,140)
#9AB49B
(154,180,155)
#AAC0AA
(170,192,170)
#BACCB9
(186,204,185)
#CAD8C8
(202,216,200)
#DAE4D7
(218,228,215)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7850; }

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

This text font color is #4A7850.

Background Color

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

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

This div background color is #4A7850.

Border color

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

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

This div border color is #4A7850.

Opacity

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

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

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

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

This text has shadow with #4A7850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7850.

Preview

Color preview on black background

This text has color #4A7850 on black background.


Color preview on white background

This text has color #4A7850 on white background.


Black color preview on #4A7850 background

This text has black color on #4A7850 background.


White color preview on #4A7850 background

This text has white color on #4A7850 background.


Related colors

Complementary color

Complementary color for #hex is #B587AF.


I love getcolorcode.com

Triadic colors

1 #504A78 and #78504A with #4A7850 are triadic colors.

2 #50784A and #784A50 with #4A7850 are triadic colors.