COLOR #4A817D

HEX: #4A817D
RGB: (74,129,125)

Color info

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

RGB color model

#4A817D color RGB value is (74,129,125).

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

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 125 of 255 = 49%

74
129
125

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

Portions of RGB colors in percentages

R + G + B =
74 + 129 + 125 = 328 (100%)
R 74 of 328 ~ 22.56%
G 129 of 328 ~ 39.33%
B 125 of 328 ~ 38.11%

%22.56
%39.33
%38.11

CMYK color model

#4A817D color CMYK value is (43,0,3,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 49.41%
CMYK:
(43,0,3,49)
C43M0Y3K49 
(43%,0%,3%,49%)
(0.43/0.00/0.03/0.49)	

CMYK percentages

%42.64
%0
%3.1
%49.41

Codes

Color #4A817D in popluar color models

4A817D
RGB74129125
HSL176°27.09%39.80%
HSB/HSV176°42.64%50.59%
CMYK42.64%0.00%3.10%
49.41%

Color #4A817D in popluar number systems.

HEX4A817D
Decimal74129125
Binary1001010100000011111101
Octal112201175

Shades and tints

Shades of #4A817D

#4A817D
(74,129,125)
#447672
(68,118,114)
#3E6B67
(62,107,103)
#38605C
(56,96,92)
#325551
(50,85,81)
#2C4A46
(44,74,70)
#263F3B
(38,63,59)
#203430
(32,52,48)
#1A2925
(26,41,37)
#141E1A
(20,30,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #4A817D

#4A817D
(74,129,125)
#5A8C88
(90,140,136)
#6A9793
(106,151,147)
#7AA29E
(122,162,158)
#8AADA9
(138,173,169)
#9AB8B4
(154,184,180)
#AAC3BF
(170,195,191)
#BACECA
(186,206,202)
#CAD9D5
(202,217,213)
#DAE4E0
(218,228,224)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A817D; }

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

This text font color is #4A817D.


Background Color

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

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

This div background color is #4A817D.


Border color

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

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

This div border color is #4A817D.


Opacity

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

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

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

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

This text has shadow with #4A817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A817D on black background.


Color preview on white background

This text has color #4A817D on white background.



Black color preview on #4A817D background

This text has black color on #4A817D background.


White color preview on #4A817D background

This text has white color on #4A817D background.