COLOR #180B07

HEX: #180B07
RGB: (24,11,7)

Color info

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

RGB color model

#180B07 color RGB value is (24,11,7).

  • red value is 24;
  • green value is 11;
  • blue value is 7.
RGB:
(24,11,7)
(9%,4%,3%)

RGB channels and saturation

R 24 of 255 = 9%
G 11 of 255 = 4%
B 7 of 255 = 3%

24
11
7

R + G + B ~ 5%. #180B07 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 11 + 7 = 42 (100%)
R 24 of 42 ~ 57.14%
G 11 of 42 ~ 26.19%
B 7 of 42 ~ 16.67%

%57.14
%26.19
%16.67

CMYK color model

#180B07 color CMYK value is (0,54,71,91).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 70.83%
  • key color value is 90.59%
CMYK:
(0,54,71,91)
C0M54Y71K91 
(0%,54%,71%,91%)
(0.00/0.54/0.71/0.91)	

CMYK percentages

%0
%54.17
%70.83
%90.59

Codes

Color #180B07 in popluar color models

180B07
RGB24117
HSL14°54.84%6.08%
HSB/HSV14°70.83%9.41%
CMYK0.00%54.17%70.83%
90.59%

Color #180B07 in popluar number systems.

HEX180B07
Decimal24117
Binary110001011111
Octal30137

Shades and tints

Shades of #180B07

#180B07
(24,11,7)
#160A07
(22,10,7)
#140907
(20,9,7)
#120807
(18,8,7)
#100707
(16,7,7)
#0E0607
(14,6,7)
#0C0507
(12,5,7)
#0A0407
(10,4,7)
#080307
(8,3,7)
#060207
(6,2,7)
#040107
(4,1,7)
#000000
(0,0,0)

Tints of #180B07

#180B07
(24,11,7)
#2D211D
(45,33,29)
#423733
(66,55,51)
#574D49
(87,77,73)
#6C635F
(108,99,95)
#817975
(129,121,117)
#968F8B
(150,143,139)
#ABA5A1
(171,165,161)
#C0BBB7
(192,187,183)
#D5D1CD
(213,209,205)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180B07; }

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

This text font color is #180B07.


Background Color

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

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

This div background color is #180B07.


Border color

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

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

This div border color is #180B07.


Opacity

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

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

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

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

This text has shadow with #180B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180B07 on black background.


Color preview on white background

This text has color #180B07 on white background.



Black color preview on #180B07 background

This text has black color on #180B07 background.


White color preview on #180B07 background

This text has white color on #180B07 background.