COLOR #03525C

HEX: #03525C
RGB: (3,82,92)

Color info

#03525C contains mainly green and blue colors. Web safe color of #03525C is #006666 (or #066).

RGB color model

#03525C color RGB value is (3,82,92).

  • red value is 3;
  • green value is 82;
  • blue value is 92.
RGB:
(3,82,92)
(1%,32%,36%)

RGB channels and saturation

R 3 of 255 = 1%
G 82 of 255 = 32%
B 92 of 255 = 36%

3
82
92

R + G + B ~ 23%. #03525C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 82 + 92 = 177 (100%)
R 3 of 177 ~ 1.69%
G 82 of 177 ~ 46.33%
B 92 of 177 ~ 51.98%

%46.33
%51.98

CMYK color model

#03525C color CMYK value is (97,11,0,64).

  • cyan value is 96.74%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(97,11,0,64)
C97M11Y0K64 
(97%,11%,0%,64%)
(0.97/0.11/0.00/0.64)	

CMYK percentages

%96.74
%10.87
%0
%63.92

Codes

Color #03525C in popluar color models

03525C
RGB38292
HSL187°93.68%18.63%
HSB/HSV187°96.74%36.08%
CMYK96.74%10.87%0.00%
63.92%

Color #03525C in popluar number systems.

HEX03525C
Decimal38292
Binary1110100101011100
Octal3122134

Shades and tints

Shades of #03525C

#03525C
(3,82,92)
#034B54
(3,75,84)
#03444C
(3,68,76)
#033D44
(3,61,68)
#03363C
(3,54,60)
#032F34
(3,47,52)
#03282C
(3,40,44)
#032124
(3,33,36)
#031A1C
(3,26,28)
#031314
(3,19,20)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #03525C

#03525C
(3,82,92)
#19616A
(25,97,106)
#2F7078
(47,112,120)
#457F86
(69,127,134)
#5B8E94
(91,142,148)
#719DA2
(113,157,162)
#87ACB0
(135,172,176)
#9DBBBE
(157,187,190)
#B3CACC
(179,202,204)
#C9D9DA
(201,217,218)
#DFE8E8
(223,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03525C color. Also use rgb(3,82,92) instead hex code.

Text Font Color

.myTextColor { color: #03525C; }

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

This text font color is #03525C.


Background Color

.myBgColor { background-color: #03525C; }

<div style="background-color:#03525C">Inner text</div>

This div background color is #03525C.


Border color

.myBorderColor { border: 1px solid #03525C; }

<div style="border:3px solid #03525C">Div</div>

This div border color is #03525C.


Opacity

.myOpacity80 { color: #03525C; opacity: 0.8; }

<p style="color:#03525C;opacity:0.8;">80%</p>

Text with #03525C 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 #03525C;}

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

This text has shadow with #03525C color.

.textShadow {text-shadow: 3px 3px 1px #03525C, 3px 3px 1px red;}

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

This text has shadow with #03525C primary color and red secondary color.


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

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

This text has shadow with #03525C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03525C on black background.


Color preview on white background

This text has color #03525C on white background.



Black color preview on #03525C background

This text has black color on #03525C background.


White color preview on #03525C background

This text has white color on #03525C background.