Color Hex Logo

#486752 Color Hex

#486752
(72,103,82)
0 Favorites   0 Comments

Color spaces of #486752

RGB 7210382
HSL0.390.180.34
HSV139°30°40°
CMYK 0.300.000.20   0.60
XYZ9.045711.68749.7618
Yxy11.68740.29660.3833
Hunter Lab34.1868-12.59667.0010
CIE-Lab40.7149-16.17918.2712

#486752 color RGB value is (72,103,82).

#486752 hex color red value is 72, green value is 103 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #486752 hue: 0.39 , saturation: 0.18 and the lightness value of 486752 is 0.34.

The process color (four color CMYK) of #486752 color hex is 0.30, 0.00, 0.20, 0.60. Web safe color of #486752 is #336666. Color #486752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100111 01010010
Octal 110 147 122
Decimal 72 103 82
Hex 48 67 52

RGB Percentages of Color #486752

%28.02
%40.08
%31.91

CMYK Percentages of Color #486752

%30
%0
%20
%60

Triadic Colors of #486752

#486752 #524867 #675248

Analogous Colors of #486752

#486752 #486762 #4e6748

Monochromatic Colors of #486752

#486752

Complementary Color

#486752 #67485d

#486752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486752 Color CSS Codes

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

#486752 Text Font Color

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

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


#486752 Background Color

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

This div background color is #486752


#486752 Border Color

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

This div border color is #486752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486752


Comments

No comments written yet.

Please login to write comment.