COLOR #187142

HEX: #187142
RGB: (24,113,66)

Color info

#187142 contains mainly green and blue colors. Web safe color of #187142 is #006633 (or #063).

RGB color model

#187142 color RGB value is (24,113,66).

  • red value is 24;
  • green value is 113;
  • blue value is 66.
RGB:
(24,113,66)
(9%,44%,26%)

RGB channels and saturation

R 24 of 255 = 9%
G 113 of 255 = 44%
B 66 of 255 = 26%

24
113
66

R + G + B ~ 26%. #187142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 113 + 66 = 203 (100%)
R 24 of 203 ~ 11.82%
G 113 of 203 ~ 55.67%
B 66 of 203 ~ 32.51%

%11.82
%55.67
%32.51

CMYK color model

#187142 color CMYK value is (79,0,42,56).

  • cyan value is 78.76%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(79,0,42,56)
C79M0Y42K56 
(79%,0%,42%,56%)
(0.79/0.00/0.42/0.56)	

CMYK percentages

%78.76
%0
%41.59
%55.69

Codes

Color #187142 in popluar color models

187142
RGB2411366
HSL148°64.96%26.86%
HSB/HSV148°78.76%44.31%
CMYK78.76%0.00%41.59%
55.69%

Color #187142 in popluar number systems.

HEX187142
Decimal2411366
Binary1100011100011000010
Octal30161102

Shades and tints

Shades of #187142

#187142
(24,113,66)
#16673C
(22,103,60)
#145D36
(20,93,54)
#125330
(18,83,48)
#10492A
(16,73,42)
#0E3F24
(14,63,36)
#0C351E
(12,53,30)
#0A2B18
(10,43,24)
#082112
(8,33,18)
#06170C
(6,23,12)
#040D06
(4,13,6)
#000000
(0,0,0)

Tints of #187142

#187142
(24,113,66)
#2D7D53
(45,125,83)
#428964
(66,137,100)
#579575
(87,149,117)
#6CA186
(108,161,134)
#81AD97
(129,173,151)
#96B9A8
(150,185,168)
#ABC5B9
(171,197,185)
#C0D1CA
(192,209,202)
#D5DDDB
(213,221,219)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187142 color. Also use rgb(24,113,66) instead hex code.

Text Font Color

.myTextColor { color: #187142; }

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

This text font color is #187142.


Background Color

.myBgColor { background-color: #187142; }

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

This div background color is #187142.


Border color

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

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

This div border color is #187142.


Opacity

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

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

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

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

This text has shadow with #187142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187142 on black background.


Color preview on white background

This text has color #187142 on white background.



Black color preview on #187142 background

This text has black color on #187142 background.


White color preview on #187142 background

This text has white color on #187142 background.