Color Hex Logo

#48864b Color Hex

#48864B
(72,134,75)
0 Favorites   0 Comments

Color spaces of #48864b

RGB 7213475
HSL0.340.300.40
HSV123°46°53°
CMYK 0.460.000.44   0.47
XYZ12.467618.93599.6545
Yxy18.93590.30370.4612
Hunter Lab43.5154-25.009917.3065
CIE-Lab50.6121-33.071925.6646

#48864b color RGB value is (72,134,75).

#48864b hex color red value is 72, green value is 134 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48864b hue: 0.34 , saturation: 0.30 and the lightness value of 48864b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 01001011
Octal 110 206 113
Decimal 72 134 75
Hex 48 86 4B

RGB Percentages of Color #48864b

%25.62
%47.69
%26.69

CMYK Percentages of Color #48864b

%46
%0
%44
%47

Triadic Colors of #48864b

#48864b #4b4886 #864b48

Analogous Colors of #48864b

#48864b #48866a #648648

Monochromatic Colors of #48864b

#48864b

Complementary Color

#48864b #864883

#48864b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48864b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48864b Color CSS Codes

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

#48864b Text Font Color

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

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


#48864b Background Color

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

This div background color is #48864b


#48864b Border Color

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

This div border color is #48864b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48864b


Comments

No comments written yet.

Please login to write comment.