COLOR #180E07

HEX: #180E07 RGB: (24,14,7)

Color info

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

RGB color model

#180E07 color RGB value is (24,14,7).

RGB: (24,14,7) (9%, 5%, 3%)

RGB channels and saturation

R 24 of 255 = 9%
G 14 of 255 = 5%
B 7 of 255 = 3%

24
14
7

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

Portions of RGB colors in percentages

R + G + B = 24 + 14 + 7 = 45 (100%)
R 24 of 45 ~ 53.33%
G 14 of 45 ~ 31.11%
B 7 of 45 ~ 15.56'%

%53.33
%31.11
%15.56

CMYK color model

#180E07 color CMYK value is (0,42,71,91).

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

CMYK: (0,42,71,91)
C0M42Y71K91 (0%, 42%, 71%, 91%)
(0.00 / 0.42 / 0.71 / 0.91)

CMYK percentages

%0
%41.67
%70.83
%90.59

Codes

Color #180E07 in popluar color models

18 0E 07
RGB 24 14 7
HSL 25° 54.84% 6.08%
HSB/HSV 25° 70.83% 9.41%
CMYK 0.00% 41.67% 70.83%
90.59%

Color #180E07 in popluar number systems.

HEX 18 0E 07
Decimal 24 14 7
Binary 11000 1110 111
Octal 30 16 7

Shades and tints

Shades of #180E07

#180E07
(24,14,7)
#160D07
(22,13,7)
#140C07
(20,12,7)
#120B07
(18,11,7)
#100A07
(16,10,7)
#0E0907
(14,9,7)
#0C0807
(12,8,7)
#0A0707
(10,7,7)
#080607
(8,6,7)
#060507
(6,5,7)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #180E07

#180E07
(24,14,7)
#2D231D
(45,35,29)
#423833
(66,56,51)
#574D49
(87,77,73)
#6C625F
(108,98,95)
#817775
(129,119,117)
#968C8B
(150,140,139)
#ABA1A1
(171,161,161)
#C0B6B7
(192,182,183)
#D5CBCD
(213,203,205)
#EAE0E3
(234,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180E07; }

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

This text font color is #180E07.

Background Color

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

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

This div background color is #180E07.

Border color

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

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

This div border color is #180E07.

Opacity

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

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

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

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

This text has shadow with #180E07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180E07.

Preview

Color preview on black background

This text has color #180E07 on black background.


Color preview on white background

This text has color #180E07 on white background.


Black color preview on #180E07 background

This text has black color on #180E07 background.


White color preview on #180E07 background

This text has white color on #180E07 background.


Related colors

Complementary color

Complementary color for #hex is #E7F1F8.


I love getcolorcode.com

Triadic colors

1 #07180E and #0E0718 with #180E07 are triadic colors.

2 #070E18 and #0E1807 with #180E07 are triadic colors.