COLOR #180607

HEX: #180607 RGB: (24,6,7)

Color info

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

RGB color model

#180607 color RGB value is (24,6,7).

RGB: (24,6,7) (9%, 2%, 3%)

RGB channels and saturation

R 24 of 255 = 9%
G 6 of 255 = 2%
B 7 of 255 = 3%

24
6
7

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

Portions of RGB colors in percentages

R + G + B = 24 + 6 + 7 = 37 (100%)
R 24 of 37 ~ 64.86%
G 6 of 37 ~ 16.22%
B 7 of 37 ~ 18.92'%

%64.86
%16.22
%18.92

CMYK color model

#180607 color CMYK value is (0,75,71,91).

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

CMYK: (0,75,71,91)
C0M75Y71K91 (0%, 75%, 71%, 91%)
(0.00 / 0.75 / 0.71 / 0.91)

CMYK percentages

%0
%75
%70.83
%90.59

Codes

Color #180607 in popluar color models

18 06 07
RGB 24 6 7
HSL 357° 60.00% 5.88%
HSB/HSV 357° 75.00% 9.41%
CMYK 0.00% 75.00% 70.83%
90.59%

Color #180607 in popluar number systems.

HEX 18 06 07
Decimal 24 6 7
Binary 11000 110 111
Octal 30 6 7

Shades and tints

Shades of #180607

#180607
(24,6,7)
#160607
(22,6,7)
#140607
(20,6,7)
#120607
(18,6,7)
#100607
(16,6,7)
#0E0607
(14,6,7)
#0C0607
(12,6,7)
#0A0607
(10,6,7)
#080607
(8,6,7)
#060607
(6,6,7)
#040607
(4,6,7)
#000000
(0,0,0)

Tints of #180607

#180607
(24,6,7)
#2D1C1D
(45,28,29)
#423233
(66,50,51)
#574849
(87,72,73)
#6C5E5F
(108,94,95)
#817475
(129,116,117)
#968A8B
(150,138,139)
#ABA0A1
(171,160,161)
#C0B6B7
(192,182,183)
#D5CCCD
(213,204,205)
#EAE2E3
(234,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180607; }

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

This text font color is #180607.

Background Color

.myBgColor { background-color: #180607; }

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

This div background color is #180607.

Border color

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

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

This div border color is #180607.

Opacity

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

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

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

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

This text has shadow with #180607 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180607.

Preview

Color preview on black background

This text has color #180607 on black background.


Color preview on white background

This text has color #180607 on white background.


Black color preview on #180607 background

This text has black color on #180607 background.


White color preview on #180607 background

This text has white color on #180607 background.


Related colors

Complementary color

Complementary color for #hex is #E7F9F8.


I love getcolorcode.com

Triadic colors

1 #071806 and #060718 with #180607 are triadic colors.

2 #070618 and #061807 with #180607 are triadic colors.