Color Hex Logo

#503535 Color Hex

#503535
(80,53,53)
0 Favorites   0 Comments

Color spaces of #503535

RGB 805353
HSL0.000.200.26
HSV34°31°
CMYK 0.000.340.34   0.69
XYZ5.22404.50873.9631
Yxy4.50870.38140.3292
Hunter Lab21.23376.75633.7976
CIE-Lab25.286512.14494.9028

#503535 color RGB value is (80,53,53).

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

The process color (four color CMYK) of #503535 color hex is 0.00, 0.34, 0.34, 0.69. Web safe color of #503535 is #663333. Color #503535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 00110101
Octal 120 65 65
Decimal 80 53 53
Hex 50 35 35

RGB Percentages of Color #503535

%43.01
%28.49
%28.49

CMYK Percentages of Color #503535

%0
%34
%34
%69

Triadic Colors of #503535

#503535 #355035 #353550

Analogous Colors of #503535

#503535 #504335 #503543

Monochromatic Colors of #503535

#503535

Complementary Color

#503535 #355050

#503535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503535 Color CSS Codes

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

#503535 Text Font Color

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

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


#503535 Background Color

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

This div background color is #503535


#503535 Border Color

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

This div border color is #503535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503535

#503535 Color Palettes


Comments

No comments written yet.

Please login to write comment.