COLOR #07180F

HEX: #07180F RGB: (7,24,15)

Color info

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

RGB color model

#07180F color RGB value is (7,24,15).

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

RGB channels and saturation

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

7
24
15

R + G + B ~ 6%. #07180F is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 24 + 15 = 46 (100%)
R 7 of 46 ~ 15.22%
G 24 of 46 ~ 52.17%
B 15 of 46 ~ 32.61'%

%15.22
%52.17
%32.61

CMYK color model

#07180F color CMYK value is (71,0,38,91).

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

CMYK: (71,0,38,91)
C71M0Y38K91 (71%, 0%, 38%, 91%)
(0.71 / 0.00 / 0.38 / 0.91)

CMYK percentages

%70.83
%0
%37.5
%90.59

Codes

Color #07180F in popluar color models

07 18 0F
RGB 7 24 15
HSL 148° 54.84% 6.08%
HSB/HSV 148° 70.83% 9.41%
CMYK 70.83% 0.00% 37.50%
90.59%

Color #07180F in popluar number systems.

HEX 07 18 0F
Decimal 7 24 15
Binary 111 11000 1111
Octal 7 30 17

Shades and tints

Shades of #07180F

#07180F
(7,24,15)
#07160E
(7,22,14)
#07140D
(7,20,13)
#07120C
(7,18,12)
#07100B
(7,16,11)
#070E0A
(7,14,10)
#070C09
(7,12,9)
#070A08
(7,10,8)
#070807
(7,8,7)
#070606
(7,6,6)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #07180F

#07180F
(7,24,15)
#1D2D24
(29,45,36)
#334239
(51,66,57)
#49574E
(73,87,78)
#5F6C63
(95,108,99)
#758178
(117,129,120)
#8B968D
(139,150,141)
#A1ABA2
(161,171,162)
#B7C0B7
(183,192,183)
#CDD5CC
(205,213,204)
#E3EAE1
(227,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07180F; }

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

This text font color is #07180F.

Background Color

.myBgColor { background-color: #07180F; }

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

This div background color is #07180F.

Border color

.myBorderColor { border: 1px solid #07180F; }

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

This div border color is #07180F.

Opacity

.myOpacity80 { color: #07180F; opacity: 0.8; }

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

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

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

This text has shadow with #07180F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07180F.

Preview

Color preview on black background

This text has color #07180F on black background.


Color preview on white background

This text has color #07180F on white background.


Black color preview on #07180F background

This text has black color on #07180F background.


White color preview on #07180F background

This text has white color on #07180F background.


Related colors

Complementary color

Complementary color for #hex is #F8E7F0.


I love getcolorcode.com

Triadic colors

1 #0F0718 and #180F07 with #07180F are triadic colors.

2 #0F1807 and #18070F with #07180F are triadic colors.