Color Hex Logo

#508234 Color Hex

#508234
(80,130,52)
0 Favorites   0 Comments

Color spaces of #508234

RGB 8013052
HSL0.270.430.36
HSV98°60°51°
CMYK 0.380.000.60   0.49
XYZ11.910717.91876.0797
Yxy17.91870.33170.4990
Hunter Lab42.3305-23.853121.1158
CIE-Lab49.3974-31.676136.3111

#508234 color RGB value is (80,130,52).

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

The process color (four color CMYK) of #508234 color hex is 0.38, 0.00, 0.60, 0.49. Web safe color of #508234 is #669933. Color #508234 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 00110100
Octal 120 202 64
Decimal 80 130 52
Hex 50 82 34

RGB Percentages of Color #508234

%30.53
%49.62
%19.85

CMYK Percentages of Color #508234

%38
%0
%60
%49

Triadic Colors of #508234

#508234 #345082 #823450

Analogous Colors of #508234

#508234 #34823f #778234

Monochromatic Colors of #508234

#508234

Complementary Color

#508234 #663482

#508234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508234 Color CSS Codes

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

#508234 Text Font Color

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

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


#508234 Background Color

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

This div background color is #508234


#508234 Border Color

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

This div border color is #508234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508234


Comments

No comments written yet.

Please login to write comment.