COLOR #187076

HEX: #187076
RGB: (24,112,118)

Color info

#187076 contains mainly green and blue colors. Web safe color of #187076 is #006666 (or #066).

RGB color model

#187076 color RGB value is (24,112,118).

  • red value is 24;
  • green value is 112;
  • blue value is 118.
RGB:
(24,112,118)
(9%,44%,46%)

RGB channels and saturation

R 24 of 255 = 9%
G 112 of 255 = 44%
B 118 of 255 = 46%

24
112
118

R + G + B ~ 33%. #187076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 112 + 118 = 254 (100%)
R 24 of 254 ~ 9.45%
G 112 of 254 ~ 44.09%
B 118 of 254 ~ 46.46%

%44.09
%46.46

CMYK color model

#187076 color CMYK value is (80,5,0,54).

  • cyan value is 79.66%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(80,5,0,54)
C80M5Y0K54 
(80%,5%,0%,54%)
(0.80/0.05/0.00/0.54)	

CMYK percentages

%79.66
%5.08
%0
%53.73

Codes

Color #187076 in popluar color models

187076
RGB24112118
HSL184°66.20%27.84%
HSB/HSV184°79.66%46.27%
CMYK79.66%5.08%0.00%
53.73%

Color #187076 in popluar number systems.

HEX187076
Decimal24112118
Binary1100011100001110110
Octal30160166

Shades and tints

Shades of #187076

#187076
(24,112,118)
#16666C
(22,102,108)
#145C62
(20,92,98)
#125258
(18,82,88)
#10484E
(16,72,78)
#0E3E44
(14,62,68)
#0C343A
(12,52,58)
#0A2A30
(10,42,48)
#082026
(8,32,38)
#06161C
(6,22,28)
#040C12
(4,12,18)
#000000
(0,0,0)

Tints of #187076

#187076
(24,112,118)
#2D7D82
(45,125,130)
#428A8E
(66,138,142)
#57979A
(87,151,154)
#6CA4A6
(108,164,166)
#81B1B2
(129,177,178)
#96BEBE
(150,190,190)
#ABCBCA
(171,203,202)
#C0D8D6
(192,216,214)
#D5E5E2
(213,229,226)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187076 color. Also use rgb(24,112,118) instead hex code.

Text Font Color

.myTextColor { color: #187076; }

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

This text font color is #187076.


Background Color

.myBgColor { background-color: #187076; }

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

This div background color is #187076.


Border color

.myBorderColor { border: 1px solid #187076; }

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

This div border color is #187076.


Opacity

.myOpacity80 { color: #187076; opacity: 0.8; }

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

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

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

This text has shadow with #187076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187076 on black background.


Color preview on white background

This text has color #187076 on white background.



Black color preview on #187076 background

This text has black color on #187076 background.


White color preview on #187076 background

This text has white color on #187076 background.