Color Hex Logo

#48675c Color Hex

#48675C
(72,103,92)
0 Favorites   0 Comments

Color spaces of #48675c

RGB 7210392
HSL0.440.180.34
HSV159°30°40°
CMYK 0.300.000.11   0.60
XYZ9.454511.850911.9144
Yxy11.85090.28460.3567
Hunter Lab34.4251-11.22083.5776
CIE-Lab40.9782-13.92542.5774

#48675c color RGB value is (72,103,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100111 01011100
Octal 110 147 134
Decimal 72 103 92
Hex 48 67 5C

RGB Percentages of Color #48675c

%26.97
%38.58
%34.46

CMYK Percentages of Color #48675c

%30
%0
%11
%60

Triadic Colors of #48675c

#48675c #5c4867 #675c48

Analogous Colors of #48675c

#48675c #486367 #48674d

Monochromatic Colors of #48675c

#48675c

Complementary Color

#48675c #674853

#48675c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48675c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48675c Color CSS Codes

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

#48675c Text Font Color

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

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


#48675c Background Color

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

This div background color is #48675c


#48675c Border Color

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

This div border color is #48675c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48675c


Comments

No comments written yet.

Please login to write comment.