COLOR #18370E

HEX: #18370E
RGB: (24,55,14)

Color info

#18370E contains red, green and blue colors in about the same proportion. Web safe color of #18370E is #003300 (or #030).

RGB color model

#18370E color RGB value is (24,55,14).

  • red value is 24;
  • green value is 55;
  • blue value is 14.
RGB:
(24,55,14)
(9%,22%,5%)

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 14 of 255 = 5%

24
55
14

R + G + B ~ 12%. #18370E is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 55 + 14 = 93 (100%)
R 24 of 93 ~ 25.81%
G 55 of 93 ~ 59.14%
B 14 of 93 ~ 15.05%

%25.81
%59.14
%15.05

CMYK color model

#18370E color CMYK value is (56,0,75,78).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 74.55%
  • key color value is 78.43%
CMYK:
(56,0,75,78)
C56M0Y75K78 
(56%,0%,75%,78%)
(0.56/0.00/0.75/0.78)	

CMYK percentages

%56.36
%0
%74.55
%78.43

Codes

Color #18370E in popluar color models

18370E
RGB245514
HSL105°59.42%13.53%
HSB/HSV105°74.55%21.57%
CMYK56.36%0.00%74.55%
78.43%

Color #18370E in popluar number systems.

HEX18370E
Decimal245514
Binary110001101111110
Octal306716

Shades and tints

Shades of #18370E

#18370E
(24,55,14)
#16320D
(22,50,13)
#142D0C
(20,45,12)
#12280B
(18,40,11)
#10230A
(16,35,10)
#0E1E09
(14,30,9)
#0C1908
(12,25,8)
#0A1407
(10,20,7)
#080F06
(8,15,6)
#060A05
(6,10,5)
#040504
(4,5,4)
#000000
(0,0,0)

Tints of #18370E

#18370E
(24,55,14)
#2D4923
(45,73,35)
#425B38
(66,91,56)
#576D4D
(87,109,77)
#6C7F62
(108,127,98)
#819177
(129,145,119)
#96A38C
(150,163,140)
#ABB5A1
(171,181,161)
#C0C7B6
(192,199,182)
#D5D9CB
(213,217,203)
#EAEBE0
(234,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18370E color. Also use rgb(24,55,14) instead hex code.

Text Font Color

.myTextColor { color: #18370E; }

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

This text font color is #18370E.


Background Color

.myBgColor { background-color: #18370E; }

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

This div background color is #18370E.


Border color

.myBorderColor { border: 1px solid #18370E; }

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

This div border color is #18370E.


Opacity

.myOpacity80 { color: #18370E; opacity: 0.8; }

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

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

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

This text has shadow with #18370E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18370E on black background.


Color preview on white background

This text has color #18370E on white background.



Black color preview on #18370E background

This text has black color on #18370E background.


White color preview on #18370E background

This text has white color on #18370E background.