COLOR #072C08

HEX: #072C08 RGB: (7,44,8)

Color info

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

RGB color model

#072C08 color RGB value is (7,44,8).

RGB: (7,44,8) (3%, 17%, 3%)

RGB channels and saturation

R 7 of 255 = 3%
G 44 of 255 = 17%
B 8 of 255 = 3%

7
44
8

R + G + B ~ 8%. #072C08 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 44 + 8 = 59 (100%)
R 7 of 59 ~ 11.86%
G 44 of 59 ~ 74.58%
B 8 of 59 ~ 13.56'%

%11.86
%74.58
%13.56

CMYK color model

#072C08 color CMYK value is (84,0,82,83).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 82.75%

CMYK: (84,0,82,83)
C84M0Y82K83 (84%, 0%, 82%, 83%)
(0.84 / 0.00 / 0.82 / 0.83)

CMYK percentages

%84.09
%0
%81.82
%82.75

Codes

Color #072C08 in popluar color models

07 2C 08
RGB 7 44 8
HSL 122° 72.55% 10.00%
HSB/HSV 122° 84.09% 17.25%
CMYK 84.09% 0.00% 81.82%
82.75%

Color #072C08 in popluar number systems.

HEX 07 2C 08
Decimal 7 44 8
Binary 111 101100 1000
Octal 7 54 10

Shades and tints

Shades of #072C08

#072C08
(7,44,8)
#072808
(7,40,8)
#072408
(7,36,8)
#072008
(7,32,8)
#071C08
(7,28,8)
#071808
(7,24,8)
#071408
(7,20,8)
#071008
(7,16,8)
#070C08
(7,12,8)
#070808
(7,8,8)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #072C08

#072C08
(7,44,8)
#1D3F1E
(29,63,30)
#335234
(51,82,52)
#49654A
(73,101,74)
#5F7860
(95,120,96)
#758B76
(117,139,118)
#8B9E8C
(139,158,140)
#A1B1A2
(161,177,162)
#B7C4B8
(183,196,184)
#CDD7CE
(205,215,206)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072C08 color. Also use rgb(7,44,8) instead hex code.

Text Font Color

.myTextColor { color: #072C08; }

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

This text font color is #072C08.

Background Color

.myBgColor { background-color: #072C08; }

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

This div background color is #072C08.

Border color

.myBorderColor { border: 1px solid #072C08; }

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

This div border color is #072C08.

Opacity

.myOpacity80 { color: #072C08; opacity: 0.8; }

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

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

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

This text has shadow with #072C08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072C08.

Preview

Color preview on black background

This text has color #072C08 on black background.


Color preview on white background

This text has color #072C08 on white background.


Black color preview on #072C08 background

This text has black color on #072C08 background.


White color preview on #072C08 background

This text has white color on #072C08 background.


Related colors

Complementary color

Complementary color for #hex is #F8D3F7.


I love getcolorcode.com

Triadic colors

1 #08072C and #2C0807 with #072C08 are triadic colors.

2 #082C07 and #2C0708 with #072C08 are triadic colors.