Color Hex Logo

#03522b Color Hex

#03522B
(3,82,43)
0 Favorites   0 Comments

Color spaces of #03522b

RGB 38243
HSL0.420.930.17
HSV150°96°32°
CMYK 0.960.000.48   0.68
XYZ3.49096.22843.3037
Yxy6.22840.26810.4783
Hunter Lab24.9568-18.70619.6211
CIE-Lab29.9815-31.994216.8988

#03522b color RGB value is (3,82,43).

#03522b hex color red value is 3, green value is 82 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #03522b hue: 0.42 , saturation: 0.93 and the lightness value of 03522b is 0.17.

The process color (four color CMYK) of #03522b color hex is 0.96, 0.00, 0.48, 0.68. Web safe color of #03522b is #006633. Color #03522b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01010010 00101011
Octal 3 122 53
Decimal 3 82 43
Hex 3 52 2B

RGB Percentages of Color #03522b

%2.34
%64.06
%33.59

CMYK Percentages of Color #03522b

%96
%0
%48
%68

Triadic Colors of #03522b

#03522b #2b0352 #522b03

Analogous Colors of #03522b

#03522b #035252 #035204

Monochromatic Colors of #03522b

#03522b

Complementary Color

#03522b #52032a

#03522b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03522b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03522b Color CSS Codes

.mybgcolor {background-color:#03522b; } 
.myforecolor {color:#03522b; }
.mybordercolor {border:3px solid #03522b; }

#03522b Text Font Color

<p style="color:#03522b">Text here</p>

This sample text font color is #03522b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#03522b Background Color

<div style="background-color:#03522b">
Div content here</div>

This div background color is #03522b


#03522b Border Color

<div style="border:3px solid #03522b">
Div here</div>

This div border color is #03522b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,82,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03522b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03522b;
  -webkit-box-shadow: 1px 1px 3px 2px #03522b;
  box-shadow:         1px 1px 3px 2px #03522b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,82,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #03522b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #03522b;
  -webkit-box-shadow: 1px 1px 3px 2px #03522b;
  box-shadow:         1px 1px 3px 2px #03522b;">
Div content here</div>

This div box has shadow with color #03522b


Comments

No comments written yet.

Please login to write comment.