COLOR #180E0D

HEX: #180E0D RGB: (24,14,13)

Color info

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

RGB color model

#180E0D color RGB value is (24,14,13).

RGB: (24,14,13) (9%, 5%, 5%)

RGB channels and saturation

R 24 of 255 = 9%
G 14 of 255 = 5%
B 13 of 255 = 5%

24
14
13

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

Portions of RGB colors in percentages

R + G + B = 24 + 14 + 13 = 51 (100%)
R 24 of 51 ~ 47.06%
G 14 of 51 ~ 27.45%
B 13 of 51 ~ 25.49'%

%47.06
%27.45
%25.49

CMYK color model

#180E0D color CMYK value is (0,42,46,91).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 45.83%
  • key color value is 90.59%

CMYK: (0,42,46,91)
C0M42Y46K91 (0%, 42%, 46%, 91%)
(0.00 / 0.42 / 0.46 / 0.91)

CMYK percentages

%0
%41.67
%45.83
%90.59

Codes

Color #180E0D in popluar color models

18 0E 0D
RGB 24 14 13
HSL 29.73% 7.25%
HSB/HSV 45.83% 9.41%
CMYK 0.00% 41.67% 45.83%
90.59%

Color #180E0D in popluar number systems.

HEX 18 0E 0D
Decimal 24 14 13
Binary 11000 1110 1101
Octal 30 16 15

Shades and tints

Shades of #180E0D

#180E0D
(24,14,13)
#160D0C
(22,13,12)
#140C0B
(20,12,11)
#120B0A
(18,11,10)
#100A09
(16,10,9)
#0E0908
(14,9,8)
#0C0807
(12,8,7)
#0A0706
(10,7,6)
#080605
(8,6,5)
#060504
(6,5,4)
#040403
(4,4,3)
#000000
(0,0,0)

Tints of #180E0D

#180E0D
(24,14,13)
#2D2323
(45,35,35)
#423839
(66,56,57)
#574D4F
(87,77,79)
#6C6265
(108,98,101)
#81777B
(129,119,123)
#968C91
(150,140,145)
#ABA1A7
(171,161,167)
#C0B6BD
(192,182,189)
#D5CBD3
(213,203,211)
#EAE0E9
(234,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180E0D color. Also use rgb(24,14,13) instead hex code.

Text Font Color

.myTextColor { color: #180E0D; }

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

This text font color is #180E0D.

Background Color

.myBgColor { background-color: #180E0D; }

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

This div background color is #180E0D.

Border color

.myBorderColor { border: 1px solid #180E0D; }

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

This div border color is #180E0D.

Opacity

.myOpacity80 { color: #180E0D; opacity: 0.8; }

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

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

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

This text has shadow with #180E0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180E0D.

Preview

Color preview on black background

This text has color #180E0D on black background.


Color preview on white background

This text has color #180E0D on white background.


Black color preview on #180E0D background

This text has black color on #180E0D background.


White color preview on #180E0D background

This text has white color on #180E0D background.


Related colors

Complementary color

Complementary color for #hex is #E7F1F2.


I love getcolorcode.com

Triadic colors

1 #0D180E and #0E0D18 with #180E0D are triadic colors.

2 #0D0E18 and #0E180D with #180E0D are triadic colors.