COLOR #00463D

HEX: #00463D RGB: (0,70,61)

Color info

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

RGB color model

#00463D color RGB value is (0,70,61).

RGB: (0,70,61) (0%, 27%, 24%)

RGB channels and saturation

R 0 of 255 = 0%
G 70 of 255 = 27%
B 61 of 255 = 24%

0
70
61

R + G + B ~ 17%. #00463D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 70 + 61 = 131 (100%)
R 0 of 131 ~ 0%
G 70 of 131 ~ 53.44%
B 61 of 131 ~ 46.56'%

%53.44
%46.56

CMYK color model

#00463D color CMYK value is (100,0,13,73).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 72.55%

CMYK: (100,0,13,73)
C100M0Y13K73 (100%, 0%, 13%, 73%)
(1.00 / 0.00 / 0.13 / 0.73)

CMYK percentages

%100
%0
%12.86
%72.55

Codes

Color #00463D in popluar color models

00 46 3D
RGB 0 70 61
HSL 172° 100.00% 13.73%
HSB/HSV 172° 100.00% 27.45%
CMYK 100.00% 0.00% 12.86%
72.55%

Color #00463D in popluar number systems.

HEX 00 46 3D
Decimal 0 70 61
Binary 0 1000110 111101
Octal 0 106 75

Shades and tints

Shades of #00463D

#00463D
(0,70,61)
#004038
(0,64,56)
#003A33
(0,58,51)
#00342E
(0,52,46)
#002E29
(0,46,41)
#002824
(0,40,36)
#00221F
(0,34,31)
#001C1A
(0,28,26)
#001615
(0,22,21)
#001010
(0,16,16)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #00463D

#00463D
(0,70,61)
#17564E
(23,86,78)
#2E665F
(46,102,95)
#457670
(69,118,112)
#5C8681
(92,134,129)
#739692
(115,150,146)
#8AA6A3
(138,166,163)
#A1B6B4
(161,182,180)
#B8C6C5
(184,198,197)
#CFD6D6
(207,214,214)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00463D color. Also use rgb(0,70,61) instead hex code.

Text Font Color

.myTextColor { color: #00463D; }

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

This text font color is #00463D.

Background Color

.myBgColor { background-color: #00463D; }

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

This div background color is #00463D.

Border color

.myBorderColor { border: 1px solid #00463D; }

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

This div border color is #00463D.

Opacity

.myOpacity80 { color: #00463D; opacity: 0.8; }

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

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

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

This text has shadow with #00463D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00463D.

Preview

Color preview on black background

This text has color #00463D on black background.


Color preview on white background

This text has color #00463D on white background.


Black color preview on #00463D background

This text has black color on #00463D background.


White color preview on #00463D background

This text has white color on #00463D background.


Related colors

Complementary color

Complementary color for #hex is #FFB9C2.


I love getcolorcode.com

Triadic colors

1 #3D0046 and #463D00 with #00463D are triadic colors.

2 #3D4600 and #46003D with #00463D are triadic colors.