COLOR #075811

HEX: #075811
RGB: (7,88,17)

Color info

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

RGB color model

#075811 color RGB value is (7,88,17).

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

RGB channels and saturation

R 7 of 255 = 3%
G 88 of 255 = 35%
B 17 of 255 = 7%

7
88
17

R + G + B ~ 15%. #075811 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 88 + 17 = 112 (100%)
R 7 of 112 ~ 6.25%
G 88 of 112 ~ 78.57%
B 17 of 112 ~ 15.18%

%78.57
%15.18

CMYK color model

#075811 color CMYK value is (92,0,81,65).

  • cyan value is 92.05%
  • magenta value is 0.00%
  • yellow value is 80.68%
  • key color value is 65.49%
CMYK:
(92,0,81,65)
C92M0Y81K65 
(92%,0%,81%,65%)
(0.92/0.00/0.81/0.65)	

CMYK percentages

%92.05
%0
%80.68
%65.49

Codes

Color #075811 in popluar color models

075811
RGB78817
HSL127°85.26%18.63%
HSB/HSV127°92.05%34.51%
CMYK92.05%0.00%80.68%
65.49%

Color #075811 in popluar number systems.

HEX075811
Decimal78817
Binary111101100010001
Octal713021

Shades and tints

Shades of #075811

#075811
(7,88,17)
#075010
(7,80,16)
#07480F
(7,72,15)
#07400E
(7,64,14)
#07380D
(7,56,13)
#07300C
(7,48,12)
#07280B
(7,40,11)
#07200A
(7,32,10)
#071809
(7,24,9)
#071008
(7,16,8)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #075811

#075811
(7,88,17)
#1D6726
(29,103,38)
#33763B
(51,118,59)
#498550
(73,133,80)
#5F9465
(95,148,101)
#75A37A
(117,163,122)
#8BB28F
(139,178,143)
#A1C1A4
(161,193,164)
#B7D0B9
(183,208,185)
#CDDFCE
(205,223,206)
#E3EEE3
(227,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075811; }

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

This text font color is #075811.


Background Color

.myBgColor { background-color: #075811; }

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

This div background color is #075811.


Border color

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

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

This div border color is #075811.


Opacity

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

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

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

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

This text has shadow with #075811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075811 on black background.


Color preview on white background

This text has color #075811 on white background.



Black color preview on #075811 background

This text has black color on #075811 background.


White color preview on #075811 background

This text has white color on #075811 background.