COLOR #072306

HEX: #072306 RGB: (7,35,6)

Color info

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

RGB color model

#072306 color RGB value is (7,35,6).

RGB: (7,35,6) (3%, 14%, 2%)

RGB channels and saturation

R 7 of 255 = 3%
G 35 of 255 = 14%
B 6 of 255 = 2%

7
35
6

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

Portions of RGB colors in percentages

R + G + B = 7 + 35 + 6 = 48 (100%)
R 7 of 48 ~ 14.58%
G 35 of 48 ~ 72.92%
B 6 of 48 ~ 12.5'%

%14.58
%72.92
%12.5

CMYK color model

#072306 color CMYK value is (80,0,83,86).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 82.86%
  • key color value is 86.27%

CMYK: (80,0,83,86)
C80M0Y83K86 (80%, 0%, 83%, 86%)
(0.80 / 0.00 / 0.83 / 0.86)

CMYK percentages

%80
%0
%82.86
%86.27

Codes

Color #072306 in popluar color models

07 23 06
RGB 7 35 6
HSL 118° 70.73% 8.04%
HSB/HSV 118° 82.86% 13.73%
CMYK 80.00% 0.00% 82.86%
86.27%

Color #072306 in popluar number systems.

HEX 07 23 06
Decimal 7 35 6
Binary 111 100011 110
Octal 7 43 6

Shades and tints

Shades of #072306

#072306
(7,35,6)
#072006
(7,32,6)
#071D06
(7,29,6)
#071A06
(7,26,6)
#071706
(7,23,6)
#071406
(7,20,6)
#071106
(7,17,6)
#070E06
(7,14,6)
#070B06
(7,11,6)
#070806
(7,8,6)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #072306

#072306
(7,35,6)
#1D371C
(29,55,28)
#334B32
(51,75,50)
#495F48
(73,95,72)
#5F735E
(95,115,94)
#758774
(117,135,116)
#8B9B8A
(139,155,138)
#A1AFA0
(161,175,160)
#B7C3B6
(183,195,182)
#CDD7CC
(205,215,204)
#E3EBE2
(227,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072306; }

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

This text font color is #072306.

Background Color

.myBgColor { background-color: #072306; }

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

This div background color is #072306.

Border color

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

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

This div border color is #072306.

Opacity

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

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

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

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

This text has shadow with #072306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072306.

Preview

Color preview on black background

This text has color #072306 on black background.


Color preview on white background

This text has color #072306 on white background.


Black color preview on #072306 background

This text has black color on #072306 background.


White color preview on #072306 background

This text has white color on #072306 background.


Related colors

Complementary color

Complementary color for #hex is #F8DCF9.


I love getcolorcode.com

Triadic colors

1 #060723 and #230607 with #072306 are triadic colors.

2 #062307 and #230706 with #072306 are triadic colors.