COLOR #4A775A

HEX: #4A775A
RGB: (74,119,90)

Color info

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

RGB color model

#4A775A color RGB value is (74,119,90).

  • red value is 74;
  • green value is 119;
  • blue value is 90.
RGB:
(74,119,90)
(29%,47%,35%)

RGB channels and saturation

R 74 of 255 = 29%
G 119 of 255 = 47%
B 90 of 255 = 35%

74
119
90

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

Portions of RGB colors in percentages

R + G + B =
74 + 119 + 90 = 283 (100%)
R 74 of 283 ~ 26.15%
G 119 of 283 ~ 42.05%
B 90 of 283 ~ 31.8%

%26.15
%42.05
%31.8

CMYK color model

#4A775A color CMYK value is (38,0,24,53).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(38,0,24,53)
C38M0Y24K53 
(38%,0%,24%,53%)
(0.38/0.00/0.24/0.53)	

CMYK percentages

%37.82
%0
%24.37
%53.33

Codes

Color #4A775A in popluar color models

4A775A
RGB7411990
HSL141°23.32%37.84%
HSB/HSV141°37.82%46.67%
CMYK37.82%0.00%24.37%
53.33%

Color #4A775A in popluar number systems.

HEX4A775A
Decimal7411990
Binary100101011101111011010
Octal112167132

Shades and tints

Shades of #4A775A

#4A775A
(74,119,90)
#446D52
(68,109,82)
#3E634A
(62,99,74)
#385942
(56,89,66)
#324F3A
(50,79,58)
#2C4532
(44,69,50)
#263B2A
(38,59,42)
#203122
(32,49,34)
#1A271A
(26,39,26)
#141D12
(20,29,18)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #4A775A

#4A775A
(74,119,90)
#5A8369
(90,131,105)
#6A8F78
(106,143,120)
#7A9B87
(122,155,135)
#8AA796
(138,167,150)
#9AB3A5
(154,179,165)
#AABFB4
(170,191,180)
#BACBC3
(186,203,195)
#CAD7D2
(202,215,210)
#DAE3E1
(218,227,225)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A775A color. Also use rgb(74,119,90) instead hex code.

Text Font Color

.myTextColor { color: #4A775A; }

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

This text font color is #4A775A.


Background Color

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

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

This div background color is #4A775A.


Border color

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

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

This div border color is #4A775A.


Opacity

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

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

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

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

This text has shadow with #4A775A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A775A on black background.


Color preview on white background

This text has color #4A775A on white background.



Black color preview on #4A775A background

This text has black color on #4A775A background.


White color preview on #4A775A background

This text has white color on #4A775A background.