COLOR #03403B

HEX: #03403B RGB: (3,64,59)

Color info

#03403B contains mainly green and blue colors. Web safe color of #03403B is #003333 (or #033).

RGB color model

#03403B color RGB value is (3,64,59).

RGB: (3,64,59) (1%, 25%, 23%)

RGB channels and saturation

R 3 of 255 = 1%
G 64 of 255 = 25%
B 59 of 255 = 23%

3
64
59

R + G + B ~ 16%. #03403B is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 64 + 59 = 126 (100%)
R 3 of 126 ~ 2.38%
G 64 of 126 ~ 50.79%
B 59 of 126 ~ 46.83'%

%50.79
%46.83

CMYK color model

#03403B color CMYK value is (95,0,8,75).

  • cyan value is 95.31%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 74.90%

CMYK: (95,0,8,75)
C95M0Y8K75 (95%, 0%, 8%, 75%)
(0.95 / 0.00 / 0.08 / 0.75)

CMYK percentages

%95.31
%0
%7.81
%74.9

Codes

Color #03403B in popluar color models

03 40 3B
RGB 3 64 59
HSL 175° 91.04% 13.14%
HSB/HSV 175° 95.31% 25.10%
CMYK 95.31% 0.00% 7.81%
74.90%

Color #03403B in popluar number systems.

HEX 03 40 3B
Decimal 3 64 59
Binary 11 1000000 111011
Octal 3 100 73

Shades and tints

Shades of #03403B

#03403B
(3,64,59)
#033B36
(3,59,54)
#033631
(3,54,49)
#03312C
(3,49,44)
#032C27
(3,44,39)
#032722
(3,39,34)
#03221D
(3,34,29)
#031D18
(3,29,24)
#031813
(3,24,19)
#03130E
(3,19,14)
#030E09
(3,14,9)
#000000
(0,0,0)

Tints of #03403B

#03403B
(3,64,59)
#19514C
(25,81,76)
#2F625D
(47,98,93)
#45736E
(69,115,110)
#5B847F
(91,132,127)
#719590
(113,149,144)
#87A6A1
(135,166,161)
#9DB7B2
(157,183,178)
#B3C8C3
(179,200,195)
#C9D9D4
(201,217,212)
#DFEAE5
(223,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03403B color. Also use rgb(3,64,59) instead hex code.

Text Font Color

.myTextColor { color: #03403B; }

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

This text font color is #03403B.

Background Color

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

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

This div background color is #03403B.

Border color

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

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

This div border color is #03403B.

Opacity

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

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

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

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

This text has shadow with #03403B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03403B.

Preview

Color preview on black background

This text has color #03403B on black background.


Color preview on white background

This text has color #03403B on white background.


Black color preview on #03403B background

This text has black color on #03403B background.


White color preview on #03403B background

This text has white color on #03403B background.


Related colors

Complementary color

Complementary color for #hex is #FCBFC4.


I love getcolorcode.com

Triadic colors

1 #3B0340 and #403B03 with #03403B are triadic colors.

2 #3B4003 and #40033B with #03403B are triadic colors.