COLOR #18712D

HEX: #18712D
RGB: (24,113,45)

Color info

#18712D contains mainly green color. Web safe color of #18712D is #006633 (or #063).

RGB color model

#18712D color RGB value is (24,113,45).

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

RGB channels and saturation

R 24 of 255 = 9%
G 113 of 255 = 44%
B 45 of 255 = 18%

24
113
45

R + G + B ~ 24%. #18712D is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 113 + 45 = 182 (100%)
R 24 of 182 ~ 13.19%
G 113 of 182 ~ 62.09%
B 45 of 182 ~ 24.73%

%13.19
%62.09
%24.73

CMYK color model

#18712D color CMYK value is (79,0,60,56).

  • cyan value is 78.76%
  • magenta value is 0.00%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(79,0,60,56)
C79M0Y60K56 
(79%,0%,60%,56%)
(0.79/0.00/0.60/0.56)	

CMYK percentages

%78.76
%0
%60.18
%55.69

Codes

Color #18712D in popluar color models

18712D
RGB2411345
HSL134°64.96%26.86%
HSB/HSV134°78.76%44.31%
CMYK78.76%0.00%60.18%
55.69%

Color #18712D in popluar number systems.

HEX18712D
Decimal2411345
Binary110001110001101101
Octal3016155

Shades and tints

Shades of #18712D

#18712D
(24,113,45)
#166729
(22,103,41)
#145D25
(20,93,37)
#125321
(18,83,33)
#10491D
(16,73,29)
#0E3F19
(14,63,25)
#0C3515
(12,53,21)
#0A2B11
(10,43,17)
#08210D
(8,33,13)
#061709
(6,23,9)
#040D05
(4,13,5)
#000000
(0,0,0)

Tints of #18712D

#18712D
(24,113,45)
#2D7D40
(45,125,64)
#428953
(66,137,83)
#579566
(87,149,102)
#6CA179
(108,161,121)
#81AD8C
(129,173,140)
#96B99F
(150,185,159)
#ABC5B2
(171,197,178)
#C0D1C5
(192,209,197)
#D5DDD8
(213,221,216)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18712D; }

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

This text font color is #18712D.


Background Color

.myBgColor { background-color: #18712D; }

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

This div background color is #18712D.


Border color

.myBorderColor { border: 1px solid #18712D; }

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

This div border color is #18712D.


Opacity

.myOpacity80 { color: #18712D; opacity: 0.8; }

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

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

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

This text has shadow with #18712D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18712D on black background.


Color preview on white background

This text has color #18712D on white background.



Black color preview on #18712D background

This text has black color on #18712D background.


White color preview on #18712D background

This text has white color on #18712D background.