Color Hex Logo

#505d2b Color Hex

#505D2B
(80,93,43)
0 Favorites   0 Comments

Color spaces of #505d2b

RGB 809343
HSL0.210.370.27
HSV76°54°36°
CMYK 0.140.000.54   0.64
XYZ7.65879.70863.7558
Yxy9.70860.36260.4596
Hunter Lab31.1586-10.652814.6643
CIE-Lab37.3143-13.841826.8167

#505d2b color RGB value is (80,93,43).

#505d2b hex color red value is 80, green value is 93 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #505d2b hue: 0.21 , saturation: 0.37 and the lightness value of 505d2b is 0.27.

The process color (four color CMYK) of #505d2b color hex is 0.14, 0.00, 0.54, 0.64. Web safe color of #505d2b is #666633. Color #505d2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011101 00101011
Octal 120 135 53
Decimal 80 93 43
Hex 50 5D 2B

RGB Percentages of Color #505d2b

%37.04
%43.06
%19.91

CMYK Percentages of Color #505d2b

%14
%0
%54
%64

Triadic Colors of #505d2b

#505d2b #2b505d #5d2b50

Analogous Colors of #505d2b

#505d2b #375d2b #5d512b

Monochromatic Colors of #505d2b

#505d2b

Complementary Color

#505d2b #382b5d

#505d2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505d2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#505d2b Color CSS Codes

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

#505d2b Text Font Color

<p style="color:#505d2b">Text here</p>

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


#505d2b Background Color

<div style="background-color:#505d2b">
Div content here</div>

This div background color is #505d2b


#505d2b Border Color

<div style="border:3px solid #505d2b">
Div here</div>

This div border color is #505d2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,93,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505d2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505d2b;
  -webkit-box-shadow: 1px 1px 3px 2px #505d2b;
  box-shadow:         1px 1px 3px 2px #505d2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,93,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505d2b


Comments

No comments written yet.

Please login to write comment.