COLOR #187B5F

HEX: #187B5F
RGB: (24,123,95)

Color info

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

RGB color model

#187B5F color RGB value is (24,123,95).

  • red value is 24;
  • green value is 123;
  • blue value is 95.
RGB:
(24,123,95)
(9%,48%,37%)

RGB channels and saturation

R 24 of 255 = 9%
G 123 of 255 = 48%
B 95 of 255 = 37%

24
123
95

R + G + B ~ 31%. #187B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 123 + 95 = 242 (100%)
R 24 of 242 ~ 9.92%
G 123 of 242 ~ 50.83%
B 95 of 242 ~ 39.26%

%9.92
%50.83
%39.26

CMYK color model

#187B5F color CMYK value is (80,0,23,52).

  • cyan value is 80.49%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(80,0,23,52)
C80M0Y23K52 
(80%,0%,23%,52%)
(0.80/0.00/0.23/0.52)	

CMYK percentages

%80.49
%0
%22.76
%51.76

Codes

Color #187B5F in popluar color models

187B5F
RGB2412395
HSL163°67.35%28.82%
HSB/HSV163°80.49%48.24%
CMYK80.49%0.00%22.76%
51.76%

Color #187B5F in popluar number systems.

HEX187B5F
Decimal2412395
Binary1100011110111011111
Octal30173137

Shades and tints

Shades of #187B5F

#187B5F
(24,123,95)
#167057
(22,112,87)
#14654F
(20,101,79)
#125A47
(18,90,71)
#104F3F
(16,79,63)
#0E4437
(14,68,55)
#0C392F
(12,57,47)
#0A2E27
(10,46,39)
#08231F
(8,35,31)
#061817
(6,24,23)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #187B5F

#187B5F
(24,123,95)
#2D876D
(45,135,109)
#42937B
(66,147,123)
#579F89
(87,159,137)
#6CAB97
(108,171,151)
#81B7A5
(129,183,165)
#96C3B3
(150,195,179)
#ABCFC1
(171,207,193)
#C0DBCF
(192,219,207)
#D5E7DD
(213,231,221)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187B5F color. Also use rgb(24,123,95) instead hex code.

Text Font Color

.myTextColor { color: #187B5F; }

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

This text font color is #187B5F.


Background Color

.myBgColor { background-color: #187B5F; }

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

This div background color is #187B5F.


Border color

.myBorderColor { border: 1px solid #187B5F; }

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

This div border color is #187B5F.


Opacity

.myOpacity80 { color: #187B5F; opacity: 0.8; }

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

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

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

This text has shadow with #187B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187B5F on black background.


Color preview on white background

This text has color #187B5F on white background.



Black color preview on #187B5F background

This text has black color on #187B5F background.


White color preview on #187B5F background

This text has white color on #187B5F background.