COLOR #180412

HEX: #180412 RGB: (24,4,18)

Color info

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

RGB color model

#180412 color RGB value is (24,4,18).

RGB: (24,4,18) (9%, 2%, 7%)

RGB channels and saturation

R 24 of 255 = 9%
G 4 of 255 = 2%
B 18 of 255 = 7%

24
4
18

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

Portions of RGB colors in percentages

R + G + B = 24 + 4 + 18 = 46 (100%)
R 24 of 46 ~ 52.17%
G 4 of 46 ~ 8.7%
B 18 of 46 ~ 39.13'%

%52.17
%39.13

CMYK color model

#180412 color CMYK value is (0,83,25,91).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 25.00%
  • key color value is 90.59%

CMYK: (0,83,25,91)
C0M83Y25K91 (0%, 83%, 25%, 91%)
(0.00 / 0.83 / 0.25 / 0.91)

CMYK percentages

%0
%83.33
%25
%90.59

Codes

Color #180412 in popluar color models

18 04 12
RGB 24 4 18
HSL 318° 71.43% 5.49%
HSB/HSV 318° 83.33% 9.41%
CMYK 0.00% 83.33% 25.00%
90.59%

Color #180412 in popluar number systems.

HEX 18 04 12
Decimal 24 4 18
Binary 11000 100 10010
Octal 30 4 22

Shades and tints

Shades of #180412

#180412
(24,4,18)
#160411
(22,4,17)
#140410
(20,4,16)
#12040F
(18,4,15)
#10040E
(16,4,14)
#0E040D
(14,4,13)
#0C040C
(12,4,12)
#0A040B
(10,4,11)
#08040A
(8,4,10)
#060409
(6,4,9)
#040408
(4,4,8)
#000000
(0,0,0)

Tints of #180412

#180412
(24,4,18)
#2D1A27
(45,26,39)
#42303C
(66,48,60)
#574651
(87,70,81)
#6C5C66
(108,92,102)
#81727B
(129,114,123)
#968890
(150,136,144)
#AB9EA5
(171,158,165)
#C0B4BA
(192,180,186)
#D5CACF
(213,202,207)
#EAE0E4
(234,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180412; }

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

This text font color is #180412.

Background Color

.myBgColor { background-color: #180412; }

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

This div background color is #180412.

Border color

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

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

This div border color is #180412.

Opacity

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

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

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

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

This text has shadow with #180412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180412.

Preview

Color preview on black background

This text has color #180412 on black background.


Color preview on white background

This text has color #180412 on white background.


Black color preview on #180412 background

This text has black color on #180412 background.


White color preview on #180412 background

This text has white color on #180412 background.


Related colors

Complementary color

Complementary color for #hex is #E7FBED.


I love getcolorcode.com

Triadic colors

1 #121804 and #041218 with #180412 are triadic colors.

2 #120418 and #041812 with #180412 are triadic colors.