COLOR #04353B

HEX: #04353B RGB: (4,53,59)

Color info

#04353B contains red, green and blue colors in about the same proportion. Web safe color of #04353B is #003333 (or #033).

RGB color model

#04353B color RGB value is (4,53,59).

RGB: (4,53,59) (2%, 21%, 23%)

RGB channels and saturation

R 4 of 255 = 2%
G 53 of 255 = 21%
B 59 of 255 = 23%

4
53
59

R + G + B ~ 15%. #04353B is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 53 + 59 = 116 (100%)
R 4 of 116 ~ 3.45%
G 53 of 116 ~ 45.69%
B 59 of 116 ~ 50.86'%

%45.69
%50.86

CMYK color model

#04353B color CMYK value is (93,10,0,77).

  • cyan value is 93.22%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (93,10,0,77)
C93M10Y0K77 (93%, 10%, 0%, 77%)
(0.93 / 0.10 / 0.00 / 0.77)

CMYK percentages

%93.22
%10.17
%0
%76.86

Codes

Color #04353B in popluar color models

04 35 3B
RGB 4 53 59
HSL 187° 87.30% 12.35%
HSB/HSV 187° 93.22% 23.14%
CMYK 93.22% 10.17% 0.00%
76.86%

Color #04353B in popluar number systems.

HEX 04 35 3B
Decimal 4 53 59
Binary 100 110101 111011
Octal 4 65 73

Shades and tints

Shades of #04353B

#04353B
(4,53,59)
#043136
(4,49,54)
#042D31
(4,45,49)
#04292C
(4,41,44)
#042527
(4,37,39)
#042122
(4,33,34)
#041D1D
(4,29,29)
#041918
(4,25,24)
#041513
(4,21,19)
#04110E
(4,17,14)
#040D09
(4,13,9)
#000000
(0,0,0)

Tints of #04353B

#04353B
(4,53,59)
#1A474C
(26,71,76)
#30595D
(48,89,93)
#466B6E
(70,107,110)
#5C7D7F
(92,125,127)
#728F90
(114,143,144)
#88A1A1
(136,161,161)
#9EB3B2
(158,179,178)
#B4C5C3
(180,197,195)
#CAD7D4
(202,215,212)
#E0E9E5
(224,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04353B color. Also use rgb(4,53,59) instead hex code.

Text Font Color

.myTextColor { color: #04353B; }

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

This text font color is #04353B.

Background Color

.myBgColor { background-color: #04353B; }

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

This div background color is #04353B.

Border color

.myBorderColor { border: 1px solid #04353B; }

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

This div border color is #04353B.

Opacity

.myOpacity80 { color: #04353B; opacity: 0.8; }

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

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

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

This text has shadow with #04353B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04353B.

Preview

Color preview on black background

This text has color #04353B on black background.


Color preview on white background

This text has color #04353B on white background.


Black color preview on #04353B background

This text has black color on #04353B background.


White color preview on #04353B background

This text has white color on #04353B background.


Related colors

Complementary color

Complementary color for #hex is #FBCAC4.


I love getcolorcode.com

Triadic colors

1 #3B0435 and #353B04 with #04353B are triadic colors.

2 #3B3504 and #35043B with #04353B are triadic colors.