COLOR #03552E

HEX: #03552E
RGB: (3,85,46)

Color info

#03552E contains mainly green and blue colors. Web safe color of #03552E is #006633 (or #063).

RGB color model

#03552E color RGB value is (3,85,46).

  • red value is 3;
  • green value is 85;
  • blue value is 46.
RGB:
(3,85,46)
(1%,33%,18%)

RGB channels and saturation

R 3 of 255 = 1%
G 85 of 255 = 33%
B 46 of 255 = 18%

3
85
46

R + G + B ~ 17%. #03552E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 85 + 46 = 134 (100%)
R 3 of 134 ~ 2.24%
G 85 of 134 ~ 63.43%
B 46 of 134 ~ 34.33%

%63.43
%34.33

CMYK color model

#03552E color CMYK value is (96,0,46,67).

  • cyan value is 96.47%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 66.67%
CMYK:
(96,0,46,67)
C96M0Y46K67 
(96%,0%,46%,67%)
(0.96/0.00/0.46/0.67)	

CMYK percentages

%96.47
%0
%45.88
%66.67

Codes

Color #03552E in popluar color models

03552E
RGB38546
HSL151°93.18%17.25%
HSB/HSV151°96.47%33.33%
CMYK96.47%0.00%45.88%
66.67%

Color #03552E in popluar number systems.

HEX03552E
Decimal38546
Binary111010101101110
Octal312556

Shades and tints

Shades of #03552E

#03552E
(3,85,46)
#034E2A
(3,78,42)
#034726
(3,71,38)
#034022
(3,64,34)
#03391E
(3,57,30)
#03321A
(3,50,26)
#032B16
(3,43,22)
#032412
(3,36,18)
#031D0E
(3,29,14)
#03160A
(3,22,10)
#030F06
(3,15,6)
#000000
(0,0,0)

Tints of #03552E

#03552E
(3,85,46)
#196441
(25,100,65)
#2F7354
(47,115,84)
#458267
(69,130,103)
#5B917A
(91,145,122)
#71A08D
(113,160,141)
#87AFA0
(135,175,160)
#9DBEB3
(157,190,179)
#B3CDC6
(179,205,198)
#C9DCD9
(201,220,217)
#DFEBEC
(223,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03552E; }

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

This text font color is #03552E.


Background Color

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

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

This div background color is #03552E.


Border color

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

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

This div border color is #03552E.


Opacity

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

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

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

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

This text has shadow with #03552E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03552E on black background.


Color preview on white background

This text has color #03552E on white background.



Black color preview on #03552E background

This text has black color on #03552E background.


White color preview on #03552E background

This text has white color on #03552E background.