Color Hex Logo

#04522f Color Hex

#04522F
(4,82,47)
0 Favorites   0 Comments

Color spaces of #04522f

RGB 48247
HSL0.430.910.17
HSV153°95°32°
CMYK 0.950.000.43   0.68
XYZ3.58056.26563.7100
Yxy6.26560.26410.4622
Hunter Lab25.0312-18.27168.7342
CIE-Lab30.0729-30.978114.5973

#04522f color RGB value is (4,82,47).

#04522f hex color red value is 4, green value is 82 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #04522f hue: 0.43 , saturation: 0.91 and the lightness value of 04522f is 0.17.

The process color (four color CMYK) of #04522f color hex is 0.95, 0.00, 0.43, 0.68. Web safe color of #04522f is #006633. Color #04522f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010010 00101111
Octal 4 122 57
Decimal 4 82 47
Hex 4 52 2F

RGB Percentages of Color #04522f

%3.01
%61.65
%35.34

CMYK Percentages of Color #04522f

%95
%0
%43
%68

Triadic Colors of #04522f

#04522f #2f0452 #522f04

Analogous Colors of #04522f

#04522f #044e52 #045208

Monochromatic Colors of #04522f

#04522f

Complementary Color

#04522f #520427

#04522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04522f Color CSS Codes

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

#04522f Text Font Color

<p style="color:#04522f">Text here</p>

This sample text font color is #04522f
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.


#04522f Background Color

<div style="background-color:#04522f">
Div content here</div>

This div background color is #04522f


#04522f Border Color

<div style="border:3px solid #04522f">
Div here</div>

This div border color is #04522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04522f


Comments

No comments written yet.

Please login to write comment.