Color Hex Logo

#48763b Color Hex

#48763B
(72,118,59)
0 Favorites   0 Comments

Color spaces of #48763b

RGB 7211859
HSL0.300.330.35
HSV107°50°46°
CMYK 0.390.000.50   0.54
XYZ9.940314.65046.4416
Yxy14.65040.32030.4721
Hunter Lab38.2758-20.626016.8149
CIE-Lab45.1516-28.012527.5032

#48763b color RGB value is (72,118,59).

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

The process color (four color CMYK) of #48763b color hex is 0.39, 0.00, 0.50, 0.54. Web safe color of #48763b is #336633. Color #48763b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 00111011
Octal 110 166 73
Decimal 72 118 59
Hex 48 76 3B

RGB Percentages of Color #48763b

%28.92
%47.39
%23.69

CMYK Percentages of Color #48763b

%39
%0
%50
%54

Triadic Colors of #48763b

#48763b #3b4876 #763b48

Analogous Colors of #48763b

#48763b #3b764c #66763b

Monochromatic Colors of #48763b

#48763b

Complementary Color

#48763b #693b76

#48763b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48763b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48763b Color CSS Codes

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

#48763b Text Font Color

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

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


#48763b Background Color

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

This div background color is #48763b


#48763b Border Color

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

This div border color is #48763b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,118,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 #48763b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48763b


Comments

No comments written yet.

Please login to write comment.