Color Hex Logo

#48804b Color Hex

#48804B
(72,128,75)
0 Favorites   0 Comments

Color spaces of #48804b

RGB 7212875
HSL0.340.280.39
HSV123°44°50°
CMYK 0.440.000.41   0.50
XYZ11.661717.32419.3859
Yxy17.32410.30390.4515
Hunter Lab41.6222-22.826815.7655
CIE-Lab48.6658-30.278923.1438

#48804b color RGB value is (72,128,75).

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

The process color (four color CMYK) of #48804b color hex is 0.44, 0.00, 0.41, 0.50. Web safe color of #48804b is #339933. Color #48804b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000000 01001011
Octal 110 200 113
Decimal 72 128 75
Hex 48 80 4B

RGB Percentages of Color #48804b

%26.18
%46.55
%27.27

CMYK Percentages of Color #48804b

%44
%0
%41
%50

Triadic Colors of #48804b

#48804b #4b4880 #804b48

Analogous Colors of #48804b

#48804b #488067 #618048

Monochromatic Colors of #48804b

#48804b

Complementary Color

#48804b #80487d

#48804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48804b Color CSS Codes

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

#48804b Text Font Color

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

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


#48804b Background Color

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

This div background color is #48804b


#48804b Border Color

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

This div border color is #48804b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,128,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 #48804b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48804b


Comments

No comments written yet.

Please login to write comment.