Color Hex Logo

#503c25 Color Hex

#503C25
(80,60,37)
0 Favorites   0 Comments

Color spaces of #503c25

RGB 806037
HSL0.090.370.23
HSV32°54°31°
CMYK 0.000.250.54   0.69
XYZ5.25815.07082.4519
Yxy5.07080.41140.3968
Hunter Lab22.51842.27289.3072
CIE-Lab26.93555.450017.5490

#503c25 color RGB value is (80,60,37).

#503c25 hex color red value is 80, green value is 60 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #503c25 hue: 0.09 , saturation: 0.37 and the lightness value of 503c25 is 0.23.

The process color (four color CMYK) of #503c25 color hex is 0.00, 0.25, 0.54, 0.69. Web safe color of #503c25 is #663333. Color #503c25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111100 00100101
Octal 120 74 45
Decimal 80 60 37
Hex 50 3C 25

RGB Percentages of Color #503c25

%45.20
%33.90
%20.90

CMYK Percentages of Color #503c25

%0
%25
%54
%69

Triadic Colors of #503c25

#503c25 #25503c #3c2550

Analogous Colors of #503c25

#503c25 #4f5025 #502725

Monochromatic Colors of #503c25

#503c25

Complementary Color

#503c25 #253950

#503c25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503c25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503c25 Color CSS Codes

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

#503c25 Text Font Color

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

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


#503c25 Background Color

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

This div background color is #503c25


#503c25 Border Color

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

This div border color is #503c25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503c25


Comments

No comments written yet.

Please login to write comment.