COLOR #03403D

HEX: #03403D RGB: (3,64,61)

Color info

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

RGB color model

#03403D color RGB value is (3,64,61).

RGB: (3,64,61) (1%, 25%, 24%)

RGB channels and saturation

R 3 of 255 = 1%
G 64 of 255 = 25%
B 61 of 255 = 24%

3
64
61

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

Portions of RGB colors in percentages

R + G + B = 3 + 64 + 61 = 128 (100%)
R 3 of 128 ~ 2.34%
G 64 of 128 ~ 50%
B 61 of 128 ~ 47.66'%

%50
%47.66

CMYK color model

#03403D color CMYK value is (95,0,5,75).

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

CMYK: (95,0,5,75)
C95M0Y5K75 (95%, 0%, 5%, 75%)
(0.95 / 0.00 / 0.05 / 0.75)

CMYK percentages

%95.31
%0
%4.69
%74.9

Codes

Color #03403D in popluar color models

03 40 3D
RGB 3 64 61
HSL 177° 91.04% 13.14%
HSB/HSV 177° 95.31% 25.10%
CMYK 95.31% 0.00% 4.69%
74.90%

Color #03403D in popluar number systems.

HEX 03 40 3D
Decimal 3 64 61
Binary 11 1000000 111101
Octal 3 100 75

Shades and tints

Shades of #03403D

#03403D
(3,64,61)
#033B38
(3,59,56)
#033633
(3,54,51)
#03312E
(3,49,46)
#032C29
(3,44,41)
#032724
(3,39,36)
#03221F
(3,34,31)
#031D1A
(3,29,26)
#031815
(3,24,21)
#031310
(3,19,16)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #03403D

#03403D
(3,64,61)
#19514E
(25,81,78)
#2F625F
(47,98,95)
#457370
(69,115,112)
#5B8481
(91,132,129)
#719592
(113,149,146)
#87A6A3
(135,166,163)
#9DB7B4
(157,183,180)
#B3C8C5
(179,200,197)
#C9D9D6
(201,217,214)
#DFEAE7
(223,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03403D; }

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

This text font color is #03403D.

Background Color

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

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

This div background color is #03403D.

Border color

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

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

This div border color is #03403D.

Opacity

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

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

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

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

This text has shadow with #03403D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03403D.

Preview

Color preview on black background

This text has color #03403D on black background.


Color preview on white background

This text has color #03403D on white background.


Black color preview on #03403D background

This text has black color on #03403D background.


White color preview on #03403D background

This text has white color on #03403D background.


Related colors

Complementary color

Complementary color for #hex is #FCBFC2.


I love getcolorcode.com

Triadic colors

1 #3D0340 and #403D03 with #03403D are triadic colors.

2 #3D4003 and #40033D with #03403D are triadic colors.