COLOR #120527

HEX: #120527 RGB: (18,5,39)

Color info

#120527 contains red, green and blue colors in about the same proportion. Web safe color of #120527 is #000033 (or #003).

RGB color model

#120527 color RGB value is (18,5,39).

RGB: (18,5,39) (7%, 2%, 15%)

RGB channels and saturation

R 18 of 255 = 7%
G 5 of 255 = 2%
B 39 of 255 = 15%

18
5
39

R + G + B ~ 8%. #120527 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 5 + 39 = 62 (100%)
R 18 of 62 ~ 29.03%
G 5 of 62 ~ 8.06%
B 39 of 62 ~ 62.9'%

%29.03
%62.9

CMYK color model

#120527 color CMYK value is (54,87,0,85).

  • cyan value is 53.85%
  • magenta value is 87.18%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (54,87,0,85)
C54M87Y0K85 (54%, 87%, 0%, 85%)
(0.54 / 0.87 / 0.00 / 0.85)

CMYK percentages

%53.85
%87.18
%0
%84.71

Codes

Color #120527 in popluar color models

12 05 27
RGB 18 5 39
HSL 263° 77.27% 8.63%
HSB/HSV 263° 87.18% 15.29%
CMYK 53.85% 87.18% 0.00%
84.71%

Color #120527 in popluar number systems.

HEX 12 05 27
Decimal 18 5 39
Binary 10010 101 100111
Octal 22 5 47

Shades and tints

Shades of #120527

#120527
(18,5,39)
#110524
(17,5,36)
#100521
(16,5,33)
#0F051E
(15,5,30)
#0E051B
(14,5,27)
#0D0518
(13,5,24)
#0C0515
(12,5,21)
#0B0512
(11,5,18)
#0A050F
(10,5,15)
#09050C
(9,5,12)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #120527

#120527
(18,5,39)
#271B3A
(39,27,58)
#3C314D
(60,49,77)
#514760
(81,71,96)
#665D73
(102,93,115)
#7B7386
(123,115,134)
#908999
(144,137,153)
#A59FAC
(165,159,172)
#BAB5BF
(186,181,191)
#CFCBD2
(207,203,210)
#E4E1E5
(228,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120527; }

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

This text font color is #120527.

Background Color

.myBgColor { background-color: #120527; }

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

This div background color is #120527.

Border color

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

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

This div border color is #120527.

Opacity

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

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

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

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

This text has shadow with #120527 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120527.

Preview

Color preview on black background

This text has color #120527 on black background.


Color preview on white background

This text has color #120527 on white background.


Black color preview on #120527 background

This text has black color on #120527 background.


White color preview on #120527 background

This text has white color on #120527 background.


Related colors

Complementary color

Complementary color for #hex is #EDFAD8.


I love getcolorcode.com

Triadic colors

1 #271205 and #052712 with #120527 are triadic colors.

2 #270512 and #051227 with #120527 are triadic colors.