Color Hex Logo

#48684b Color Hex

#48684B
(72,104,75)
0 Favorites   0 Comments

Color spaces of #48684b

RGB 7210475
HSL0.350.180.35
HSV126°31°41°
CMYK 0.310.000.28   0.59
XYZ8.892811.78638.4629
Yxy11.78630.30520.4044
Hunter Lab34.3312-13.84279.4164
CIE-Lab40.8744-18.160212.7069

#48684b color RGB value is (72,104,75).

#48684b hex color red value is 72, green value is 104 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48684b hue: 0.35 , saturation: 0.18 and the lightness value of 48684b is 0.35.

The process color (four color CMYK) of #48684b color hex is 0.31, 0.00, 0.28, 0.59. Web safe color of #48684b is #336633. Color #48684b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 01001011
Octal 110 150 113
Decimal 72 104 75
Hex 48 68 4B

RGB Percentages of Color #48684b

%28.69
%41.43
%29.88

CMYK Percentages of Color #48684b

%31
%0
%28
%59

Triadic Colors of #48684b

#48684b #4b4868 #684b48

Analogous Colors of #48684b

#48684b #48685b #556848

Monochromatic Colors of #48684b

#48684b

Complementary Color

#48684b #684865

#48684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48684b Color CSS Codes

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

#48684b Text Font Color

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

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


#48684b Background Color

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

This div background color is #48684b


#48684b Border Color

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

This div border color is #48684b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,104,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 #48684b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48684b


Comments

No comments written yet.

Please login to write comment.