COLOR #12370E

HEX: #12370E
RGB: (18,55,14)

Color info

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

RGB color model

#12370E color RGB value is (18,55,14).

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

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 14 of 255 = 5%

18
55
14

R + G + B ~ 11%. #12370E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 14 = 87 (100%)
R 18 of 87 ~ 20.69%
G 55 of 87 ~ 63.22%
B 14 of 87 ~ 16.09%

%20.69
%63.22
%16.09

CMYK color model

#12370E color CMYK value is (67,0,75,78).

  • cyan value is 67.27%
  • magenta value is 0.00%
  • yellow value is 74.55%
  • key color value is 78.43%
CMYK:
(67,0,75,78)
C67M0Y75K78 
(67%,0%,75%,78%)
(0.67/0.00/0.75/0.78)	

CMYK percentages

%67.27
%0
%74.55
%78.43

Codes

Color #12370E in popluar color models

12370E
RGB185514
HSL114°59.42%13.53%
HSB/HSV114°74.55%21.57%
CMYK67.27%0.00%74.55%
78.43%

Color #12370E in popluar number systems.

HEX12370E
Decimal185514
Binary100101101111110
Octal226716

Shades and tints

Shades of #12370E

#12370E
(18,55,14)
#11320D
(17,50,13)
#102D0C
(16,45,12)
#0F280B
(15,40,11)
#0E230A
(14,35,10)
#0D1E09
(13,30,9)
#0C1908
(12,25,8)
#0B1407
(11,20,7)
#0A0F06
(10,15,6)
#090A05
(9,10,5)
#080504
(8,5,4)
#000000
(0,0,0)

Tints of #12370E

#12370E
(18,55,14)
#274923
(39,73,35)
#3C5B38
(60,91,56)
#516D4D
(81,109,77)
#667F62
(102,127,98)
#7B9177
(123,145,119)
#90A38C
(144,163,140)
#A5B5A1
(165,181,161)
#BAC7B6
(186,199,182)
#CFD9CB
(207,217,203)
#E4EBE0
(228,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12370E; }

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

This text font color is #12370E.


Background Color

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

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

This div background color is #12370E.


Border color

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

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

This div border color is #12370E.


Opacity

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

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

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

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

This text has shadow with #12370E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12370E on black background.


Color preview on white background

This text has color #12370E on white background.



Black color preview on #12370E background

This text has black color on #12370E background.


White color preview on #12370E background

This text has white color on #12370E background.