Color Hex Logo

#48611b Color Hex

#48611B
(72,97,27)
0 Favorites   0 Comments

Color spaces of #48611b

RGB 729727
HSL0.230.560.24
HSV81°72°38°
CMYK 0.260.000.72   0.62
XYZ7.145010.00622.5917
Yxy10.00620.36190.5068
Hunter Lab31.6326-15.038417.2851
CIE-Lab37.8536-21.106935.3196

#48611b color RGB value is (72,97,27).

#48611b hex color red value is 72, green value is 97 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #48611b hue: 0.23 , saturation: 0.56 and the lightness value of 48611b is 0.24.

The process color (four color CMYK) of #48611b color hex is 0.26, 0.00, 0.72, 0.62. Web safe color of #48611b is #336633. Color #48611b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100001 00011011
Octal 110 141 33
Decimal 72 97 27
Hex 48 61 1B

RGB Percentages of Color #48611b

%36.73
%49.49
%13.78

CMYK Percentages of Color #48611b

%26
%0
%72
%62

Triadic Colors of #48611b

#48611b #1b4861 #611b48

Analogous Colors of #48611b

#48611b #25611b #61571b

Monochromatic Colors of #48611b

#48611b

Complementary Color

#48611b #341b61

#48611b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48611b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48611b Color CSS Codes

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

#48611b Text Font Color

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

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


#48611b Background Color

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

This div background color is #48611b


#48611b Border Color

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

This div border color is #48611b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48611b


Comments

No comments written yet.

Please login to write comment.