COLOR #4A8187

HEX: #4A8187
RGB: (74,129,135)

Color info

#4A8187 contains mainly green and blue colors. Web safe color of #4A8187 is #339999 (or #399).

RGB color model

#4A8187 color RGB value is (74,129,135).

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

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 135 of 255 = 53%

74
129
135

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

Portions of RGB colors in percentages

R + G + B =
74 + 129 + 135 = 338 (100%)
R 74 of 338 ~ 21.89%
G 129 of 338 ~ 38.17%
B 135 of 338 ~ 39.94%

%21.89
%38.17
%39.94

CMYK color model

#4A8187 color CMYK value is (45,4,0,47).

  • cyan value is 45.19%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(45,4,0,47)
C45M4Y0K47 
(45%,4%,0%,47%)
(0.45/0.04/0.00/0.47)	

CMYK percentages

%45.19
%4.44
%0
%47.06

Codes

Color #4A8187 in popluar color models

4A8187
RGB74129135
HSL186°29.19%40.98%
HSB/HSV186°45.19%52.94%
CMYK45.19%4.44%0.00%
47.06%

Color #4A8187 in popluar number systems.

HEX4A8187
Decimal74129135
Binary10010101000000110000111
Octal112201207

Shades and tints

Shades of #4A8187

#4A8187
(74,129,135)
#44767B
(68,118,123)
#3E6B6F
(62,107,111)
#386063
(56,96,99)
#325557
(50,85,87)
#2C4A4B
(44,74,75)
#263F3F
(38,63,63)
#203433
(32,52,51)
#1A2927
(26,41,39)
#141E1B
(20,30,27)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #4A8187

#4A8187
(74,129,135)
#5A8C91
(90,140,145)
#6A979B
(106,151,155)
#7AA2A5
(122,162,165)
#8AADAF
(138,173,175)
#9AB8B9
(154,184,185)
#AAC3C3
(170,195,195)
#BACECD
(186,206,205)
#CAD9D7
(202,217,215)
#DAE4E1
(218,228,225)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8187; }

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

This text font color is #4A8187.


Background Color

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

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

This div background color is #4A8187.


Border color

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

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

This div border color is #4A8187.


Opacity

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

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

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

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

This text has shadow with #4A8187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8187 on black background.


Color preview on white background

This text has color #4A8187 on white background.



Black color preview on #4A8187 background

This text has black color on #4A8187 background.


White color preview on #4A8187 background

This text has white color on #4A8187 background.