Color Hex Logo

#48862b Color Hex

#48862B
(72,134,43)
0 Favorites   0 Comments

Color spaces of #48862b

RGB 7213443
HSL0.280.510.35
HSV101°68°53°
CMYK 0.460.000.68   0.47
XYZ11.633618.60235.2630
Yxy18.60230.32770.5240
Hunter Lab43.1304-27.331222.9564
CIE-Lab50.2186-37.171741.3159

#48862b color RGB value is (72,134,43).

#48862b hex color red value is 72, green value is 134 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #48862b hue: 0.28 , saturation: 0.51 and the lightness value of 48862b is 0.35.

The process color (four color CMYK) of #48862b color hex is 0.46, 0.00, 0.68, 0.47. Web safe color of #48862b is #339933. Color #48862b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 00101011
Octal 110 206 53
Decimal 72 134 43
Hex 48 86 2B

RGB Percentages of Color #48862b

%28.92
%53.82
%17.27

CMYK Percentages of Color #48862b

%46
%0
%68
%47

Triadic Colors of #48862b

#48862b #2b4886 #862b48

Analogous Colors of #48862b

#48862b #2b863c #76862b

Monochromatic Colors of #48862b

#48862b

Complementary Color

#48862b #692b86

#48862b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48862b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48862b Color CSS Codes

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

#48862b Text Font Color

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

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


#48862b Background Color

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

This div background color is #48862b


#48862b Border Color

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

This div border color is #48862b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48862b


Comments

No comments written yet.

Please login to write comment.