COLOR #00785E

HEX: #00785E
RGB: (0,120,94)

Color info

#00785E contains only green and blue colors. Web safe color of #00785E is #006666 (or #066).

RGB color model

#00785E color RGB value is (0,120,94).

  • red value is 0;
  • green value is 120;
  • blue value is 94.
RGB:
(0,120,94)
(0%,47%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 120 of 255 = 47%
B 94 of 255 = 37%

0
120
94

R + G + B ~ 28%. #00785E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 120 + 94 = 214 (100%)
R 0 of 214 ~ 0%
G 120 of 214 ~ 56.07%
B 94 of 214 ~ 43.93%

%56.07
%43.93

CMYK color model

#00785E color CMYK value is (100,0,22,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(100,0,22,53)
C100M0Y22K53 
(100%,0%,22%,53%)
(1.00/0.00/0.22/0.53)	

CMYK percentages

%100
%0
%21.67
%52.94

Codes

Color #00785E in popluar color models

00785E
RGB012094
HSL167°100.00%23.53%
HSB/HSV167°100.00%47.06%
CMYK100.00%0.00%21.67%
52.94%

Color #00785E in popluar number systems.

HEX00785E
Decimal012094
Binary011110001011110
Octal0170136

Shades and tints

Shades of #00785E

#00785E
(0,120,94)
#006E56
(0,110,86)
#00644E
(0,100,78)
#005A46
(0,90,70)
#00503E
(0,80,62)
#004636
(0,70,54)
#003C2E
(0,60,46)
#003226
(0,50,38)
#00281E
(0,40,30)
#001E16
(0,30,22)
#00140E
(0,20,14)
#000000
(0,0,0)

Tints of #00785E

#00785E
(0,120,94)
#17846C
(23,132,108)
#2E907A
(46,144,122)
#459C88
(69,156,136)
#5CA896
(92,168,150)
#73B4A4
(115,180,164)
#8AC0B2
(138,192,178)
#A1CCC0
(161,204,192)
#B8D8CE
(184,216,206)
#CFE4DC
(207,228,220)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00785E color. Also use rgb(0,120,94) instead hex code.

Text Font Color

.myTextColor { color: #00785E; }

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

This text font color is #00785E.


Background Color

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

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

This div background color is #00785E.


Border color

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

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

This div border color is #00785E.


Opacity

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

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

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

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

This text has shadow with #00785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00785E on black background.


Color preview on white background

This text has color #00785E on white background.



Black color preview on #00785E background

This text has black color on #00785E background.


White color preview on #00785E background

This text has white color on #00785E background.