Color Hex Logo

#505434 Color Hex

#505434
(80,84,52)
0 Favorites   0 Comments

Color spaces of #505434

RGB 808452
HSL0.190.240.27
HSV68°38°33°
CMYK 0.050.000.38   0.67
XYZ7.09848.29414.4756
Yxy8.29410.35730.4175
Hunter Lab28.7995-6.403010.9456
CIE-Lab34.5880-7.491118.1978

#505434 color RGB value is (80,84,52).

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

The process color (four color CMYK) of #505434 color hex is 0.05, 0.00, 0.38, 0.67. Web safe color of #505434 is #666633. Color #505434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 00110100
Octal 120 124 64
Decimal 80 84 52
Hex 50 54 34

RGB Percentages of Color #505434

%37.04
%38.89
%24.07

CMYK Percentages of Color #505434

%5
%0
%38
%67

Triadic Colors of #505434

#505434 #345054 #543450

Analogous Colors of #505434

#505434 #405434 #544834

Monochromatic Colors of #505434

#505434

Complementary Color

#505434 #383454

#505434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505434 Color CSS Codes

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

#505434 Text Font Color

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

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


#505434 Background Color

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

This div background color is #505434


#505434 Border Color

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

This div border color is #505434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505434


Comments

No comments written yet.

Please login to write comment.