Color Hex Logo

#48992d Color Hex

#48992D
(72,153,45)
0 Favorites   0 Comments

Color spaces of #48992d

RGB 7215345
HSL0.290.550.39
HSV105°71°60°
CMYK 0.530.000.71   0.40
XYZ14.537424.34966.4164
Yxy24.34960.32090.5375
Hunter Lab49.3453-33.767226.8322
CIE-Lab56.4361-44.830047.0611

#48992d color RGB value is (72,153,45).

#48992d hex color red value is 72, green value is 153 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #48992d hue: 0.29 , saturation: 0.55 and the lightness value of 48992d is 0.39.

The process color (four color CMYK) of #48992d color hex is 0.53, 0.00, 0.71, 0.40. Web safe color of #48992d is #339933. Color #48992d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 00101101
Octal 110 231 55
Decimal 72 153 45
Hex 48 99 2D

RGB Percentages of Color #48992d

%26.67
%56.67
%16.67

CMYK Percentages of Color #48992d

%53
%0
%71
%40

Triadic Colors of #48992d

#48992d #2d4899 #992d48

Analogous Colors of #48992d

#48992d #2d9948 #7e992d

Monochromatic Colors of #48992d

#48992d

Complementary Color

#48992d #7e2d99

#48992d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48992d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48992d Color CSS Codes

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

#48992d Text Font Color

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

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


#48992d Background Color

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

This div background color is #48992d


#48992d Border Color

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

This div border color is #48992d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48992d


Comments

No comments written yet.

Please login to write comment.