COLOR #18713C

HEX: #18713C
RGB: (24,113,60)

Color info

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

RGB color model

#18713C color RGB value is (24,113,60).

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

RGB channels and saturation

R 24 of 255 = 9%
G 113 of 255 = 44%
B 60 of 255 = 24%

24
113
60

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

Portions of RGB colors in percentages

R + G + B =
24 + 113 + 60 = 197 (100%)
R 24 of 197 ~ 12.18%
G 113 of 197 ~ 57.36%
B 60 of 197 ~ 30.46%

%12.18
%57.36
%30.46

CMYK color model

#18713C color CMYK value is (79,0,47,56).

  • cyan value is 78.76%
  • magenta value is 0.00%
  • yellow value is 46.90%
  • key color value is 55.69%
CMYK:
(79,0,47,56)
C79M0Y47K56 
(79%,0%,47%,56%)
(0.79/0.00/0.47/0.56)	

CMYK percentages

%78.76
%0
%46.9
%55.69

Codes

Color #18713C in popluar color models

18713C
RGB2411360
HSL144°64.96%26.86%
HSB/HSV144°78.76%44.31%
CMYK78.76%0.00%46.90%
55.69%

Color #18713C in popluar number systems.

HEX18713C
Decimal2411360
Binary110001110001111100
Octal3016174

Shades and tints

Shades of #18713C

#18713C
(24,113,60)
#166737
(22,103,55)
#145D32
(20,93,50)
#12532D
(18,83,45)
#104928
(16,73,40)
#0E3F23
(14,63,35)
#0C351E
(12,53,30)
#0A2B19
(10,43,25)
#082114
(8,33,20)
#06170F
(6,23,15)
#040D0A
(4,13,10)
#000000
(0,0,0)

Tints of #18713C

#18713C
(24,113,60)
#2D7D4D
(45,125,77)
#42895E
(66,137,94)
#57956F
(87,149,111)
#6CA180
(108,161,128)
#81AD91
(129,173,145)
#96B9A2
(150,185,162)
#ABC5B3
(171,197,179)
#C0D1C4
(192,209,196)
#D5DDD5
(213,221,213)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18713C; }

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

This text font color is #18713C.


Background Color

.myBgColor { background-color: #18713C; }

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

This div background color is #18713C.


Border color

.myBorderColor { border: 1px solid #18713C; }

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

This div border color is #18713C.


Opacity

.myOpacity80 { color: #18713C; opacity: 0.8; }

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

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

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

This text has shadow with #18713C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18713C on black background.


Color preview on white background

This text has color #18713C on white background.



Black color preview on #18713C background

This text has black color on #18713C background.


White color preview on #18713C background

This text has white color on #18713C background.