Color Hex Logo

#48554b Color Hex

#48554B
(72,85,75)
0 Favorites   0 Comments

Color spaces of #48554b

RGB 728575
HSL0.370.080.31
HSV134°15°33°
CMYK 0.150.000.12   0.67
XYZ7.19108.38277.8956
Yxy8.38270.30640.3572
Hunter Lab28.9529-6.33374.0983
CIE-Lab34.7675-7.35324.1291

#48554b color RGB value is (72,85,75).

#48554b hex color red value is 72, green value is 85 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48554b hue: 0.37 , saturation: 0.08 and the lightness value of 48554b is 0.31.

The process color (four color CMYK) of #48554b color hex is 0.15, 0.00, 0.12, 0.67. Web safe color of #48554b is #336633. Color #48554b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010101 01001011
Octal 110 125 113
Decimal 72 85 75
Hex 48 55 4B

RGB Percentages of Color #48554b

%31.03
%36.64
%32.33

CMYK Percentages of Color #48554b

%15
%0
%12
%67

Triadic Colors of #48554b

#48554b #4b4855 #554b48

Analogous Colors of #48554b

#48554b #485552 #4c5548

Monochromatic Colors of #48554b

#48554b

Complementary Color

#48554b #554852

#48554b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48554b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48554b Color CSS Codes

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

#48554b Text Font Color

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

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


#48554b Background Color

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

This div background color is #48554b


#48554b Border Color

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

This div border color is #48554b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,85,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48554b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48554b;
  -webkit-box-shadow: 1px 1px 3px 2px #48554b;
  box-shadow:         1px 1px 3px 2px #48554b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48554b


Comments

No comments written yet.

Please login to write comment.