Color Hex Logo

#48783b Color Hex

#48783B
(72,120,59)
0 Favorites   0 Comments

Color spaces of #48783b

RGB 7212059
HSL0.300.340.35
HSV107°51°47°
CMYK 0.400.000.51   0.53
XYZ10.178415.12646.5209
Yxy15.12640.31980.4753
Hunter Lab38.8927-21.347917.2841
CIE-Lab45.8068-28.970728.3144

#48783b color RGB value is (72,120,59).

#48783b hex color red value is 72, green value is 120 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #48783b hue: 0.30 , saturation: 0.34 and the lightness value of 48783b is 0.35.

The process color (four color CMYK) of #48783b color hex is 0.40, 0.00, 0.51, 0.53. Web safe color of #48783b is #336633. Color #48783b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 00111011
Octal 110 170 73
Decimal 72 120 59
Hex 48 78 3B

RGB Percentages of Color #48783b

%28.69
%47.81
%23.51

CMYK Percentages of Color #48783b

%40
%0
%51
%53

Triadic Colors of #48783b

#48783b #3b4878 #783b48

Analogous Colors of #48783b

#48783b #3b784d #67783b

Monochromatic Colors of #48783b

#48783b

Complementary Color

#48783b #6b3b78

#48783b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48783b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48783b Color CSS Codes

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

#48783b Text Font Color

<p style="color:#48783b">Text here</p>

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


#48783b Background Color

<div style="background-color:#48783b">
Div content here</div>

This div background color is #48783b


#48783b Border Color

<div style="border:3px solid #48783b">
Div here</div>

This div border color is #48783b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48783b


Comments

No comments written yet.

Please login to write comment.