COLOR #03352E

HEX: #03352E RGB: (3,53,46)

Color info

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

RGB color model

#03352E color RGB value is (3,53,46).

RGB: (3,53,46) (1%, 21%, 18%)

RGB channels and saturation

R 3 of 255 = 1%
G 53 of 255 = 21%
B 46 of 255 = 18%

3
53
46

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

Portions of RGB colors in percentages

R + G + B = 3 + 53 + 46 = 102 (100%)
R 3 of 102 ~ 2.94%
G 53 of 102 ~ 51.96%
B 46 of 102 ~ 45.1'%

%51.96
%45.1

CMYK color model

#03352E color CMYK value is (94,0,13,79).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 13.21%
  • key color value is 79.22%

CMYK: (94,0,13,79)
C94M0Y13K79 (94%, 0%, 13%, 79%)
(0.94 / 0.00 / 0.13 / 0.79)

CMYK percentages

%94.34
%0
%13.21
%79.22

Codes

Color #03352E in popluar color models

03 35 2E
RGB 3 53 46
HSL 172° 89.29% 10.98%
HSB/HSV 172° 94.34% 20.78%
CMYK 94.34% 0.00% 13.21%
79.22%

Color #03352E in popluar number systems.

HEX 03 35 2E
Decimal 3 53 46
Binary 11 110101 101110
Octal 3 65 56

Shades and tints

Shades of #03352E

#03352E
(3,53,46)
#03312A
(3,49,42)
#032D26
(3,45,38)
#032922
(3,41,34)
#03251E
(3,37,30)
#03211A
(3,33,26)
#031D16
(3,29,22)
#031912
(3,25,18)
#03150E
(3,21,14)
#03110A
(3,17,10)
#030D06
(3,13,6)
#000000
(0,0,0)

Tints of #03352E

#03352E
(3,53,46)
#194741
(25,71,65)
#2F5954
(47,89,84)
#456B67
(69,107,103)
#5B7D7A
(91,125,122)
#718F8D
(113,143,141)
#87A1A0
(135,161,160)
#9DB3B3
(157,179,179)
#B3C5C6
(179,197,198)
#C9D7D9
(201,215,217)
#DFE9EC
(223,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03352E; }

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

This text font color is #03352E.

Background Color

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

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

This div background color is #03352E.

Border color

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

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

This div border color is #03352E.

Opacity

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

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

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

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

This text has shadow with #03352E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03352E.

Preview

Color preview on black background

This text has color #03352E on black background.


Color preview on white background

This text has color #03352E on white background.


Black color preview on #03352E background

This text has black color on #03352E background.


White color preview on #03352E background

This text has white color on #03352E background.


Related colors

Complementary color

Complementary color for #hex is #FCCAD1.


I love getcolorcode.com

Triadic colors

1 #2E0335 and #352E03 with #03352E are triadic colors.

2 #2E3503 and #35032E with #03352E are triadic colors.