Color Hex Logo

#505238 Color Hex

#505238
(80,82,56)
0 Favorites   0 Comments

Color spaces of #505238

RGB 808256
HSL0.180.190.27
HSV65°32°32°
CMYK 0.020.000.32   0.68
XYZ7.03948.02564.9195
Yxy8.02560.35220.4016
Hunter Lab28.3295-5.22249.5348
CIE-Lab34.0361-5.697315.0358

#505238 color RGB value is (80,82,56).

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

The process color (four color CMYK) of #505238 color hex is 0.02, 0.00, 0.32, 0.68. Web safe color of #505238 is #666633. Color #505238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 00111000
Octal 120 122 70
Decimal 80 82 56
Hex 50 52 38

RGB Percentages of Color #505238

%36.70
%37.61
%25.69

CMYK Percentages of Color #505238

%2
%0
%32
%68

Triadic Colors of #505238

#505238 #385052 #523850

Analogous Colors of #505238

#505238 #435238 #524738

Monochromatic Colors of #505238

#505238

Complementary Color

#505238 #3a3852

#505238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505238 Color CSS Codes

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

#505238 Text Font Color

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

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


#505238 Background Color

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

This div background color is #505238


#505238 Border Color

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

This div border color is #505238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505238


Comments

No comments written yet.

Please login to write comment.