COLOR #072917

HEX: #072917
RGB: (7,41,23)

Color info

#072917 contains red, green and blue colors in about the same proportion. Web safe color of #072917 is #003300 (or #030).

RGB color model

#072917 color RGB value is (7,41,23).

  • red value is 7;
  • green value is 41;
  • blue value is 23.
RGB:
(7,41,23)
(3%,16%,9%)

RGB channels and saturation

R 7 of 255 = 3%
G 41 of 255 = 16%
B 23 of 255 = 9%

7
41
23

R + G + B ~ 9%. #072917 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 23 = 71 (100%)
R 7 of 71 ~ 9.86%
G 41 of 71 ~ 57.75%
B 23 of 71 ~ 32.39%

%9.86
%57.75
%32.39

CMYK color model

#072917 color CMYK value is (83,0,44,84).

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 83.92%
CMYK:
(83,0,44,84)
C83M0Y44K84 
(83%,0%,44%,84%)
(0.83/0.00/0.44/0.84)	

CMYK percentages

%82.93
%0
%43.9
%83.92

Codes

Color #072917 in popluar color models

072917
RGB74123
HSL148°70.83%9.41%
HSB/HSV148°82.93%16.08%
CMYK82.93%0.00%43.90%
83.92%

Color #072917 in popluar number systems.

HEX072917
Decimal74123
Binary11110100110111
Octal75127

Shades and tints

Shades of #072917

#072917
(7,41,23)
#072615
(7,38,21)
#072313
(7,35,19)
#072011
(7,32,17)
#071D0F
(7,29,15)
#071A0D
(7,26,13)
#07170B
(7,23,11)
#071409
(7,20,9)
#071107
(7,17,7)
#070E05
(7,14,5)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #072917

#072917
(7,41,23)
#1D3C2C
(29,60,44)
#334F41
(51,79,65)
#496256
(73,98,86)
#5F756B
(95,117,107)
#758880
(117,136,128)
#8B9B95
(139,155,149)
#A1AEAA
(161,174,170)
#B7C1BF
(183,193,191)
#CDD4D4
(205,212,212)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072917 color. Also use rgb(7,41,23) instead hex code.

Text Font Color

.myTextColor { color: #072917; }

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

This text font color is #072917.


Background Color

.myBgColor { background-color: #072917; }

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

This div background color is #072917.


Border color

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

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

This div border color is #072917.


Opacity

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

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

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

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

This text has shadow with #072917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072917 on black background.


Color preview on white background

This text has color #072917 on white background.



Black color preview on #072917 background

This text has black color on #072917 background.


White color preview on #072917 background

This text has white color on #072917 background.