COLOR #04463F

HEX: #04463F
RGB: (4,70,63)

Color info

#04463F contains mainly green and blue colors. Web safe color of #04463F is #003333 (or #033).

RGB color model

#04463F color RGB value is (4,70,63).

  • red value is 4;
  • green value is 70;
  • blue value is 63.
RGB:
(4,70,63)
(2%,27%,25%)

RGB channels and saturation

R 4 of 255 = 2%
G 70 of 255 = 27%
B 63 of 255 = 25%

4
70
63

R + G + B ~ 18%. #04463F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 70 + 63 = 137 (100%)
R 4 of 137 ~ 2.92%
G 70 of 137 ~ 51.09%
B 63 of 137 ~ 45.99%

%51.09
%45.99

CMYK color model

#04463F color CMYK value is (94,0,10,73).

  • cyan value is 94.29%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(94,0,10,73)
C94M0Y10K73 
(94%,0%,10%,73%)
(0.94/0.00/0.10/0.73)	

CMYK percentages

%94.29
%0
%10
%72.55

Codes

Color #04463F in popluar color models

04463F
RGB47063
HSL174°89.19%14.51%
HSB/HSV174°94.29%27.45%
CMYK94.29%0.00%10.00%
72.55%

Color #04463F in popluar number systems.

HEX04463F
Decimal47063
Binary1001000110111111
Octal410677

Shades and tints

Shades of #04463F

#04463F
(4,70,63)
#04403A
(4,64,58)
#043A35
(4,58,53)
#043430
(4,52,48)
#042E2B
(4,46,43)
#042826
(4,40,38)
#042221
(4,34,33)
#041C1C
(4,28,28)
#041617
(4,22,23)
#041012
(4,16,18)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #04463F

#04463F
(4,70,63)
#1A5650
(26,86,80)
#306661
(48,102,97)
#467672
(70,118,114)
#5C8683
(92,134,131)
#729694
(114,150,148)
#88A6A5
(136,166,165)
#9EB6B6
(158,182,182)
#B4C6C7
(180,198,199)
#CAD6D8
(202,214,216)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04463F color. Also use rgb(4,70,63) instead hex code.

Text Font Color

.myTextColor { color: #04463F; }

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

This text font color is #04463F.


Background Color

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

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

This div background color is #04463F.


Border color

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

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

This div border color is #04463F.


Opacity

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

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

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

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

This text has shadow with #04463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04463F on black background.


Color preview on white background

This text has color #04463F on white background.



Black color preview on #04463F background

This text has black color on #04463F background.


White color preview on #04463F background

This text has white color on #04463F background.