COLOR #00625F

HEX: #00625F
RGB: (0,98,95)

Color info

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

RGB color model

#00625F color RGB value is (0,98,95).

  • red value is 0;
  • green value is 98;
  • blue value is 95.
RGB:
(0,98,95)
(0%,38%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 98 of 255 = 38%
B 95 of 255 = 37%

0
98
95

R + G + B ~ 25%. #00625F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 98 + 95 = 193 (100%)
R 0 of 193 ~ 0%
G 98 of 193 ~ 50.78%
B 95 of 193 ~ 49.22%

%50.78
%49.22

CMYK color model

#00625F color CMYK value is (100,0,3,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%
CMYK:
(100,0,3,62)
C100M0Y3K62 
(100%,0%,3%,62%)
(1.00/0.00/0.03/0.62)	

CMYK percentages

%100
%0
%3.06
%61.57

Codes

Color #00625F in popluar color models

00625F
RGB09895
HSL178°100.00%19.22%
HSB/HSV178°100.00%38.43%
CMYK100.00%0.00%3.06%
61.57%

Color #00625F in popluar number systems.

HEX00625F
Decimal09895
Binary011000101011111
Octal0142137

Shades and tints

Shades of #00625F

#00625F
(0,98,95)
#005A57
(0,90,87)
#00524F
(0,82,79)
#004A47
(0,74,71)
#00423F
(0,66,63)
#003A37
(0,58,55)
#00322F
(0,50,47)
#002A27
(0,42,39)
#00221F
(0,34,31)
#001A17
(0,26,23)
#00120F
(0,18,15)
#000000
(0,0,0)

Tints of #00625F

#00625F
(0,98,95)
#17706D
(23,112,109)
#2E7E7B
(46,126,123)
#458C89
(69,140,137)
#5C9A97
(92,154,151)
#73A8A5
(115,168,165)
#8AB6B3
(138,182,179)
#A1C4C1
(161,196,193)
#B8D2CF
(184,210,207)
#CFE0DD
(207,224,221)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00625F color. Also use rgb(0,98,95) instead hex code.

Text Font Color

.myTextColor { color: #00625F; }

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

This text font color is #00625F.


Background Color

.myBgColor { background-color: #00625F; }

<div style="background-color:#00625F">Inner text</div>

This div background color is #00625F.


Border color

.myBorderColor { border: 1px solid #00625F; }

<div style="border:3px solid #00625F">Div</div>

This div border color is #00625F.


Opacity

.myOpacity80 { color: #00625F; opacity: 0.8; }

<p style="color:#00625F;opacity:0.8;">80%</p>

Text with #00625F 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 #00625F;}

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

This text has shadow with #00625F color.

.textShadow {text-shadow: 3px 3px 1px #00625F, 3px 3px 1px red;}

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

This text has shadow with #00625F primary color and red secondary color.


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

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

This text has shadow with #00625F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00625F on black background.


Color preview on white background

This text has color #00625F on white background.



Black color preview on #00625F background

This text has black color on #00625F background.


White color preview on #00625F background

This text has white color on #00625F background.