Color Hex Logo

#503018 Color Hex

#503018
(80,48,24)
0 Favorites   0 Comments

Color spaces of #503018

RGB 804824
HSL0.070.540.20
HSV26°70°31°
CMYK 0.000.400.70   0.69
XYZ4.53013.88531.3753
Yxy3.88530.46270.3968
Hunter Lab19.71126.52919.6610
CIE-Lab23.288611.936921.1614

#503018 color RGB value is (80,48,24).

#503018 hex color red value is 80, green value is 48 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #503018 hue: 0.07 , saturation: 0.54 and the lightness value of 503018 is 0.20.

The process color (four color CMYK) of #503018 color hex is 0.00, 0.40, 0.70, 0.69. Web safe color of #503018 is #663300. Color #503018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 00011000
Octal 120 60 30
Decimal 80 48 24
Hex 50 30 18

RGB Percentages of Color #503018

%52.63
%31.58
%15.79

CMYK Percentages of Color #503018

%0
%40
%70
%69

Triadic Colors of #503018

#503018 #185030 #301850

Analogous Colors of #503018

#503018 #504c18 #50181c

Monochromatic Colors of #503018

#503018

Complementary Color

#503018 #183850

#503018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503018 Color CSS Codes

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

#503018 Text Font Color

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

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


#503018 Background Color

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

This div background color is #503018


#503018 Border Color

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

This div border color is #503018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503018


Comments

No comments written yet.

Please login to write comment.