COLOR #03352A

HEX: #03352A RGB: (3,53,42)

Color info

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

RGB color model

#03352A color RGB value is (3,53,42).

RGB: (3,53,42) (1%, 21%, 16%)

RGB channels and saturation

R 3 of 255 = 1%
G 53 of 255 = 21%
B 42 of 255 = 16%

3
53
42

R + G + B ~ 13%. #03352A is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 53 + 42 = 98 (100%)
R 3 of 98 ~ 3.06%
G 53 of 98 ~ 54.08%
B 42 of 98 ~ 42.86'%

%54.08
%42.86

CMYK color model

#03352A color CMYK value is (94,0,21,79).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 79.22%
CMYK: (94,0,21,79) C94M0Y21K79 (94%,0%,21%,79%) (0.94/0.00/0.21/0.79) 

CMYK percentages

%94.34
%0
%20.75
%79.22

Codes

Color #03352A in popluar color models

03 35 2A
RGB 3 53 42
HSL 167° 89.29% 10.98%
HSB/HSV 167° 94.34% 20.78%
CMYK 94.34% 0.00% 20.75%
79.22%

Color #03352A in popluar number systems.

HEX 03 35 2A
Decimal 3 53 42
Binary 11 110101 101010
Octal 3 65 52

Shades and tints

Shades of #03352A

#03352A
(3,53,42)
#033127
(3,49,39)
#032D24
(3,45,36)
#032921
(3,41,33)
#03251E
(3,37,30)
#03211B
(3,33,27)
#031D18
(3,29,24)
#031915
(3,25,21)
#031512
(3,21,18)
#03110F
(3,17,15)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #03352A

#03352A
(3,53,42)
#19473D
(25,71,61)
#2F5950
(47,89,80)
#456B63
(69,107,99)
#5B7D76
(91,125,118)
#718F89
(113,143,137)
#87A19C
(135,161,156)
#9DB3AF
(157,179,175)
#B3C5C2
(179,197,194)
#C9D7D5
(201,215,213)
#DFE9E8
(223,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03352A color. Also use rgb(3,53,42) instead hex code.

Text Font Color

.myTextColor { color: #03352A; }

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

This text font color is #03352A.

Background Color

.myBgColor { background-color: #03352A; }

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

This div background color is #03352A.

Border color

.myBorderColor { border: 1px solid #03352A; }

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

This div border color is #03352A.

Opacity

.myOpacity80 { color: #03352A; opacity: 0.8; }

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

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

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

This text has shadow with #03352A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03352A.

Preview

Color preview on black background

This text has color #03352A on black background.


Color preview on white background

This text has color #03352A on white background.


Black color preview on #03352A background

This text has black color on #03352A background.


White color preview on #03352A background

This text has white color on #03352A background.


Related colors

Complementary color

Complementary color for #hex is #FCCAD5.


I love getcolorcode.com

Triadic colors

1 #2A0335 and #352A03 with #03352A are triadic colors.

2 #2A3503 and #35032A with #03352A are triadic colors.