COLOR #4A817A

HEX: #4A817A
RGB: (74,129,122)

Color info

#4A817A contains red, green and blue colors in about the same proportion. Web safe color of #4A817A is #339966 (or #396).

RGB color model

#4A817A color RGB value is (74,129,122).

  • red value is 74;
  • green value is 129;
  • blue value is 122.
RGB:
(74,129,122)
(29%,51%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 122 of 255 = 48%

74
129
122

R + G + B ~ 43%. #4A817A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 129 + 122 = 325 (100%)
R 74 of 325 ~ 22.77%
G 129 of 325 ~ 39.69%
B 122 of 325 ~ 37.54%

%22.77
%39.69
%37.54

CMYK color model

#4A817A color CMYK value is (43,0,5,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 49.41%
CMYK:
(43,0,5,49)
C43M0Y5K49 
(43%,0%,5%,49%)
(0.43/0.00/0.05/0.49)	

CMYK percentages

%42.64
%0
%5.43
%49.41

Codes

Color #4A817A in popluar color models

4A817A
RGB74129122
HSL172°27.09%39.80%
HSB/HSV172°42.64%50.59%
CMYK42.64%0.00%5.43%
49.41%

Color #4A817A in popluar number systems.

HEX4A817A
Decimal74129122
Binary1001010100000011111010
Octal112201172

Shades and tints

Shades of #4A817A

#4A817A
(74,129,122)
#44766F
(68,118,111)
#3E6B64
(62,107,100)
#386059
(56,96,89)
#32554E
(50,85,78)
#2C4A43
(44,74,67)
#263F38
(38,63,56)
#20342D
(32,52,45)
#1A2922
(26,41,34)
#141E17
(20,30,23)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #4A817A

#4A817A
(74,129,122)
#5A8C86
(90,140,134)
#6A9792
(106,151,146)
#7AA29E
(122,162,158)
#8AADAA
(138,173,170)
#9AB8B6
(154,184,182)
#AAC3C2
(170,195,194)
#BACECE
(186,206,206)
#CAD9DA
(202,217,218)
#DAE4E6
(218,228,230)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A817A color. Also use rgb(74,129,122) instead hex code.

Text Font Color

.myTextColor { color: #4A817A; }

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

This text font color is #4A817A.


Background Color

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

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

This div background color is #4A817A.


Border color

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

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

This div border color is #4A817A.


Opacity

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

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

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

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

This text has shadow with #4A817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A817A on black background.


Color preview on white background

This text has color #4A817A on white background.



Black color preview on #4A817A background

This text has black color on #4A817A background.


White color preview on #4A817A background

This text has white color on #4A817A background.