Color Hex Logo

#506034 Color Hex

#506034
(80,96,52)
0 Favorites   0 Comments

Color spaces of #506034

RGB 809652
HSL0.230.300.29
HSV82°46°38°
CMYK 0.170.000.46   0.62
XYZ8.111010.31914.8131
Yxy10.31910.34900.4440
Hunter Lab32.1234-11.145413.6028
CIE-Lab38.4091-14.390823.0928

#506034 color RGB value is (80,96,52).

#506034 hex color red value is 80, green value is 96 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #506034 hue: 0.23 , saturation: 0.30 and the lightness value of 506034 is 0.29.

The process color (four color CMYK) of #506034 color hex is 0.17, 0.00, 0.46, 0.62. Web safe color of #506034 is #666633. Color #506034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 00110100
Octal 120 140 64
Decimal 80 96 52
Hex 50 60 34

RGB Percentages of Color #506034

%35.09
%42.11
%22.81

CMYK Percentages of Color #506034

%17
%0
%46
%62

Triadic Colors of #506034

#506034 #345060 #603450

Analogous Colors of #506034

#506034 #3a6034 #605a34

Monochromatic Colors of #506034

#506034

Complementary Color

#506034 #443460

#506034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506034 Color CSS Codes

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

#506034 Text Font Color

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

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


#506034 Background Color

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

This div background color is #506034


#506034 Border Color

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

This div border color is #506034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506034


Comments

No comments written yet.

Please login to write comment.