Color Hex Logo

#48660b Color Hex

#48660B
(72,102,11)
0 Favorites   0 Comments

Color spaces of #48660b

RGB 7210211
HSL0.220.810.22
HSV80°89°40°
CMYK 0.290.000.89   0.60
XYZ7.484310.90462.0269
Yxy10.90460.36660.5341
Hunter Lab33.0221-17.332619.4763
CIE-Lab39.4193-24.567142.5451

#48660b color RGB value is (72,102,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100110 00001011
Octal 110 146 13
Decimal 72 102 11
Hex 48 66 B

RGB Percentages of Color #48660b

%38.92
%55.14
%5.95

CMYK Percentages of Color #48660b

%29
%0
%89
%60

Triadic Colors of #48660b

#48660b #0b4866 #660b48

Analogous Colors of #48660b

#48660b #1b660b #66560b

Monochromatic Colors of #48660b

#48660b

Complementary Color

#48660b #290b66

#48660b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48660b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48660b Color CSS Codes

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

#48660b Text Font Color

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

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


#48660b Background Color

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

This div background color is #48660b


#48660b Border Color

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

This div border color is #48660b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48660b


Comments

No comments written yet.

Please login to write comment.