COLOR #004041

HEX: #004041
RGB: (0,64,65)

Color info

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

RGB color model

#004041 color RGB value is (0,64,65).

  • red value is 0;
  • green value is 64;
  • blue value is 65.
RGB:
(0,64,65)
(0%,25%,25%)

RGB channels and saturation

R 0 of 255 = 0%
G 64 of 255 = 25%
B 65 of 255 = 25%

0
64
65

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

Portions of RGB colors in percentages

R + G + B =
0 + 64 + 65 = 129 (100%)
R 0 of 129 ~ 0%
G 64 of 129 ~ 49.61%
B 65 of 129 ~ 50.39%

%49.61
%50.39

CMYK color model

#004041 color CMYK value is (100,2,0,75).

  • cyan value is 100.00%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(100,2,0,75)
C100M2Y0K75 
(100%,2%,0%,75%)
(1.00/0.02/0.00/0.75)	

CMYK percentages

%100
%1.54
%0
%74.51

Codes

Color #004041 in popluar color models

004041
RGB06465
HSL181°100.00%12.75%
HSB/HSV181°100.00%25.49%
CMYK100.00%1.54%0.00%
74.51%

Color #004041 in popluar number systems.

HEX004041
Decimal06465
Binary010000001000001
Octal0100101

Shades and tints

Shades of #004041

#004041
(0,64,65)
#003B3C
(0,59,60)
#003637
(0,54,55)
#003132
(0,49,50)
#002C2D
(0,44,45)
#002728
(0,39,40)
#002223
(0,34,35)
#001D1E
(0,29,30)
#001819
(0,24,25)
#001314
(0,19,20)
#000E0F
(0,14,15)
#000000
(0,0,0)

Tints of #004041

#004041
(0,64,65)
#175152
(23,81,82)
#2E6263
(46,98,99)
#457374
(69,115,116)
#5C8485
(92,132,133)
#739596
(115,149,150)
#8AA6A7
(138,166,167)
#A1B7B8
(161,183,184)
#B8C8C9
(184,200,201)
#CFD9DA
(207,217,218)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004041 color. Also use rgb(0,64,65) instead hex code.

Text Font Color

.myTextColor { color: #004041; }

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

This text font color is #004041.


Background Color

.myBgColor { background-color: #004041; }

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

This div background color is #004041.


Border color

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

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

This div border color is #004041.


Opacity

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

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

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

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

This text has shadow with #004041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004041 on black background.


Color preview on white background

This text has color #004041 on white background.



Black color preview on #004041 background

This text has black color on #004041 background.


White color preview on #004041 background

This text has white color on #004041 background.