COLOR #187B31

HEX: #187B31
RGB: (24,123,49)

Color info

#187B31 contains mainly green color. Web safe color of #187B31 is #006633 (or #063).

RGB color model

#187B31 color RGB value is (24,123,49).

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

RGB channels and saturation

R 24 of 255 = 9%
G 123 of 255 = 48%
B 49 of 255 = 19%

24
123
49

R + G + B ~ 25%. #187B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 123 + 49 = 196 (100%)
R 24 of 196 ~ 12.24%
G 123 of 196 ~ 62.76%
B 49 of 196 ~ 25%

%12.24
%62.76
%25

CMYK color model

#187B31 color CMYK value is (80,0,60,52).

  • cyan value is 80.49%
  • magenta value is 0.00%
  • yellow value is 60.16%
  • key color value is 51.76%
CMYK:
(80,0,60,52)
C80M0Y60K52 
(80%,0%,60%,52%)
(0.80/0.00/0.60/0.52)	

CMYK percentages

%80.49
%0
%60.16
%51.76

Codes

Color #187B31 in popluar color models

187B31
RGB2412349
HSL135°67.35%28.82%
HSB/HSV135°80.49%48.24%
CMYK80.49%0.00%60.16%
51.76%

Color #187B31 in popluar number systems.

HEX187B31
Decimal2412349
Binary110001111011110001
Octal3017361

Shades and tints

Shades of #187B31

#187B31
(24,123,49)
#16702D
(22,112,45)
#146529
(20,101,41)
#125A25
(18,90,37)
#104F21
(16,79,33)
#0E441D
(14,68,29)
#0C3919
(12,57,25)
#0A2E15
(10,46,21)
#082311
(8,35,17)
#06180D
(6,24,13)
#040D09
(4,13,9)
#000000
(0,0,0)

Tints of #187B31

#187B31
(24,123,49)
#2D8743
(45,135,67)
#429355
(66,147,85)
#579F67
(87,159,103)
#6CAB79
(108,171,121)
#81B78B
(129,183,139)
#96C39D
(150,195,157)
#ABCFAF
(171,207,175)
#C0DBC1
(192,219,193)
#D5E7D3
(213,231,211)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #187B31; }

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

This text font color is #187B31.


Background Color

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

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

This div background color is #187B31.


Border color

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

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

This div border color is #187B31.


Opacity

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

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

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

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

This text has shadow with #187B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187B31 on black background.


Color preview on white background

This text has color #187B31 on white background.



Black color preview on #187B31 background

This text has black color on #187B31 background.


White color preview on #187B31 background

This text has white color on #187B31 background.