COLOR #12170C

HEX: #12170C
RGB: (18,23,12)

Color info

#12170C contains red, green and blue colors in about the same proportion. Web safe color of #12170C is #000000 (or #000).

RGB color model

#12170C color RGB value is (18,23,12).

  • red value is 18;
  • green value is 23;
  • blue value is 12.
RGB:
(18,23,12)
(7%,9%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 23 of 255 = 9%
B 12 of 255 = 5%

18
23
12

R + G + B ~ 7%. #12170C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 12 = 53 (100%)
R 18 of 53 ~ 33.96%
G 23 of 53 ~ 43.4%
B 12 of 53 ~ 22.64%

%33.96
%43.4
%22.64

CMYK color model

#12170C color CMYK value is (22,0,48,91).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(22,0,48,91)
C22M0Y48K91 
(22%,0%,48%,91%)
(0.22/0.00/0.48/0.91)	

CMYK percentages

%21.74
%0
%47.83
%90.98

Codes

Color #12170C in popluar color models

12170C
RGB182312
HSL87°31.43%6.86%
HSB/HSV87°47.83%9.02%
CMYK21.74%0.00%47.83%
90.98%

Color #12170C in popluar number systems.

HEX12170C
Decimal182312
Binary10010101111100
Octal222714

Shades and tints

Shades of #12170C

#12170C
(18,23,12)
#11150B
(17,21,11)
#10130A
(16,19,10)
#0F1109
(15,17,9)
#0E0F08
(14,15,8)
#0D0D07
(13,13,7)
#0C0B06
(12,11,6)
#0B0905
(11,9,5)
#0A0704
(10,7,4)
#090503
(9,5,3)
#080302
(8,3,2)
#000000
(0,0,0)

Tints of #12170C

#12170C
(18,23,12)
#272C22
(39,44,34)
#3C4138
(60,65,56)
#51564E
(81,86,78)
#666B64
(102,107,100)
#7B807A
(123,128,122)
#909590
(144,149,144)
#A5AAA6
(165,170,166)
#BABFBC
(186,191,188)
#CFD4D2
(207,212,210)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12170C color. Also use rgb(18,23,12) instead hex code.

Text Font Color

.myTextColor { color: #12170C; }

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

This text font color is #12170C.


Background Color

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

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

This div background color is #12170C.


Border color

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

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

This div border color is #12170C.


Opacity

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

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

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

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

This text has shadow with #12170C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12170C on black background.


Color preview on white background

This text has color #12170C on white background.



Black color preview on #12170C background

This text has black color on #12170C background.


White color preview on #12170C background

This text has white color on #12170C background.