Color Hex Logo

#48834c Color Hex

#48834C
(72,131,76)
0 Favorites   0 Comments

Color spaces of #48834c

RGB 7213176
HSL0.340.290.40
HSV124°45°51°
CMYK 0.450.000.42   0.49
XYZ12.093318.13219.6999
Yxy18.13210.30290.4542
Hunter Lab42.5818-23.823916.3013
CIE-Lab49.6559-31.518623.8764

#48834c color RGB value is (72,131,76).

#48834c hex color red value is 72, green value is 131 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #48834c hue: 0.34 , saturation: 0.29 and the lightness value of 48834c is 0.40.

The process color (four color CMYK) of #48834c color hex is 0.45, 0.00, 0.42, 0.49. Web safe color of #48834c is #339933. Color #48834c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 01001100
Octal 110 203 114
Decimal 72 131 76
Hex 48 83 4C

RGB Percentages of Color #48834c

%25.81
%46.95
%27.24

CMYK Percentages of Color #48834c

%45
%0
%42
%49

Triadic Colors of #48834c

#48834c #4c4883 #834c48

Analogous Colors of #48834c

#48834c #48836a #628348

Monochromatic Colors of #48834c

#48834c

Complementary Color

#48834c #83487f

#48834c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48834c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48834c Color CSS Codes

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

#48834c Text Font Color

<p style="color:#48834c">Text here</p>

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


#48834c Background Color

<div style="background-color:#48834c">
Div content here</div>

This div background color is #48834c


#48834c Border Color

<div style="border:3px solid #48834c">
Div here</div>

This div border color is #48834c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,131,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48834c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48834c;
  -webkit-box-shadow: 1px 1px 3px 2px #48834c;
  box-shadow:         1px 1px 3px 2px #48834c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48834c


Comments

No comments written yet.

Please login to write comment.