Color Hex Logo

#48584a Color Hex

#48584A
(72,88,74)
0 Favorites   0 Comments

Color spaces of #48584a

RGB 728874
HSL0.350.100.31
HSV128°18°35°
CMYK 0.180.000.16   0.65
XYZ7.39828.85167.7972
Yxy8.85160.30770.3681
Hunter Lab29.7516-7.67865.2876
CIE-Lab35.6970-9.34766.0796

#48584a color RGB value is (72,88,74).

#48584a hex color red value is 72, green value is 88 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #48584a hue: 0.35 , saturation: 0.10 and the lightness value of 48584a is 0.31.

The process color (four color CMYK) of #48584a color hex is 0.18, 0.00, 0.16, 0.65. Web safe color of #48584a is #336633. Color #48584a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011000 01001010
Octal 110 130 112
Decimal 72 88 74
Hex 48 58 4A

RGB Percentages of Color #48584a

%30.77
%37.61
%31.62

CMYK Percentages of Color #48584a

%18
%0
%16
%65

Triadic Colors of #48584a

#48584a #4a4858 #584a48

Analogous Colors of #48584a

#48584a #485852 #4e5848

Monochromatic Colors of #48584a

#48584a

Complementary Color

#48584a #584856

#48584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48584a Color CSS Codes

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

#48584a Text Font Color

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

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


#48584a Background Color

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

This div background color is #48584a


#48584a Border Color

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

This div border color is #48584a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,88,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48584a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48584a;
  -webkit-box-shadow: 1px 1px 3px 2px #48584a;
  box-shadow:         1px 1px 3px 2px #48584a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48584a


Comments

No comments written yet.

Please login to write comment.