COLOR #006461

HEX: #006461
RGB: (0,100,97)

Color info

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

RGB color model

#006461 color RGB value is (0,100,97).

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

RGB channels and saturation

R 0 of 255 = 0%
G 100 of 255 = 39%
B 97 of 255 = 38%

0
100
97

R + G + B ~ 26%. #006461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 100 + 97 = 197 (100%)
R 0 of 197 ~ 0%
G 100 of 197 ~ 50.76%
B 97 of 197 ~ 49.24%

%50.76
%49.24

CMYK color model

#006461 color CMYK value is (100,0,3,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(100,0,3,61)
C100M0Y3K61 
(100%,0%,3%,61%)
(1.00/0.00/0.03/0.61)	

CMYK percentages

%100
%0
%3
%60.78

Codes

Color #006461 in popluar color models

006461
RGB010097
HSL178°100.00%19.61%
HSB/HSV178°100.00%39.22%
CMYK100.00%0.00%3.00%
60.78%

Color #006461 in popluar number systems.

HEX006461
Decimal010097
Binary011001001100001
Octal0144141

Shades and tints

Shades of #006461

#006461
(0,100,97)
#005B59
(0,91,89)
#005251
(0,82,81)
#004949
(0,73,73)
#004041
(0,64,65)
#003739
(0,55,57)
#002E31
(0,46,49)
#002529
(0,37,41)
#001C21
(0,28,33)
#001319
(0,19,25)
#000A11
(0,10,17)
#000000
(0,0,0)

Tints of #006461

#006461
(0,100,97)
#17726F
(23,114,111)
#2E807D
(46,128,125)
#458E8B
(69,142,139)
#5C9C99
(92,156,153)
#73AAA7
(115,170,167)
#8AB8B5
(138,184,181)
#A1C6C3
(161,198,195)
#B8D4D1
(184,212,209)
#CFE2DF
(207,226,223)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006461; }

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

This text font color is #006461.


Background Color

.myBgColor { background-color: #006461; }

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

This div background color is #006461.


Border color

.myBorderColor { border: 1px solid #006461; }

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

This div border color is #006461.


Opacity

.myOpacity80 { color: #006461; opacity: 0.8; }

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

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

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

This text has shadow with #006461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006461 on black background.


Color preview on white background

This text has color #006461 on white background.



Black color preview on #006461 background

This text has black color on #006461 background.


White color preview on #006461 background

This text has white color on #006461 background.