Color Hex Logo

#48660a Color Hex

#48660A
(72,102,10)
0 Favorites   0 Comments

Color spaces of #48660a

RGB 7210210
HSL0.220.820.22
HSV80°90°40°
CMYK 0.290.000.90   0.60
XYZ7.478610.90241.9974
Yxy10.90240.36700.5350
Hunter Lab33.0188-17.353519.5265
CIE-Lab39.4156-24.605542.7971

#48660a color RGB value is (72,102,10).

#48660a hex color red value is 72, green value is 102 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #48660a hue: 0.22 , saturation: 0.82 and the lightness value of 48660a is 0.22.

The process color (four color CMYK) of #48660a color hex is 0.29, 0.00, 0.90, 0.60. Web safe color of #48660a is #336600. Color #48660a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100110 00001010
Octal 110 146 12
Decimal 72 102 10
Hex 48 66 A

RGB Percentages of Color #48660a

%39.13
%55.43
%5.43

CMYK Percentages of Color #48660a

%29
%0
%90
%60

Triadic Colors of #48660a

#48660a #0a4866 #660a48

Analogous Colors of #48660a

#48660a #1a660a #66560a

Monochromatic Colors of #48660a

#48660a

Complementary Color

#48660a #280a66

#48660a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48660a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48660a Color CSS Codes

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

#48660a Text Font Color

<p style="color:#48660a">Text here</p>

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


#48660a Background Color

<div style="background-color:#48660a">
Div content here</div>

This div background color is #48660a


#48660a Border Color

<div style="border:3px solid #48660a">
Div here</div>

This div border color is #48660a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48660a


Comments

No comments written yet.

Please login to write comment.