COLOR #073808

HEX: #073808 RGB: (7,56,8)

Color info

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

RGB color model

#073808 color RGB value is (7,56,8).

RGB: (7,56,8) (3%, 22%, 3%)

RGB channels and saturation

R 7 of 255 = 3%
G 56 of 255 = 22%
B 8 of 255 = 3%

7
56
8

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

Portions of RGB colors in percentages

R + G + B = 7 + 56 + 8 = 71 (100%)
R 7 of 71 ~ 9.86%
G 56 of 71 ~ 78.87%
B 8 of 71 ~ 11.27'%

%78.87
%11.27

CMYK color model

#073808 color CMYK value is (88,0,86,78).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 78.04%

CMYK: (88,0,86,78)
C88M0Y86K78 (88%, 0%, 86%, 78%)
(0.88 / 0.00 / 0.86 / 0.78)

CMYK percentages

%87.5
%0
%85.71
%78.04

Codes

Color #073808 in popluar color models

07 38 08
RGB 7 56 8
HSL 121° 77.78% 12.35%
HSB/HSV 121° 87.50% 21.96%
CMYK 87.50% 0.00% 85.71%
78.04%

Color #073808 in popluar number systems.

HEX 07 38 08
Decimal 7 56 8
Binary 111 111000 1000
Octal 7 70 10

Shades and tints

Shades of #073808

#073808
(7,56,8)
#073308
(7,51,8)
#072E08
(7,46,8)
#072908
(7,41,8)
#072408
(7,36,8)
#071F08
(7,31,8)
#071A08
(7,26,8)
#071508
(7,21,8)
#071008
(7,16,8)
#070B08
(7,11,8)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #073808

#073808
(7,56,8)
#1D4A1E
(29,74,30)
#335C34
(51,92,52)
#496E4A
(73,110,74)
#5F8060
(95,128,96)
#759276
(117,146,118)
#8BA48C
(139,164,140)
#A1B6A2
(161,182,162)
#B7C8B8
(183,200,184)
#CDDACE
(205,218,206)
#E3ECE4
(227,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073808; }

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

This text font color is #073808.

Background Color

.myBgColor { background-color: #073808; }

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

This div background color is #073808.

Border color

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

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

This div border color is #073808.

Opacity

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

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

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

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

This text has shadow with #073808 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073808.

Preview

Color preview on black background

This text has color #073808 on black background.


Color preview on white background

This text has color #073808 on white background.


Black color preview on #073808 background

This text has black color on #073808 background.


White color preview on #073808 background

This text has white color on #073808 background.


Related colors

Complementary color

Complementary color for #hex is #F8C7F7.


I love getcolorcode.com

Triadic colors

1 #080738 and #380807 with #073808 are triadic colors.

2 #083807 and #380708 with #073808 are triadic colors.