COLOR #07885E

HEX: #07885E
RGB: (7,136,94)

Color info

#07885E contains mainly green and blue colors. Web safe color of #07885E is #009966 (or #096).

RGB color model

#07885E color RGB value is (7,136,94).

  • red value is 7;
  • green value is 136;
  • blue value is 94.
RGB:
(7,136,94)
(3%,53%,37%)

RGB channels and saturation

R 7 of 255 = 3%
G 136 of 255 = 53%
B 94 of 255 = 37%

7
136
94

R + G + B ~ 31%. #07885E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 136 + 94 = 237 (100%)
R 7 of 237 ~ 2.95%
G 136 of 237 ~ 57.38%
B 94 of 237 ~ 39.66%

%57.38
%39.66

CMYK color model

#07885E color CMYK value is (95,0,31,47).

  • cyan value is 94.85%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 46.67%
CMYK:
(95,0,31,47)
C95M0Y31K47 
(95%,0%,31%,47%)
(0.95/0.00/0.31/0.47)	

CMYK percentages

%94.85
%0
%30.88
%46.67

Codes

Color #07885E in popluar color models

07885E
RGB713694
HSL160°90.21%28.04%
HSB/HSV160°94.85%53.33%
CMYK94.85%0.00%30.88%
46.67%

Color #07885E in popluar number systems.

HEX07885E
Decimal713694
Binary111100010001011110
Octal7210136

Shades and tints

Shades of #07885E

#07885E
(7,136,94)
#077C56
(7,124,86)
#07704E
(7,112,78)
#076446
(7,100,70)
#07583E
(7,88,62)
#074C36
(7,76,54)
#07402E
(7,64,46)
#073426
(7,52,38)
#07281E
(7,40,30)
#071C16
(7,28,22)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #07885E

#07885E
(7,136,94)
#1D926C
(29,146,108)
#339C7A
(51,156,122)
#49A688
(73,166,136)
#5FB096
(95,176,150)
#75BAA4
(117,186,164)
#8BC4B2
(139,196,178)
#A1CEC0
(161,206,192)
#B7D8CE
(183,216,206)
#CDE2DC
(205,226,220)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07885E color. Also use rgb(7,136,94) instead hex code.

Text Font Color

.myTextColor { color: #07885E; }

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

This text font color is #07885E.


Background Color

.myBgColor { background-color: #07885E; }

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

This div background color is #07885E.


Border color

.myBorderColor { border: 1px solid #07885E; }

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

This div border color is #07885E.


Opacity

.myOpacity80 { color: #07885E; opacity: 0.8; }

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

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

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

This text has shadow with #07885E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07885E on black background.


Color preview on white background

This text has color #07885E on white background.



Black color preview on #07885E background

This text has black color on #07885E background.


White color preview on #07885E background

This text has white color on #07885E background.