COLOR #004358

HEX: #004358 RGB: (0,67,88)

Color info

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

RGB color model

#004358 color RGB value is (0,67,88).

RGB: (0,67,88) (0%, 26%, 35%)

RGB channels and saturation

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

0
67
88

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

Portions of RGB colors in percentages

R + G + B = 0 + 67 + 88 = 155 (100%)
R 0 of 155 ~ 0%
G 67 of 155 ~ 43.23%
B 88 of 155 ~ 56.77'%

%43.23
%56.77

CMYK color model

#004358 color CMYK value is (100,24,0,65).

  • cyan value is 100.00%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (100,24,0,65)
C100M24Y0K65 (100%, 24%, 0%, 65%)
(1.00 / 0.24 / 0.00 / 0.65)

CMYK percentages

%100
%23.86
%0
%65.49

Codes

Color #004358 in popluar color models

00 43 58
RGB 0 67 88
HSL 194° 100.00% 17.25%
HSB/HSV 194° 100.00% 34.51%
CMYK 100.00% 23.86% 0.00%
65.49%

Color #004358 in popluar number systems.

HEX 00 43 58
Decimal 0 67 88
Binary 0 1000011 1011000
Octal 0 103 130

Shades and tints

Shades of #004358

#004358
(0,67,88)
#003D50
(0,61,80)
#003748
(0,55,72)
#003140
(0,49,64)
#002B38
(0,43,56)
#002530
(0,37,48)
#001F28
(0,31,40)
#001920
(0,25,32)
#001318
(0,19,24)
#000D10
(0,13,16)
#000708
(0,7,8)
#000000
(0,0,0)

Tints of #004358

#004358
(0,67,88)
#175467
(23,84,103)
#2E6576
(46,101,118)
#457685
(69,118,133)
#5C8794
(92,135,148)
#7398A3
(115,152,163)
#8AA9B2
(138,169,178)
#A1BAC1
(161,186,193)
#B8CBD0
(184,203,208)
#CFDCDF
(207,220,223)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004358; }

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

This text font color is #004358.

Background Color

.myBgColor { background-color: #004358; }

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

This div background color is #004358.

Border color

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

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

This div border color is #004358.

Opacity

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

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

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

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

This text has shadow with #004358 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004358.

Preview

Color preview on black background

This text has color #004358 on black background.


Color preview on white background

This text has color #004358 on white background.


Black color preview on #004358 background

This text has black color on #004358 background.


White color preview on #004358 background

This text has white color on #004358 background.


Related colors

Complementary color

Complementary color for #hex is #FFBCA7.


I love getcolorcode.com

Triadic colors

1 #580043 and #435800 with #004358 are triadic colors.

2 #584300 and #430058 with #004358 are triadic colors.