COLOR #180506

HEX: #180506
RGB: (24,5,6)

Color info

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

RGB color model

#180506 color RGB value is (24,5,6).

  • red value is 24;
  • green value is 5;
  • blue value is 6.
RGB:
(24,5,6)
(9%,2%,2%)

RGB channels and saturation

R 24 of 255 = 9%
G 5 of 255 = 2%
B 6 of 255 = 2%

24
5
6

R + G + B ~ 4%. #180506 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 5 + 6 = 35 (100%)
R 24 of 35 ~ 68.57%
G 5 of 35 ~ 14.29%
B 6 of 35 ~ 17.14%

%68.57
%14.29
%17.14

CMYK color model

#180506 color CMYK value is (0,79,75,91).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 75.00%
  • key color value is 90.59%
CMYK:
(0,79,75,91)
C0M79Y75K91 
(0%,79%,75%,91%)
(0.00/0.79/0.75/0.91)	

CMYK percentages

%0
%79.17
%75
%90.59

Codes

Color #180506 in popluar color models

180506
RGB2456
HSL357°65.52%5.69%
HSB/HSV357°79.17%9.41%
CMYK0.00%79.17%75.00%
90.59%

Color #180506 in popluar number systems.

HEX180506
Decimal2456
Binary11000101110
Octal3056

Shades and tints

Shades of #180506

#180506
(24,5,6)
#160506
(22,5,6)
#140506
(20,5,6)
#120506
(18,5,6)
#100506
(16,5,6)
#0E0506
(14,5,6)
#0C0506
(12,5,6)
#0A0506
(10,5,6)
#080506
(8,5,6)
#060506
(6,5,6)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #180506

#180506
(24,5,6)
#2D1B1C
(45,27,28)
#423132
(66,49,50)
#574748
(87,71,72)
#6C5D5E
(108,93,94)
#817374
(129,115,116)
#96898A
(150,137,138)
#AB9FA0
(171,159,160)
#C0B5B6
(192,181,182)
#D5CBCC
(213,203,204)
#EAE1E2
(234,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180506 color. Also use rgb(24,5,6) instead hex code.

Text Font Color

.myTextColor { color: #180506; }

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

This text font color is #180506.


Background Color

.myBgColor { background-color: #180506; }

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

This div background color is #180506.


Border color

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

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

This div border color is #180506.


Opacity

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

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

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

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

This text has shadow with #180506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180506 on black background.


Color preview on white background

This text has color #180506 on white background.



Black color preview on #180506 background

This text has black color on #180506 background.


White color preview on #180506 background

This text has white color on #180506 background.