COLOR #004258

HEX: #004258
RGB: (0,66,88)

Color info

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

RGB color model

#004258 color RGB value is (0,66,88).

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

RGB channels and saturation

R 0 of 255 = 0%
G 66 of 255 = 26%
B 88 of 255 = 35%

0
66
88

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

Portions of RGB colors in percentages

R + G + B =
0 + 66 + 88 = 154 (100%)
R 0 of 154 ~ 0%
G 66 of 154 ~ 42.86%
B 88 of 154 ~ 57.14%

%42.86
%57.14

CMYK color model

#004258 color CMYK value is (100,25,0,65).

  • cyan value is 100.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(100,25,0,65)
C100M25Y0K65 
(100%,25%,0%,65%)
(1.00/0.25/0.00/0.65)	

CMYK percentages

%100
%25
%0
%65.49

Codes

Color #004258 in popluar color models

004258
RGB06688
HSL195°100.00%17.25%
HSB/HSV195°100.00%34.51%
CMYK100.00%25.00%0.00%
65.49%

Color #004258 in popluar number systems.

HEX004258
Decimal06688
Binary010000101011000
Octal0102130

Shades and tints

Shades of #004258

#004258
(0,66,88)
#003C50
(0,60,80)
#003648
(0,54,72)
#003040
(0,48,64)
#002A38
(0,42,56)
#002430
(0,36,48)
#001E28
(0,30,40)
#001820
(0,24,32)
#001218
(0,18,24)
#000C10
(0,12,16)
#000608
(0,6,8)
#000000
(0,0,0)

Tints of #004258

#004258
(0,66,88)
#175367
(23,83,103)
#2E6476
(46,100,118)
#457585
(69,117,133)
#5C8694
(92,134,148)
#7397A3
(115,151,163)
#8AA8B2
(138,168,178)
#A1B9C1
(161,185,193)
#B8CAD0
(184,202,208)
#CFDBDF
(207,219,223)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004258; }

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

This text font color is #004258.


Background Color

.myBgColor { background-color: #004258; }

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

This div background color is #004258.


Border color

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

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

This div border color is #004258.


Opacity

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

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

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

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

This text has shadow with #004258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004258 on black background.


Color preview on white background

This text has color #004258 on white background.



Black color preview on #004258 background

This text has black color on #004258 background.


White color preview on #004258 background

This text has white color on #004258 background.