COLOR #004359

HEX: #004359
RGB: (0,67,89)

Color info

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

RGB color model

#004359 color RGB value is (0,67,89).

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

RGB channels and saturation

R 0 of 255 = 0%
G 67 of 255 = 26%
B 89 of 255 = 35%

0
67
89

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

Portions of RGB colors in percentages

R + G + B =
0 + 67 + 89 = 156 (100%)
R 0 of 156 ~ 0%
G 67 of 156 ~ 42.95%
B 89 of 156 ~ 57.05%

%42.95
%57.05

CMYK color model

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

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

CMYK percentages

%100
%24.72
%0
%65.1

Codes

Color #004359 in popluar color models

004359
RGB06789
HSL195°100.00%17.45%
HSB/HSV195°100.00%34.90%
CMYK100.00%24.72%0.00%
65.10%

Color #004359 in popluar number systems.

HEX004359
Decimal06789
Binary010000111011001
Octal0103131

Shades and tints

Shades of #004359

#004359
(0,67,89)
#003D51
(0,61,81)
#003749
(0,55,73)
#003141
(0,49,65)
#002B39
(0,43,57)
#002531
(0,37,49)
#001F29
(0,31,41)
#001921
(0,25,33)
#001319
(0,19,25)
#000D11
(0,13,17)
#000709
(0,7,9)
#000000
(0,0,0)

Tints of #004359

#004359
(0,67,89)
#175468
(23,84,104)
#2E6577
(46,101,119)
#457686
(69,118,134)
#5C8795
(92,135,149)
#7398A4
(115,152,164)
#8AA9B3
(138,169,179)
#A1BAC2
(161,186,194)
#B8CBD1
(184,203,209)
#CFDCE0
(207,220,224)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004359 color. Also use rgb(0,67,89) instead hex code.

Text Font Color

.myTextColor { color: #004359; }

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

This text font color is #004359.


Background Color

.myBgColor { background-color: #004359; }

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

This div background color is #004359.


Border color

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

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

This div border color is #004359.


Opacity

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

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

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

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

This text has shadow with #004359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004359 on black background.


Color preview on white background

This text has color #004359 on white background.



Black color preview on #004359 background

This text has black color on #004359 background.


White color preview on #004359 background

This text has white color on #004359 background.