Color Hex Logo

#48653b Color Hex

#48653B
(72,101,59)
0 Favorites   0 Comments

Color spaces of #48653b

RGB 7210159
HSL0.280.260.31
HSV101°42°40°
CMYK 0.290.000.42   0.60
XYZ8.115611.00085.8333
Yxy11.00080.32530.4409
Hunter Lab33.1675-14.366712.7896
CIE-Lab39.5818-19.403820.4348

#48653b color RGB value is (72,101,59).

#48653b hex color red value is 72, green value is 101 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #48653b hue: 0.28 , saturation: 0.26 and the lightness value of 48653b is 0.31.

The process color (four color CMYK) of #48653b color hex is 0.29, 0.00, 0.42, 0.60. Web safe color of #48653b is #336633. Color #48653b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 00111011
Octal 110 145 73
Decimal 72 101 59
Hex 48 65 3B

RGB Percentages of Color #48653b

%31.03
%43.53
%25.43

CMYK Percentages of Color #48653b

%29
%0
%42
%60

Triadic Colors of #48653b

#48653b #3b4865 #653b48

Analogous Colors of #48653b

#48653b #3b6543 #5d653b

Monochromatic Colors of #48653b

#48653b

Complementary Color

#48653b #583b65

#48653b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48653b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48653b Color CSS Codes

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

#48653b Text Font Color

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

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


#48653b Background Color

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

This div background color is #48653b


#48653b Border Color

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

This div border color is #48653b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48653b


Comments

No comments written yet.

Please login to write comment.