Color Hex Logo

#48692e Color Hex

#48692E
(72,105,46)
0 Favorites   0 Comments

Color spaces of #48692e

RGB 7210546
HSL0.260.390.30
HSV94°56°41°
CMYK 0.310.000.56   0.59
XYZ8.217211.67814.4058
Yxy11.67810.33810.4806
Hunter Lab34.1732-16.881616.2773
CIE-Lab40.6999-23.308029.0961

#48692e color RGB value is (72,105,46).

#48692e hex color red value is 72, green value is 105 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #48692e hue: 0.26 , saturation: 0.39 and the lightness value of 48692e is 0.30.

The process color (four color CMYK) of #48692e color hex is 0.31, 0.00, 0.56, 0.59. Web safe color of #48692e is #336633. Color #48692e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101001 00101110
Octal 110 151 56
Decimal 72 105 46
Hex 48 69 2E

RGB Percentages of Color #48692e

%32.29
%47.09
%20.63

CMYK Percentages of Color #48692e

%31
%0
%56
%59

Triadic Colors of #48692e

#48692e #2e4869 #692e48

Analogous Colors of #48692e

#48692e #2e6932 #66692e

Monochromatic Colors of #48692e

#48692e

Complementary Color

#48692e #4f2e69

#48692e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48692e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48692e Color CSS Codes

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

#48692e Text Font Color

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

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


#48692e Background Color

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

This div background color is #48692e


#48692e Border Color

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

This div border color is #48692e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,105,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48692e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48692e;
  -webkit-box-shadow: 1px 1px 3px 2px #48692e;
  box-shadow:         1px 1px 3px 2px #48692e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48692e


Comments

No comments written yet.

Please login to write comment.