COLOR #00794A

HEX: #00794A
RGB: (0,121,74)

Color info

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

RGB color model

#00794A color RGB value is (0,121,74).

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

RGB channels and saturation

R 0 of 255 = 0%
G 121 of 255 = 47%
B 74 of 255 = 29%

0
121
74

R + G + B ~ 25%. #00794A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 121 + 74 = 195 (100%)
R 0 of 195 ~ 0%
G 121 of 195 ~ 62.05%
B 74 of 195 ~ 37.95%

%62.05
%37.95

CMYK color model

#00794A color CMYK value is (100,0,39,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.84%
  • key color value is 52.55%
CMYK:
(100,0,39,53)
C100M0Y39K53 
(100%,0%,39%,53%)
(1.00/0.00/0.39/0.53)	

CMYK percentages

%100
%0
%38.84
%52.55

Codes

Color #00794A in popluar color models

00794A
RGB012174
HSL157°100.00%23.73%
HSB/HSV157°100.00%47.45%
CMYK100.00%0.00%38.84%
52.55%

Color #00794A in popluar number systems.

HEX00794A
Decimal012174
Binary011110011001010
Octal0171112

Shades and tints

Shades of #00794A

#00794A
(0,121,74)
#006E44
(0,110,68)
#00633E
(0,99,62)
#005838
(0,88,56)
#004D32
(0,77,50)
#00422C
(0,66,44)
#003726
(0,55,38)
#002C20
(0,44,32)
#00211A
(0,33,26)
#001614
(0,22,20)
#000B0E
(0,11,14)
#000000
(0,0,0)

Tints of #00794A

#00794A
(0,121,74)
#17855A
(23,133,90)
#2E916A
(46,145,106)
#459D7A
(69,157,122)
#5CA98A
(92,169,138)
#73B59A
(115,181,154)
#8AC1AA
(138,193,170)
#A1CDBA
(161,205,186)
#B8D9CA
(184,217,202)
#CFE5DA
(207,229,218)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00794A color. Also use rgb(0,121,74) instead hex code.

Text Font Color

.myTextColor { color: #00794A; }

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

This text font color is #00794A.


Background Color

.myBgColor { background-color: #00794A; }

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

This div background color is #00794A.


Border color

.myBorderColor { border: 1px solid #00794A; }

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

This div border color is #00794A.


Opacity

.myOpacity80 { color: #00794A; opacity: 0.8; }

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

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

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

This text has shadow with #00794A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00794A on black background.


Color preview on white background

This text has color #00794A on white background.



Black color preview on #00794A background

This text has black color on #00794A background.


White color preview on #00794A background

This text has white color on #00794A background.