Color Hex Logo

#48662d Color Hex

#48662D
(72,102,45)
0 Favorites   0 Comments

Color spaces of #48662d

RGB 7210245
HSL0.250.390.29
HSV92°56°40°
CMYK 0.290.000.56   0.60
XYZ7.897511.06994.2031
Yxy11.06990.34080.4778
Hunter Lab33.2715-15.855315.8001
CIE-Lab39.6980-21.894628.4382

#48662d color RGB value is (72,102,45).

#48662d hex color red value is 72, green value is 102 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #48662d hue: 0.25 , saturation: 0.39 and the lightness value of 48662d is 0.29.

The process color (four color CMYK) of #48662d color hex is 0.29, 0.00, 0.56, 0.60. Web safe color of #48662d is #336633. Color #48662d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100110 00101101
Octal 110 146 55
Decimal 72 102 45
Hex 48 66 2D

RGB Percentages of Color #48662d

%32.88
%46.58
%20.55

CMYK Percentages of Color #48662d

%29
%0
%56
%60

Triadic Colors of #48662d

#48662d #2d4866 #662d48

Analogous Colors of #48662d

#48662d #2d662f #65662d

Monochromatic Colors of #48662d

#48662d

Complementary Color

#48662d #4b2d66

#48662d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48662d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48662d Color CSS Codes

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

#48662d Text Font Color

<p style="color:#48662d">Text here</p>

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


#48662d Background Color

<div style="background-color:#48662d">
Div content here</div>

This div background color is #48662d


#48662d Border Color

<div style="border:3px solid #48662d">
Div here</div>

This div border color is #48662d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,102,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48662d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48662d;
  -webkit-box-shadow: 1px 1px 3px 2px #48662d;
  box-shadow:         1px 1px 3px 2px #48662d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48662d


Comments

No comments written yet.

Please login to write comment.