COLOR #120430

HEX: #120430 RGB: (18,4,48)

Color info

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

RGB color model

#120430 color RGB value is (18,4,48).

RGB: (18,4,48) (7%, 2%, 19%)

RGB channels and saturation

R 18 of 255 = 7%
G 4 of 255 = 2%
B 48 of 255 = 19%

18
4
48

R + G + B ~ 9%. #120430 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 4 + 48 = 70 (100%)
R 18 of 70 ~ 25.71%
G 4 of 70 ~ 5.71%
B 48 of 70 ~ 68.57'%

%25.71
%68.57

CMYK color model

#120430 color CMYK value is (63,92,0,81).

  • cyan value is 62.50%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (63,92,0,81)
C63M92Y0K81 (63%, 92%, 0%, 81%)
(0.63 / 0.92 / 0.00 / 0.81)

CMYK percentages

%62.5
%91.67
%0
%81.18

Codes

Color #120430 in popluar color models

12 04 30
RGB 18 4 48
HSL 259° 84.62% 10.20%
HSB/HSV 259° 91.67% 18.82%
CMYK 62.50% 91.67% 0.00%
81.18%

Color #120430 in popluar number systems.

HEX 12 04 30
Decimal 18 4 48
Binary 10010 100 110000
Octal 22 4 60

Shades and tints

Shades of #120430

#120430
(18,4,48)
#11042C
(17,4,44)
#100428
(16,4,40)
#0F0424
(15,4,36)
#0E0420
(14,4,32)
#0D041C
(13,4,28)
#0C0418
(12,4,24)
#0B0414
(11,4,20)
#0A0410
(10,4,16)
#09040C
(9,4,12)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #120430

#120430
(18,4,48)
#271A42
(39,26,66)
#3C3054
(60,48,84)
#514666
(81,70,102)
#665C78
(102,92,120)
#7B728A
(123,114,138)
#90889C
(144,136,156)
#A59EAE
(165,158,174)
#BAB4C0
(186,180,192)
#CFCAD2
(207,202,210)
#E4E0E4
(228,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120430 color. Also use rgb(18,4,48) instead hex code.

Text Font Color

.myTextColor { color: #120430; }

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

This text font color is #120430.

Background Color

.myBgColor { background-color: #120430; }

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

This div background color is #120430.

Border color

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

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

This div border color is #120430.

Opacity

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

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

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

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

This text has shadow with #120430 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120430.

Preview

Color preview on black background

This text has color #120430 on black background.


Color preview on white background

This text has color #120430 on white background.


Black color preview on #120430 background

This text has black color on #120430 background.


White color preview on #120430 background

This text has white color on #120430 background.


Related colors

Complementary color

Complementary color for #hex is #EDFBCF.


I love getcolorcode.com

Triadic colors

1 #301204 and #043012 with #120430 are triadic colors.

2 #300412 and #041230 with #120430 are triadic colors.