COLOR #12370D

HEX: #12370D
RGB: (18,55,13)

Color info

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

RGB color model

#12370D color RGB value is (18,55,13).

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

RGB channels and saturation

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

18
55
13

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

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 13 = 86 (100%)
R 18 of 86 ~ 20.93%
G 55 of 86 ~ 63.95%
B 13 of 86 ~ 15.12%

%20.93
%63.95
%15.12

CMYK color model

#12370D color CMYK value is (67,0,76,78).

  • cyan value is 67.27%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 78.43%
CMYK:
(67,0,76,78)
C67M0Y76K78 
(67%,0%,76%,78%)
(0.67/0.00/0.76/0.78)	

CMYK percentages

%67.27
%0
%76.36
%78.43

Codes

Color #12370D in popluar color models

12370D
RGB185513
HSL113°61.76%13.33%
HSB/HSV113°76.36%21.57%
CMYK67.27%0.00%76.36%
78.43%

Color #12370D in popluar number systems.

HEX12370D
Decimal185513
Binary100101101111101
Octal226715

Shades and tints

Shades of #12370D

#12370D
(18,55,13)
#11320C
(17,50,12)
#102D0B
(16,45,11)
#0F280A
(15,40,10)
#0E2309
(14,35,9)
#0D1E08
(13,30,8)
#0C1907
(12,25,7)
#0B1406
(11,20,6)
#0A0F05
(10,15,5)
#090A04
(9,10,4)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #12370D

#12370D
(18,55,13)
#274923
(39,73,35)
#3C5B39
(60,91,57)
#516D4F
(81,109,79)
#667F65
(102,127,101)
#7B917B
(123,145,123)
#90A391
(144,163,145)
#A5B5A7
(165,181,167)
#BAC7BD
(186,199,189)
#CFD9D3
(207,217,211)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12370D; }

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

This text font color is #12370D.


Background Color

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

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

This div background color is #12370D.


Border color

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

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

This div border color is #12370D.


Opacity

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

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

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

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

This text has shadow with #12370D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12370D on black background.


Color preview on white background

This text has color #12370D on white background.



Black color preview on #12370D background

This text has black color on #12370D background.


White color preview on #12370D background

This text has white color on #12370D background.