COLOR #03552B

HEX: #03552B
RGB: (3,85,43)

Color info

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

RGB color model

#03552B color RGB value is (3,85,43).

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

RGB channels and saturation

R 3 of 255 = 1%
G 85 of 255 = 33%
B 43 of 255 = 17%

3
85
43

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

Portions of RGB colors in percentages

R + G + B =
3 + 85 + 43 = 131 (100%)
R 3 of 131 ~ 2.29%
G 85 of 131 ~ 64.89%
B 43 of 131 ~ 32.82%

%64.89
%32.82

CMYK color model

#03552B color CMYK value is (96,0,49,67).

  • cyan value is 96.47%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(96,0,49,67)
C96M0Y49K67 
(96%,0%,49%,67%)
(0.96/0.00/0.49/0.67)	

CMYK percentages

%96.47
%0
%49.41
%66.67

Codes

Color #03552B in popluar color models

03552B
RGB38543
HSL149°93.18%17.25%
HSB/HSV149°96.47%33.33%
CMYK96.47%0.00%49.41%
66.67%

Color #03552B in popluar number systems.

HEX03552B
Decimal38543
Binary111010101101011
Octal312553

Shades and tints

Shades of #03552B

#03552B
(3,85,43)
#034E28
(3,78,40)
#034725
(3,71,37)
#034022
(3,64,34)
#03391F
(3,57,31)
#03321C
(3,50,28)
#032B19
(3,43,25)
#032416
(3,36,22)
#031D13
(3,29,19)
#031610
(3,22,16)
#030F0D
(3,15,13)
#000000
(0,0,0)

Tints of #03552B

#03552B
(3,85,43)
#19643E
(25,100,62)
#2F7351
(47,115,81)
#458264
(69,130,100)
#5B9177
(91,145,119)
#71A08A
(113,160,138)
#87AF9D
(135,175,157)
#9DBEB0
(157,190,176)
#B3CDC3
(179,205,195)
#C9DCD6
(201,220,214)
#DFEBE9
(223,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03552B; }

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

This text font color is #03552B.


Background Color

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

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

This div background color is #03552B.


Border color

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

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

This div border color is #03552B.


Opacity

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

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

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

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

This text has shadow with #03552B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03552B on black background.


Color preview on white background

This text has color #03552B on white background.



Black color preview on #03552B background

This text has black color on #03552B background.


White color preview on #03552B background

This text has white color on #03552B background.