COLOR #072812

HEX: #072812
RGB: (7,40,18)

Color info

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

RGB color model

#072812 color RGB value is (7,40,18).

  • red value is 7;
  • green value is 40;
  • blue value is 18.
RGB: (7,40,18) (3%,16%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 40 of 255 = 16%
B 18 of 255 = 7%

7
40
18

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

Portions of RGB colors in percentages

R + G + B =
7 + 40 + 18 = 65 (100%)
R 7 of 65 ~ 10.77%
G 40 of 65 ~ 61.54%
B 18 of 65 ~ 27.69%

%10.77
%61.54
%27.69

CMYK color model

#072812 color CMYK value is (83,0,55,84).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 84.31%
CMYK: (83,0,55,84) C83M0Y55K84 (83%,0%,55%,84%) (0.83/0.00/0.55/0.84)

CMYK percentages

%82.5
%0
%55
%84.31

Codes

Color #072812 in popluar color models

072812
RGB74018
HSL140°70.21%9.22%
HSB/HSV140°82.50%15.69%
CMYK82.50%0.00%55.00%
84.31%

Color #072812 in popluar number systems.

HEX072812
Decimal74018
Binary11110100010010
Octal75022

Shades and tints

Shades of #072812

#072812
(7,40,18)
#072511
(7,37,17)
#072210
(7,34,16)
#071F0F
(7,31,15)
#071C0E
(7,28,14)
#07190D
(7,25,13)
#07160C
(7,22,12)
#07130B
(7,19,11)
#07100A
(7,16,10)
#070D09
(7,13,9)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #072812

#072812
(7,40,18)
#1D3B27
(29,59,39)
#334E3C
(51,78,60)
#496151
(73,97,81)
#5F7466
(95,116,102)
#75877B
(117,135,123)
#8B9A90
(139,154,144)
#A1ADA5
(161,173,165)
#B7C0BA
(183,192,186)
#CDD3CF
(205,211,207)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072812 color. Also use rgb(7,40,18) instead hex code.

Text Font Color

.myTextColor { color: #072812; }

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

This text font color is #072812.


Background Color

.myBgColor { background-color: #072812; }

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

This div background color is #072812.


Border color

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

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

This div border color is #072812.


Opacity

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

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

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

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

This text has shadow with #072812 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #072812 on black background.


Color preview on white background

This text has color #072812 on white background.



Black color preview on #072812 background

This text has black color on #072812 background.


White color preview on #072812 background

This text has white color on #072812 background.