COLOR #187C21

HEX: #187C21 RGB: (24,124,33)

Color info

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

RGB color model

#187C21 color RGB value is (24,124,33).

RGB: (24,124,33) (9%, 49%, 13%)

RGB channels and saturation

R 24 of 255 = 9%
G 124 of 255 = 49%
B 33 of 255 = 13%

24
124
33

R + G + B ~ 24%. #187C21 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 124 + 33 = 181 (100%)
R 24 of 181 ~ 13.26%
G 124 of 181 ~ 68.51%
B 33 of 181 ~ 18.23'%

%13.26
%68.51
%18.23

CMYK color model

#187C21 color CMYK value is (81,0,73,51).

  • cyan value is 80.65%
  • magenta value is 0.00%
  • yellow value is 73.39%
  • key color value is 51.37%

CMYK: (81,0,73,51)
C81M0Y73K51 (81%, 0%, 73%, 51%)
(0.81 / 0.00 / 0.73 / 0.51)

CMYK percentages

%80.65
%0
%73.39
%51.37

Codes

Color #187C21 in popluar color models

18 7C 21
RGB 24 124 33
HSL 125° 67.57% 29.02%
HSB/HSV 125° 80.65% 48.63%
CMYK 80.65% 0.00% 73.39%
51.37%

Color #187C21 in popluar number systems.

HEX 18 7C 21
Decimal 24 124 33
Binary 11000 1111100 100001
Octal 30 174 41

Shades and tints

Shades of #187C21

#187C21
(24,124,33)
#16711E
(22,113,30)
#14661B
(20,102,27)
#125B18
(18,91,24)
#105015
(16,80,21)
#0E4512
(14,69,18)
#0C3A0F
(12,58,15)
#0A2F0C
(10,47,12)
#082409
(8,36,9)
#061906
(6,25,6)
#040E03
(4,14,3)
#000000
(0,0,0)

Tints of #187C21

#187C21
(24,124,33)
#2D8735
(45,135,53)
#429249
(66,146,73)
#579D5D
(87,157,93)
#6CA871
(108,168,113)
#81B385
(129,179,133)
#96BE99
(150,190,153)
#ABC9AD
(171,201,173)
#C0D4C1
(192,212,193)
#D5DFD5
(213,223,213)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187C21 color. Also use rgb(24,124,33) instead hex code.

Text Font Color

.myTextColor { color: #187C21; }

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

This text font color is #187C21.

Background Color

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

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

This div background color is #187C21.

Border color

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

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

This div border color is #187C21.

Opacity

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

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

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

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

This text has shadow with #187C21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #187C21.

Preview

Color preview on black background

This text has color #187C21 on black background.


Color preview on white background

This text has color #187C21 on white background.


Black color preview on #187C21 background

This text has black color on #187C21 background.


White color preview on #187C21 background

This text has white color on #187C21 background.


Related colors

Complementary color

Complementary color for #hex is #E783DE.


I love getcolorcode.com

Triadic colors

1 #21187C and #7C2118 with #187C21 are triadic colors.

2 #217C18 and #7C1821 with #187C21 are triadic colors.