COLOR #00793E

HEX: #00793E
RGB: (0,121,62)

Color info

#00793E contains only green and blue colors. Web safe color of #00793E is #006633 (or #063).

RGB color model

#00793E color RGB value is (0,121,62).

  • red value is 0;
  • green value is 121;
  • blue value is 62.
RGB:
(0,121,62)
(0%,47%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 121 of 255 = 47%
B 62 of 255 = 24%

0
121
62

R + G + B ~ 24%. #00793E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 121 + 62 = 183 (100%)
R 0 of 183 ~ 0%
G 121 of 183 ~ 66.12%
B 62 of 183 ~ 33.88%

%66.12
%33.88

CMYK color model

#00793E color CMYK value is (100,0,49,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.76%
  • key color value is 52.55%
CMYK:
(100,0,49,53)
C100M0Y49K53 
(100%,0%,49%,53%)
(1.00/0.00/0.49/0.53)	

CMYK percentages

%100
%0
%48.76
%52.55

Codes

Color #00793E in popluar color models

00793E
RGB012162
HSL151°100.00%23.73%
HSB/HSV151°100.00%47.45%
CMYK100.00%0.00%48.76%
52.55%

Color #00793E in popluar number systems.

HEX00793E
Decimal012162
Binary01111001111110
Octal017176

Shades and tints

Shades of #00793E

#00793E
(0,121,62)
#006E39
(0,110,57)
#006334
(0,99,52)
#00582F
(0,88,47)
#004D2A
(0,77,42)
#004225
(0,66,37)
#003720
(0,55,32)
#002C1B
(0,44,27)
#002116
(0,33,22)
#001611
(0,22,17)
#000B0C
(0,11,12)
#000000
(0,0,0)

Tints of #00793E

#00793E
(0,121,62)
#17854F
(23,133,79)
#2E9160
(46,145,96)
#459D71
(69,157,113)
#5CA982
(92,169,130)
#73B593
(115,181,147)
#8AC1A4
(138,193,164)
#A1CDB5
(161,205,181)
#B8D9C6
(184,217,198)
#CFE5D7
(207,229,215)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00793E color. Also use rgb(0,121,62) instead hex code.

Text Font Color

.myTextColor { color: #00793E; }

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

This text font color is #00793E.


Background Color

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

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

This div background color is #00793E.


Border color

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

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

This div border color is #00793E.


Opacity

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

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

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

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

This text has shadow with #00793E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00793E on black background.


Color preview on white background

This text has color #00793E on white background.



Black color preview on #00793E background

This text has black color on #00793E background.


White color preview on #00793E background

This text has white color on #00793E background.