COLOR #4A7855

HEX: #4A7855 RGB: (74,120,85)

Color info

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

RGB color model

#4A7855 color RGB value is (74,120,85).

RGB: (74,120,85) (29%, 47%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 85 of 255 = 33%

74
120
85

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

Portions of RGB colors in percentages

R + G + B = 74 + 120 + 85 = 279 (100%)
R 74 of 279 ~ 26.52%
G 120 of 279 ~ 43.01%
B 85 of 279 ~ 30.47'%

%26.52
%43.01
%30.47

CMYK color model

#4A7855 color CMYK value is (38,0,29,53).

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

CMYK: (38,0,29,53)
C38M0Y29K53 (38%, 0%, 29%, 53%)
(0.38 / 0.00 / 0.29 / 0.53)

CMYK percentages

%38.33
%0
%29.17
%52.94

Codes

Color #4A7855 in popluar color models

4A 78 55
RGB 74 120 85
HSL 134° 23.71% 38.04%
HSB/HSV 134° 38.33% 47.06%
CMYK 38.33% 0.00% 29.17%
52.94%

Color #4A7855 in popluar number systems.

HEX 4A 78 55
Decimal 74 120 85
Binary 1001010 1111000 1010101
Octal 112 170 125

Shades and tints

Shades of #4A7855

#4A7855
(74,120,85)
#446E4E
(68,110,78)
#3E6447
(62,100,71)
#385A40
(56,90,64)
#325039
(50,80,57)
#2C4632
(44,70,50)
#263C2B
(38,60,43)
#203224
(32,50,36)
#1A281D
(26,40,29)
#141E16
(20,30,22)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #4A7855

#4A7855
(74,120,85)
#5A8464
(90,132,100)
#6A9073
(106,144,115)
#7A9C82
(122,156,130)
#8AA891
(138,168,145)
#9AB4A0
(154,180,160)
#AAC0AF
(170,192,175)
#BACCBE
(186,204,190)
#CAD8CD
(202,216,205)
#DAE4DC
(218,228,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7855; }

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

This text font color is #4A7855.

Background Color

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

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

This div background color is #4A7855.

Border color

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

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

This div border color is #4A7855.

Opacity

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

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

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

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

This text has shadow with #4A7855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7855.

Preview

Color preview on black background

This text has color #4A7855 on black background.


Color preview on white background

This text has color #4A7855 on white background.


Black color preview on #4A7855 background

This text has black color on #4A7855 background.


White color preview on #4A7855 background

This text has white color on #4A7855 background.


Related colors

Complementary color

Complementary color for #hex is #B587AA.


I love getcolorcode.com

Triadic colors

1 #554A78 and #78554A with #4A7855 are triadic colors.

2 #55784A and #784A55 with #4A7855 are triadic colors.