COLOR #120528

HEX: #120528 RGB: (18,5,40)

Color info

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

RGB color model

#120528 color RGB value is (18,5,40).

RGB: (18,5,40) (7%, 2%, 16%)

RGB channels and saturation

R 18 of 255 = 7%
G 5 of 255 = 2%
B 40 of 255 = 16%

18
5
40

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

Portions of RGB colors in percentages

R + G + B = 18 + 5 + 40 = 63 (100%)
R 18 of 63 ~ 28.57%
G 5 of 63 ~ 7.94%
B 40 of 63 ~ 63.49'%

%28.57
%63.49

CMYK color model

#120528 color CMYK value is (55,88,0,84).

  • cyan value is 55.00%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (55,88,0,84)
C55M88Y0K84 (55%, 88%, 0%, 84%)
(0.55 / 0.88 / 0.00 / 0.84)

CMYK percentages

%55
%87.5
%0
%84.31

Codes

Color #120528 in popluar color models

12 05 28
RGB 18 5 40
HSL 262° 77.78% 8.82%
HSB/HSV 262° 87.50% 15.69%
CMYK 55.00% 87.50% 0.00%
84.31%

Color #120528 in popluar number systems.

HEX 12 05 28
Decimal 18 5 40
Binary 10010 101 101000
Octal 22 5 50

Shades and tints

Shades of #120528

#120528
(18,5,40)
#110525
(17,5,37)
#100522
(16,5,34)
#0F051F
(15,5,31)
#0E051C
(14,5,28)
#0D0519
(13,5,25)
#0C0516
(12,5,22)
#0B0513
(11,5,19)
#0A0510
(10,5,16)
#09050D
(9,5,13)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #120528

#120528
(18,5,40)
#271B3B
(39,27,59)
#3C314E
(60,49,78)
#514761
(81,71,97)
#665D74
(102,93,116)
#7B7387
(123,115,135)
#90899A
(144,137,154)
#A59FAD
(165,159,173)
#BAB5C0
(186,181,192)
#CFCBD3
(207,203,211)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120528; }

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

This text font color is #120528.

Background Color

.myBgColor { background-color: #120528; }

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

This div background color is #120528.

Border color

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

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

This div border color is #120528.

Opacity

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

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

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

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

This text has shadow with #120528 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120528.

Preview

Color preview on black background

This text has color #120528 on black background.


Color preview on white background

This text has color #120528 on white background.


Black color preview on #120528 background

This text has black color on #120528 background.


White color preview on #120528 background

This text has white color on #120528 background.


Related colors

Complementary color

Complementary color for #hex is #EDFAD7.


I love getcolorcode.com

Triadic colors

1 #281205 and #052812 with #120528 are triadic colors.

2 #280512 and #051228 with #120528 are triadic colors.