Color Hex Logo

#48503b Color Hex

#48503B
(72,80,59)
0 Favorites   0 Comments

Color spaces of #48503b

RGB 728059
HSL0.230.150.27
HSV83°26°31°
CMYK 0.100.000.26   0.69
XYZ6.33067.43085.2383
Yxy7.43080.33320.3911
Hunter Lab27.2595-6.25027.6882
CIE-Lab32.7682-7.530211.3430

#48503b color RGB value is (72,80,59).

#48503b hex color red value is 72, green value is 80 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #48503b hue: 0.23 , saturation: 0.15 and the lightness value of 48503b is 0.27.

The process color (four color CMYK) of #48503b color hex is 0.10, 0.00, 0.26, 0.69. Web safe color of #48503b is #336633. Color #48503b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 00111011
Octal 110 120 73
Decimal 72 80 59
Hex 48 50 3B

RGB Percentages of Color #48503b

%34.12
%37.91
%27.96

CMYK Percentages of Color #48503b

%10
%0
%26
%69

Triadic Colors of #48503b

#48503b #3b4850 #503b48

Analogous Colors of #48503b

#48503b #3e503b #504e3b

Monochromatic Colors of #48503b

#48503b

Complementary Color

#48503b #433b50

#48503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48503b Color CSS Codes

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

#48503b Text Font Color

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

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


#48503b Background Color

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

This div background color is #48503b


#48503b Border Color

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

This div border color is #48503b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48503b


Comments

No comments written yet.

Please login to write comment.