Color Hex Logo

#503f25 Color Hex

#503F25
(80,63,37)
0 Favorites   0 Comments

Color spaces of #503f25

RGB 806337
HSL0.100.370.23
HSV36°54°31°
CMYK 0.000.210.54   0.69
XYZ5.41975.39412.5058
Yxy5.39410.40690.4050
Hunter Lab23.22521.00969.8608
CIE-Lab27.82933.529718.6791

#503f25 color RGB value is (80,63,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111111 00100101
Octal 120 77 45
Decimal 80 63 37
Hex 50 3F 25

RGB Percentages of Color #503f25

%44.44
%35.00
%20.56

CMYK Percentages of Color #503f25

%0
%21
%54
%69

Triadic Colors of #503f25

#503f25 #25503f #3f2550

Analogous Colors of #503f25

#503f25 #4c5025 #502a25

Monochromatic Colors of #503f25

#503f25

Complementary Color

#503f25 #253650

#503f25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503f25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503f25 Color CSS Codes

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

#503f25 Text Font Color

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

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


#503f25 Background Color

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

This div background color is #503f25


#503f25 Border Color

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

This div border color is #503f25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503f25


Comments

No comments written yet.

Please login to write comment.