COLOR #12150A

HEX: #12150A RGB: (18,21,10)

Color info

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

RGB color model

#12150A color RGB value is (18,21,10).

RGB: (18,21,10) (7%, 8%, 4%)

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 10 of 255 = 4%

18
21
10

R + G + B ~ 6%. #12150A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 21 + 10 = 49 (100%)
R 18 of 49 ~ 36.73%
G 21 of 49 ~ 42.86%
B 10 of 49 ~ 20.41'%

%36.73
%42.86
%20.41

CMYK color model

#12150A color CMYK value is (14,0,52,92).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 91.76%

CMYK: (14,0,52,92)
C14M0Y52K92 (14%, 0%, 52%, 92%)
(0.14 / 0.00 / 0.52 / 0.92)

CMYK percentages

%14.29
%0
%52.38
%91.76

Codes

Color #12150A in popluar color models

12 15 0A
RGB 18 21 10
HSL 76° 35.48% 6.08%
HSB/HSV 76° 52.38% 8.24%
CMYK 14.29% 0.00% 52.38%
91.76%

Color #12150A in popluar number systems.

HEX 12 15 0A
Decimal 18 21 10
Binary 10010 10101 1010
Octal 22 25 12

Shades and tints

Shades of #12150A

#12150A
(18,21,10)
#11140A
(17,20,10)
#10130A
(16,19,10)
#0F120A
(15,18,10)
#0E110A
(14,17,10)
#0D100A
(13,16,10)
#0C0F0A
(12,15,10)
#0B0E0A
(11,14,10)
#0A0D0A
(10,13,10)
#090C0A
(9,12,10)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #12150A

#12150A
(18,21,10)
#272A20
(39,42,32)
#3C3F36
(60,63,54)
#51544C
(81,84,76)
#666962
(102,105,98)
#7B7E78
(123,126,120)
#90938E
(144,147,142)
#A5A8A4
(165,168,164)
#BABDBA
(186,189,186)
#CFD2D0
(207,210,208)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12150A color. Also use rgb(18,21,10) instead hex code.

Text Font Color

.myTextColor { color: #12150A; }

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

This text font color is #12150A.

Background Color

.myBgColor { background-color: #12150A; }

<div style="background-color:#12150A">Inner text</div>

This div background color is #12150A.

Border color

.myBorderColor { border: 1px solid #12150A; }

<div style="border:3px solid #12150A">Div</div>

This div border color is #12150A.

Opacity

.myOpacity80 { color: #12150A; opacity: 0.8; }

<p style="color:#12150A;opacity:0.8;">80%</p>

Text with #12150A 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 #12150A;}

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

This text has shadow with #12150A color.


.textShadow {text-shadow: 3px 3px 1px #12150A', 3px 3px 1px red;}

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

This text has shadow with #12150A primary color and red secondary color.


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

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

This text has shadow with #12150A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12150A; -webkit-box-shadow: 1px 1px 3px 2px #12150A; box-shadow:1px 1px 3px 2px #12150A;">
Div content here
</div>

This div box has shadow with color #12150A.

Preview

Color preview on black background

This text has color #12150A on black background.


Color preview on white background

This text has color #12150A on white background.


Black color preview on #12150A background

This text has black color on #12150A background.


White color preview on #12150A background

This text has white color on #12150A background.


Related colors

Complementary color

Complementary color for #hex is #EDEAF5.


I love getcolorcode.com

Triadic colors

1 #0A1215 and #150A12 with #12150A are triadic colors.

2 #0A1512 and #15120A with #12150A are triadic colors.