Color Hex Logo

#48950e Color Hex

#48950E
(72,149,14)
0 Favorites   0 Comments

Color spaces of #48950e

RGB 7214914
HSL0.260.830.32
HSV94°91°58°
CMYK 0.520.000.91   0.42
XYZ13.499222.90434.1250
Yxy22.90430.33310.5651
Hunter Lab47.8584-33.403628.3906
CIE-Lab54.9736-45.049455.1969

#48950e color RGB value is (72,149,14).

#48950e hex color red value is 72, green value is 149 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #48950e hue: 0.26 , saturation: 0.83 and the lightness value of 48950e is 0.32.

The process color (four color CMYK) of #48950e color hex is 0.52, 0.00, 0.91, 0.42. Web safe color of #48950e is #339900. Color #48950e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010101 00001110
Octal 110 225 16
Decimal 72 149 14
Hex 48 95 E

RGB Percentages of Color #48950e

%30.64
%63.40
%5.96

CMYK Percentages of Color #48950e

%52
%0
%91
%42

Triadic Colors of #48950e

#48950e #0e4895 #950e48

Analogous Colors of #48950e

#48950e #0e9517 #8c950e

Monochromatic Colors of #48950e

#48950e

Complementary Color

#48950e #5b0e95

#48950e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48950e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48950e Color CSS Codes

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

#48950e Text Font Color

<p style="color:#48950e">Text here</p>

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


#48950e Background Color

<div style="background-color:#48950e">
Div content here</div>

This div background color is #48950e


#48950e Border Color

<div style="border:3px solid #48950e">
Div here</div>

This div border color is #48950e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,149,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48950e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48950e;
  -webkit-box-shadow: 1px 1px 3px 2px #48950e;
  box-shadow:         1px 1px 3px 2px #48950e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48950e


Comments

No comments written yet.

Please login to write comment.