Color Hex Logo

#505235 Color Hex

#505235
(80,82,53)
0 Favorites   0 Comments

Color spaces of #505235

RGB 808253
HSL0.180.210.26
HSV64°35°32°
CMYK 0.020.000.35   0.68
XYZ6.96827.99714.5445
Yxy7.99710.35720.4099
Hunter Lab28.2791-5.504710.2674
CIE-Lab33.9768-6.152016.7916

#505235 color RGB value is (80,82,53).

#505235 hex color red value is 80, green value is 82 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #505235 hue: 0.18 , saturation: 0.21 and the lightness value of 505235 is 0.26.

The process color (four color CMYK) of #505235 color hex is 0.02, 0.00, 0.35, 0.68. Web safe color of #505235 is #666633. Color #505235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 00110101
Octal 120 122 65
Decimal 80 82 53
Hex 50 52 35

RGB Percentages of Color #505235

%37.21
%38.14
%24.65

CMYK Percentages of Color #505235

%2
%0
%35
%68

Triadic Colors of #505235

#505235 #355052 #523550

Analogous Colors of #505235

#505235 #425235 #524635

Monochromatic Colors of #505235

#505235

Complementary Color

#505235 #373552

#505235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505235 Color CSS Codes

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

#505235 Text Font Color

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

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


#505235 Background Color

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

This div background color is #505235


#505235 Border Color

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

This div border color is #505235


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,82,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505235; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505235;
  -webkit-box-shadow: 1px 1px 3px 2px #505235;
  box-shadow:         1px 1px 3px 2px #505235; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505235


Comments

No comments written yet.

Please login to write comment.