COLOR #00614B

HEX: #00614B
RGB: (0,97,75)

Color info

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

RGB color model

#00614B color RGB value is (0,97,75).

  • red value is 0;
  • green value is 97;
  • blue value is 75.
RGB:
(0,97,75)
(0%,38%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 75 of 255 = 29%

0
97
75

R + G + B ~ 22%. #00614B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 75 = 172 (100%)
R 0 of 172 ~ 0%
G 97 of 172 ~ 56.4%
B 75 of 172 ~ 43.6%

%56.4
%43.6

CMYK color model

#00614B color CMYK value is (100,0,23,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(100,0,23,62)
C100M0Y23K62 
(100%,0%,23%,62%)
(1.00/0.00/0.23/0.62)	

CMYK percentages

%100
%0
%22.68
%61.96

Codes

Color #00614B in popluar color models

00614B
RGB09775
HSL166°100.00%19.02%
HSB/HSV166°100.00%38.04%
CMYK100.00%0.00%22.68%
61.96%

Color #00614B in popluar number systems.

HEX00614B
Decimal09775
Binary011000011001011
Octal0141113

Shades and tints

Shades of #00614B

#00614B
(0,97,75)
#005945
(0,89,69)
#00513F
(0,81,63)
#004939
(0,73,57)
#004133
(0,65,51)
#00392D
(0,57,45)
#003127
(0,49,39)
#002921
(0,41,33)
#00211B
(0,33,27)
#001915
(0,25,21)
#00110F
(0,17,15)
#000000
(0,0,0)

Tints of #00614B

#00614B
(0,97,75)
#176F5B
(23,111,91)
#2E7D6B
(46,125,107)
#458B7B
(69,139,123)
#5C998B
(92,153,139)
#73A79B
(115,167,155)
#8AB5AB
(138,181,171)
#A1C3BB
(161,195,187)
#B8D1CB
(184,209,203)
#CFDFDB
(207,223,219)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00614B color. Also use rgb(0,97,75) instead hex code.

Text Font Color

.myTextColor { color: #00614B; }

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

This text font color is #00614B.


Background Color

.myBgColor { background-color: #00614B; }

<div style="background-color:#00614B">Inner text</div>

This div background color is #00614B.


Border color

.myBorderColor { border: 1px solid #00614B; }

<div style="border:3px solid #00614B">Div</div>

This div border color is #00614B.


Opacity

.myOpacity80 { color: #00614B; opacity: 0.8; }

<p style="color:#00614B;opacity:0.8;">80%</p>

Text with #00614B 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 #00614B;}

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

This text has shadow with #00614B color.

.textShadow {text-shadow: 3px 3px 1px #00614B, 3px 3px 1px red;}

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

This text has shadow with #00614B primary color and red secondary color.


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

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

This text has shadow with #00614B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00614B on black background.


Color preview on white background

This text has color #00614B on white background.



Black color preview on #00614B background

This text has black color on #00614B background.


White color preview on #00614B background

This text has white color on #00614B background.