COLOR #04644D

HEX: #04644D
RGB: (4,100,77)

Color info

#04644D contains mainly green and blue colors. Web safe color of #04644D is #006633 (or #063).

RGB color model

#04644D color RGB value is (4,100,77).

  • red value is 4;
  • green value is 100;
  • blue value is 77.
RGB:
(4,100,77)
(2%,39%,30%)

RGB channels and saturation

R 4 of 255 = 2%
G 100 of 255 = 39%
B 77 of 255 = 30%

4
100
77

R + G + B ~ 24%. #04644D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 100 + 77 = 181 (100%)
R 4 of 181 ~ 2.21%
G 100 of 181 ~ 55.25%
B 77 of 181 ~ 42.54%

%55.25
%42.54

CMYK color model

#04644D color CMYK value is (96,0,23,61).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 60.78%
CMYK:
(96,0,23,61)
C96M0Y23K61 
(96%,0%,23%,61%)
(0.96/0.00/0.23/0.61)	

CMYK percentages

%96
%0
%23
%60.78

Codes

Color #04644D in popluar color models

04644D
RGB410077
HSL166°92.31%20.39%
HSB/HSV166°96.00%39.22%
CMYK96.00%0.00%23.00%
60.78%

Color #04644D in popluar number systems.

HEX04644D
Decimal410077
Binary10011001001001101
Octal4144115

Shades and tints

Shades of #04644D

#04644D
(4,100,77)
#045B46
(4,91,70)
#04523F
(4,82,63)
#044938
(4,73,56)
#044031
(4,64,49)
#04372A
(4,55,42)
#042E23
(4,46,35)
#04251C
(4,37,28)
#041C15
(4,28,21)
#04130E
(4,19,14)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #04644D

#04644D
(4,100,77)
#1A725D
(26,114,93)
#30806D
(48,128,109)
#468E7D
(70,142,125)
#5C9C8D
(92,156,141)
#72AA9D
(114,170,157)
#88B8AD
(136,184,173)
#9EC6BD
(158,198,189)
#B4D4CD
(180,212,205)
#CAE2DD
(202,226,221)
#E0F0ED
(224,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04644D color. Also use rgb(4,100,77) instead hex code.

Text Font Color

.myTextColor { color: #04644D; }

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

This text font color is #04644D.


Background Color

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

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

This div background color is #04644D.


Border color

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

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

This div border color is #04644D.


Opacity

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

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

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

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

This text has shadow with #04644D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04644D on black background.


Color preview on white background

This text has color #04644D on white background.



Black color preview on #04644D background

This text has black color on #04644D background.


White color preview on #04644D background

This text has white color on #04644D background.