Color Hex Logo

#48891d Color Hex

#48891D
(72,137,29)
0 Favorites   0 Comments

Color spaces of #48891d

RGB 7213729
HSL0.270.650.33
HSV96°79°54°
CMYK 0.470.000.79   0.46
XYZ11.839919.35774.2748
Yxy19.35770.33380.5457
Hunter Lab43.9974-28.960325.0375
CIE-Lab51.1031-39.525247.7201

#48891d color RGB value is (72,137,29).

#48891d hex color red value is 72, green value is 137 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #48891d hue: 0.27 , saturation: 0.65 and the lightness value of 48891d is 0.33.

The process color (four color CMYK) of #48891d color hex is 0.47, 0.00, 0.79, 0.46. Web safe color of #48891d is #339933. Color #48891d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 00011101
Octal 110 211 35
Decimal 72 137 29
Hex 48 89 1D

RGB Percentages of Color #48891d

%30.25
%57.56
%12.18

CMYK Percentages of Color #48891d

%47
%0
%79
%46

Triadic Colors of #48891d

#48891d #1d4889 #891d48

Analogous Colors of #48891d

#48891d #1d8928 #7e891d

Monochromatic Colors of #48891d

#48891d

Complementary Color

#48891d #5e1d89

#48891d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48891d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48891d Color CSS Codes

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

#48891d Text Font Color

<p style="color:#48891d">Text here</p>

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


#48891d Background Color

<div style="background-color:#48891d">
Div content here</div>

This div background color is #48891d


#48891d Border Color

<div style="border:3px solid #48891d">
Div here</div>

This div border color is #48891d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,137,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48891d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48891d;
  -webkit-box-shadow: 1px 1px 3px 2px #48891d;
  box-shadow:         1px 1px 3px 2px #48891d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48891d


Comments

No comments written yet.

Please login to write comment.