COLOR #073008

HEX: #073008 RGB: (7,48,8)

Color info

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

RGB color model

#073008 color RGB value is (7,48,8).

RGB: (7,48,8) (3%, 19%, 3%)

RGB channels and saturation

R 7 of 255 = 3%
G 48 of 255 = 19%
B 8 of 255 = 3%

7
48
8

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

Portions of RGB colors in percentages

R + G + B = 7 + 48 + 8 = 63 (100%)
R 7 of 63 ~ 11.11%
G 48 of 63 ~ 76.19%
B 8 of 63 ~ 12.7'%

%11.11
%76.19
%12.7

CMYK color model

#073008 color CMYK value is (85,0,83,81).

  • cyan value is 85.42%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 81.18%
CMYK: (85,0,83,81) C85M0Y83K81 (85%,0%,83%,81%) (0.85/0.00/0.83/0.81) 

CMYK percentages

%85.42
%0
%83.33
%81.18

Codes

Color #073008 in popluar color models

07 30 08
RGB 7 48 8
HSL 121° 74.55% 10.78%
HSB/HSV 121° 85.42% 18.82%
CMYK 85.42% 0.00% 83.33%
81.18%

Color #073008 in popluar number systems.

HEX 07 30 08
Decimal 7 48 8
Binary 111 110000 1000
Octal 7 60 10

Shades and tints

Shades of #073008

#073008
(7,48,8)
#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)
#000000
(0,0,0)

Tints of #073008

#073008
(7,48,8)
#1D421E
(29,66,30)
#335434
(51,84,52)
#49664A
(73,102,74)
#5F7860
(95,120,96)
#758A76
(117,138,118)
#8B9C8C
(139,156,140)
#A1AEA2
(161,174,162)
#B7C0B8
(183,192,184)
#CDD2CE
(205,210,206)
#E3E4E4
(227,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073008; }

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

This text font color is #073008.

Background Color

.myBgColor { background-color: #073008; }

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

This div background color is #073008.

Border color

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

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

This div border color is #073008.

Opacity

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

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

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

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

This text has shadow with #073008 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073008.

Preview

Color preview on black background

This text has color #073008 on black background.


Color preview on white background

This text has color #073008 on white background.


Black color preview on #073008 background

This text has black color on #073008 background.


White color preview on #073008 background

This text has white color on #073008 background.


Related colors

Complementary color

Complementary color for #hex is #F8CFF7.


I love getcolorcode.com

Triadic colors

1 #080730 and #300807 with #073008 are triadic colors.

2 #083007 and #300708 with #073008 are triadic colors.