COLOR #00464F

HEX: #00464F RGB: (0,70,79)

Color info

#00464F contains only green and blue colors. Web safe color of #00464F is #003366 (or #036).

RGB color model

#00464F color RGB value is (0,70,79).

RGB: (0,70,79) (0%, 27%, 31%)

RGB channels and saturation

R 0 of 255 = 0%
G 70 of 255 = 27%
B 79 of 255 = 31%

0
70
79

R + G + B ~ 19%. #00464F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 70 + 79 = 149 (100%)
R 0 of 149 ~ 0%
G 70 of 149 ~ 46.98%
B 79 of 149 ~ 53.02'%

%46.98
%53.02

CMYK color model

#00464F color CMYK value is (100,11,0,69).

  • cyan value is 100.00%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (100,11,0,69)
C100M11Y0K69 (100%, 11%, 0%, 69%)
(1.00 / 0.11 / 0.00 / 0.69)

CMYK percentages

%100
%11.39
%0
%69.02

Codes

Color #00464F in popluar color models

00 46 4F
RGB 0 70 79
HSL 187° 100.00% 15.49%
HSB/HSV 187° 100.00% 30.98%
CMYK 100.00% 11.39% 0.00%
69.02%

Color #00464F in popluar number systems.

HEX 00 46 4F
Decimal 0 70 79
Binary 0 1000110 1001111
Octal 0 106 117

Shades and tints

Shades of #00464F

#00464F
(0,70,79)
#004048
(0,64,72)
#003A41
(0,58,65)
#00343A
(0,52,58)
#002E33
(0,46,51)
#00282C
(0,40,44)
#002225
(0,34,37)
#001C1E
(0,28,30)
#001617
(0,22,23)
#001010
(0,16,16)
#000A09
(0,10,9)
#000000
(0,0,0)

Tints of #00464F

#00464F
(0,70,79)
#17565F
(23,86,95)
#2E666F
(46,102,111)
#45767F
(69,118,127)
#5C868F
(92,134,143)
#73969F
(115,150,159)
#8AA6AF
(138,166,175)
#A1B6BF
(161,182,191)
#B8C6CF
(184,198,207)
#CFD6DF
(207,214,223)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00464F color. Also use rgb(0,70,79) instead hex code.

Text Font Color

.myTextColor { color: #00464F; }

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

This text font color is #00464F.

Background Color

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

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

This div background color is #00464F.

Border color

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

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

This div border color is #00464F.

Opacity

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

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

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

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

This text has shadow with #00464F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00464F.

Preview

Color preview on black background

This text has color #00464F on black background.


Color preview on white background

This text has color #00464F on white background.


Black color preview on #00464F background

This text has black color on #00464F background.


White color preview on #00464F background

This text has white color on #00464F background.


Related colors

Complementary color

Complementary color for #hex is #FFB9B0.


I love getcolorcode.com

Triadic colors

1 #4F0046 and #464F00 with #00464F are triadic colors.

2 #4F4600 and #46004F with #00464F are triadic colors.