Color Hex Logo

#48782f Color Hex

#48782F
(72,120,47)
0 Favorites   0 Comments

Color spaces of #48782f

RGB 7212047
HSL0.280.440.33
HSV99°61°47°
CMYK 0.400.000.61   0.53
XYZ9.902015.01595.0658
Yxy15.01590.33020.5008
Hunter Lab38.7504-22.200519.3743
CIE-Lab45.6560-30.489434.3708

#48782f color RGB value is (72,120,47).

#48782f hex color red value is 72, green value is 120 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #48782f hue: 0.28 , saturation: 0.44 and the lightness value of 48782f is 0.33.

The process color (four color CMYK) of #48782f color hex is 0.40, 0.00, 0.61, 0.53. Web safe color of #48782f is #336633. Color #48782f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 00101111
Octal 110 170 57
Decimal 72 120 47
Hex 48 78 2F

RGB Percentages of Color #48782f

%30.13
%50.21
%19.67

CMYK Percentages of Color #48782f

%40
%0
%61
%53

Triadic Colors of #48782f

#48782f #2f4878 #782f48

Analogous Colors of #48782f

#48782f #2f783b #6d782f

Monochromatic Colors of #48782f

#48782f

Complementary Color

#48782f #5f2f78

#48782f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48782f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48782f Color CSS Codes

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

#48782f Text Font Color

<p style="color:#48782f">Text here</p>

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


#48782f Background Color

<div style="background-color:#48782f">
Div content here</div>

This div background color is #48782f


#48782f Border Color

<div style="border:3px solid #48782f">
Div here</div>

This div border color is #48782f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,120,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48782f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48782f;
  -webkit-box-shadow: 1px 1px 3px 2px #48782f;
  box-shadow:         1px 1px 3px 2px #48782f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48782f


Comments

No comments written yet.

Please login to write comment.