Color Hex Logo

#48836c Color Hex

#48836C
(72,131,108)
0 Favorites   0 Comments

Color spaces of #48836c

RGB 72131108
HSL0.440.290.40
HSV157°45°51°
CMYK 0.450.000.18   0.49
XYZ13.495618.693017.0842
Yxy18.69300.27390.3794
Hunter Lab43.2354-19.94456.8367
CIE-Lab50.3261-25.04006.4834

#48836c color RGB value is (72,131,108).

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

The process color (four color CMYK) of #48836c color hex is 0.45, 0.00, 0.18, 0.49. Web safe color of #48836c is #339966. Color #48836c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 01101100
Octal 110 203 154
Decimal 72 131 108
Hex 48 83 6C

RGB Percentages of Color #48836c

%23.15
%42.12
%34.73

CMYK Percentages of Color #48836c

%45
%0
%18
%49

Triadic Colors of #48836c

#48836c #6c4883 #836c48

Analogous Colors of #48836c

#48836c #487d83 #48834f

Monochromatic Colors of #48836c

#48836c

Complementary Color

#48836c #83485f

#48836c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48836c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48836c Color CSS Codes

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

#48836c Text Font Color

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

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


#48836c Background Color

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

This div background color is #48836c


#48836c Border Color

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

This div border color is #48836c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48836c


Comments

No comments written yet.

Please login to write comment.