COLOR #004157

HEX: #004157
RGB: (0,65,87)

Color info

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

RGB color model

#004157 color RGB value is (0,65,87).

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

RGB channels and saturation

R 0 of 255 = 0%
G 65 of 255 = 25%
B 87 of 255 = 34%

0
65
87

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

Portions of RGB colors in percentages

R + G + B =
0 + 65 + 87 = 152 (100%)
R 0 of 152 ~ 0%
G 65 of 152 ~ 42.76%
B 87 of 152 ~ 57.24%

%42.76
%57.24

CMYK color model

#004157 color CMYK value is (100,25,0,66).

  • cyan value is 100.00%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(100,25,0,66)
C100M25Y0K66 
(100%,25%,0%,66%)
(1.00/0.25/0.00/0.66)	

CMYK percentages

%100
%25.29
%0
%65.88

Codes

Color #004157 in popluar color models

004157
RGB06587
HSL195°100.00%17.06%
HSB/HSV195°100.00%34.12%
CMYK100.00%25.29%0.00%
65.88%

Color #004157 in popluar number systems.

HEX004157
Decimal06587
Binary010000011010111
Octal0101127

Shades and tints

Shades of #004157

#004157
(0,65,87)
#003C50
(0,60,80)
#003749
(0,55,73)
#003242
(0,50,66)
#002D3B
(0,45,59)
#002834
(0,40,52)
#00232D
(0,35,45)
#001E26
(0,30,38)
#00191F
(0,25,31)
#001418
(0,20,24)
#000F11
(0,15,17)
#000000
(0,0,0)

Tints of #004157

#004157
(0,65,87)
#175266
(23,82,102)
#2E6375
(46,99,117)
#457484
(69,116,132)
#5C8593
(92,133,147)
#7396A2
(115,150,162)
#8AA7B1
(138,167,177)
#A1B8C0
(161,184,192)
#B8C9CF
(184,201,207)
#CFDADE
(207,218,222)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004157; }

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

This text font color is #004157.


Background Color

.myBgColor { background-color: #004157; }

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

This div background color is #004157.


Border color

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

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

This div border color is #004157.


Opacity

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

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

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

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

This text has shadow with #004157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004157 on black background.


Color preview on white background

This text has color #004157 on white background.



Black color preview on #004157 background

This text has black color on #004157 background.


White color preview on #004157 background

This text has white color on #004157 background.