COLOR #075804

HEX: #075804
RGB: (7,88,4)

Color info

#075804 contains mainly green color. Web safe color of #075804 is #006600 (or #060).

RGB color model

#075804 color RGB value is (7,88,4).

  • red value is 7;
  • green value is 88;
  • blue value is 4.
RGB:
(7,88,4)
(3%,35%,2%)

RGB channels and saturation

R 7 of 255 = 3%
G 88 of 255 = 35%
B 4 of 255 = 2%

7
88
4

R + G + B ~ 13%. #075804 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 88 + 4 = 99 (100%)
R 7 of 99 ~ 7.07%
G 88 of 99 ~ 88.89%
B 4 of 99 ~ 4.04%

%88.89

CMYK color model

#075804 color CMYK value is (92,0,95,65).

  • cyan value is 92.05%
  • magenta value is 0.00%
  • yellow value is 95.45%
  • key color value is 65.49%
CMYK:
(92,0,95,65)
C92M0Y95K65 
(92%,0%,95%,65%)
(0.92/0.00/0.95/0.65)	

CMYK percentages

%92.05
%0
%95.45
%65.49

Codes

Color #075804 in popluar color models

075804
RGB7884
HSL118°91.30%18.04%
HSB/HSV118°95.45%34.51%
CMYK92.05%0.00%95.45%
65.49%

Color #075804 in popluar number systems.

HEX075804
Decimal7884
Binary1111011000100
Octal71304

Shades and tints

Shades of #075804

#075804
(7,88,4)
#075004
(7,80,4)
#074804
(7,72,4)
#074004
(7,64,4)
#073804
(7,56,4)
#073004
(7,48,4)
#072804
(7,40,4)
#072004
(7,32,4)
#071804
(7,24,4)
#071004
(7,16,4)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #075804

#075804
(7,88,4)
#1D671A
(29,103,26)
#337630
(51,118,48)
#498546
(73,133,70)
#5F945C
(95,148,92)
#75A372
(117,163,114)
#8BB288
(139,178,136)
#A1C19E
(161,193,158)
#B7D0B4
(183,208,180)
#CDDFCA
(205,223,202)
#E3EEE0
(227,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075804 color. Also use rgb(7,88,4) instead hex code.

Text Font Color

.myTextColor { color: #075804; }

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

This text font color is #075804.


Background Color

.myBgColor { background-color: #075804; }

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

This div background color is #075804.


Border color

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

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

This div border color is #075804.


Opacity

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

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

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

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

This text has shadow with #075804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075804 on black background.


Color preview on white background

This text has color #075804 on white background.



Black color preview on #075804 background

This text has black color on #075804 background.


White color preview on #075804 background

This text has white color on #075804 background.