Color Hex Logo

#504338 Color Hex

#504338
(80,67,56)
0 Favorites   0 Comments

Color spaces of #504338

RGB 806756
HSL0.080.180.27
HSV28°30°31°
CMYK 0.000.160.30   0.69
XYZ6.02926.00534.5827
Yxy6.00530.36280.3614
Hunter Lab24.50571.03186.0665
CIE-Lab29.42583.60758.7512

#504338 color RGB value is (80,67,56).

#504338 hex color red value is 80, green value is 67 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #504338 hue: 0.08 , saturation: 0.18 and the lightness value of 504338 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000011 00111000
Octal 120 103 70
Decimal 80 67 56
Hex 50 43 38

RGB Percentages of Color #504338

%39.41
%33.00
%27.59

CMYK Percentages of Color #504338

%0
%16
%30
%69

Triadic Colors of #504338

#504338 #385043 #433850

Analogous Colors of #504338

#504338 #504f38 #503839

Monochromatic Colors of #504338

#504338

Complementary Color

#504338 #384550

#504338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504338 Color CSS Codes

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

#504338 Text Font Color

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

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


#504338 Background Color

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

This div background color is #504338


#504338 Border Color

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

This div border color is #504338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504338


Comments

No comments written yet.

Please login to write comment.