COLOR #120513

HEX: #120513 RGB: (18,5,19)

Color info

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

RGB color model

#120513 color RGB value is (18,5,19).

RGB: (18,5,19) (7%, 2%, 7%)

RGB channels and saturation

R 18 of 255 = 7%
G 5 of 255 = 2%
B 19 of 255 = 7%

18
5
19

R + G + B ~ 5%. #120513 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 5 + 19 = 42 (100%)
R 18 of 42 ~ 42.86%
G 5 of 42 ~ 11.9%
B 19 of 42 ~ 45.24'%

%42.86
%11.9
%45.24

CMYK color model

#120513 color CMYK value is (5,74,0,93).

  • cyan value is 5.26%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (5,74,0,93)
C5M74Y0K93 (5%, 74%, 0%, 93%)
(0.05 / 0.74 / 0.00 / 0.93)

CMYK percentages

%5.26
%73.68
%0
%92.55

Codes

Color #120513 in popluar color models

12 05 13
RGB 18 5 19
HSL 296° 58.33% 4.71%
HSB/HSV 296° 73.68% 7.45%
CMYK 5.26% 73.68% 0.00%
92.55%

Color #120513 in popluar number systems.

HEX 12 05 13
Decimal 18 5 19
Binary 10010 101 10011
Octal 22 5 23

Shades and tints

Shades of #120513

#120513
(18,5,19)
#110512
(17,5,18)
#100511
(16,5,17)
#0F0510
(15,5,16)
#0E050F
(14,5,15)
#0D050E
(13,5,14)
#0C050D
(12,5,13)
#0B050C
(11,5,12)
#0A050B
(10,5,11)
#09050A
(9,5,10)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #120513

#120513
(18,5,19)
#271B28
(39,27,40)
#3C313D
(60,49,61)
#514752
(81,71,82)
#665D67
(102,93,103)
#7B737C
(123,115,124)
#908991
(144,137,145)
#A59FA6
(165,159,166)
#BAB5BB
(186,181,187)
#CFCBD0
(207,203,208)
#E4E1E5
(228,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120513 color. Also use rgb(18,5,19) instead hex code.

Text Font Color

.myTextColor { color: #120513; }

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

This text font color is #120513.

Background Color

.myBgColor { background-color: #120513; }

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

This div background color is #120513.

Border color

.myBorderColor { border: 1px solid #120513; }

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

This div border color is #120513.

Opacity

.myOpacity80 { color: #120513; opacity: 0.8; }

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

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

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

This text has shadow with #120513 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120513.

Preview

Color preview on black background

This text has color #120513 on black background.


Color preview on white background

This text has color #120513 on white background.


Black color preview on #120513 background

This text has black color on #120513 background.


White color preview on #120513 background

This text has white color on #120513 background.


Related colors

Complementary color

Complementary color for #hex is #EDFAEC.


I love getcolorcode.com

Triadic colors

1 #131205 and #051312 with #120513 are triadic colors.

2 #130512 and #051213 with #120513 are triadic colors.