COLOR #004256

HEX: #004256
RGB: (0,66,86)

Color info

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

RGB color model

#004256 color RGB value is (0,66,86).

  • red value is 0;
  • green value is 66;
  • blue value is 86.
RGB:
(0,66,86)
(0%,26%,34%)

RGB channels and saturation

R 0 of 255 = 0%
G 66 of 255 = 26%
B 86 of 255 = 34%

0
66
86

R + G + B ~ 20%. #004256 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 66 + 86 = 152 (100%)
R 0 of 152 ~ 0%
G 66 of 152 ~ 43.42%
B 86 of 152 ~ 56.58%

%43.42
%56.58

CMYK color model

#004256 color CMYK value is (100,23,0,66).

  • cyan value is 100.00%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(100,23,0,66)
C100M23Y0K66 
(100%,23%,0%,66%)
(1.00/0.23/0.00/0.66)	

CMYK percentages

%100
%23.26
%0
%66.27

Codes

Color #004256 in popluar color models

004256
RGB06686
HSL194°100.00%16.86%
HSB/HSV194°100.00%33.73%
CMYK100.00%23.26%0.00%
66.27%

Color #004256 in popluar number systems.

HEX004256
Decimal06686
Binary010000101010110
Octal0102126

Shades and tints

Shades of #004256

#004256
(0,66,86)
#003C4F
(0,60,79)
#003648
(0,54,72)
#003041
(0,48,65)
#002A3A
(0,42,58)
#002433
(0,36,51)
#001E2C
(0,30,44)
#001825
(0,24,37)
#00121E
(0,18,30)
#000C17
(0,12,23)
#000610
(0,6,16)
#000000
(0,0,0)

Tints of #004256

#004256
(0,66,86)
#175365
(23,83,101)
#2E6474
(46,100,116)
#457583
(69,117,131)
#5C8692
(92,134,146)
#7397A1
(115,151,161)
#8AA8B0
(138,168,176)
#A1B9BF
(161,185,191)
#B8CACE
(184,202,206)
#CFDBDD
(207,219,221)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004256 color. Also use rgb(0,66,86) instead hex code.

Text Font Color

.myTextColor { color: #004256; }

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

This text font color is #004256.


Background Color

.myBgColor { background-color: #004256; }

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

This div background color is #004256.


Border color

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

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

This div border color is #004256.


Opacity

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

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

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

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

This text has shadow with #004256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004256 on black background.


Color preview on white background

This text has color #004256 on white background.



Black color preview on #004256 background

This text has black color on #004256 background.


White color preview on #004256 background

This text has white color on #004256 background.