COLOR #00493E

HEX: #00493E
RGB: (0,73,62)

Color info

#00493E contains only green and blue colors. Web safe color of #00493E is #003333 (or #033).

RGB color model

#00493E color RGB value is (0,73,62).

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

RGB channels and saturation

R 0 of 255 = 0%
G 73 of 255 = 29%
B 62 of 255 = 24%

0
73
62

R + G + B ~ 18%. #00493E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 73 + 62 = 135 (100%)
R 0 of 135 ~ 0%
G 73 of 135 ~ 54.07%
B 62 of 135 ~ 45.93%

%54.07
%45.93

CMYK color model

#00493E color CMYK value is (100,0,15,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(100,0,15,71)
C100M0Y15K71 
(100%,0%,15%,71%)
(1.00/0.00/0.15/0.71)	

CMYK percentages

%100
%0
%15.07
%71.37

Codes

Color #00493E in popluar color models

00493E
RGB07362
HSL171°100.00%14.31%
HSB/HSV171°100.00%28.63%
CMYK100.00%0.00%15.07%
71.37%

Color #00493E in popluar number systems.

HEX00493E
Decimal07362
Binary01001001111110
Octal011176

Shades and tints

Shades of #00493E

#00493E
(0,73,62)
#004339
(0,67,57)
#003D34
(0,61,52)
#00372F
(0,55,47)
#00312A
(0,49,42)
#002B25
(0,43,37)
#002520
(0,37,32)
#001F1B
(0,31,27)
#001916
(0,25,22)
#001311
(0,19,17)
#000D0C
(0,13,12)
#000000
(0,0,0)

Tints of #00493E

#00493E
(0,73,62)
#17594F
(23,89,79)
#2E6960
(46,105,96)
#457971
(69,121,113)
#5C8982
(92,137,130)
#739993
(115,153,147)
#8AA9A4
(138,169,164)
#A1B9B5
(161,185,181)
#B8C9C6
(184,201,198)
#CFD9D7
(207,217,215)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00493E; }

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

This text font color is #00493E.


Background Color

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

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

This div background color is #00493E.


Border color

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

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

This div border color is #00493E.


Opacity

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

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

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

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

This text has shadow with #00493E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00493E on black background.


Color preview on white background

This text has color #00493E on white background.



Black color preview on #00493E background

This text has black color on #00493E background.


White color preview on #00493E background

This text has white color on #00493E background.