Color Hex Logo

#539649 Color Hex

#539649
(83,150,73)
0 Favorites   0 Comments

Color spaces of #539649

RGB 8315073
HSL0.310.350.44
HSV112°51°59°
CMYK 0.450.000.51   0.41
XYZ15.676224.132710.1352
Yxy24.13270.31390.4832
Hunter Lab49.1250-29.008022.1552
CIE-Lab56.2204-37.092833.8778

#539649 color RGB value is (83,150,73).

#539649 hex color red value is 83, green value is 150 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #539649 hue: 0.31 , saturation: 0.35 and the lightness value of 539649 is 0.44.

The process color (four color CMYK) of #539649 color hex is 0.45, 0.00, 0.51, 0.41. Web safe color of #539649 is #669933. Color #539649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010110 01001001
Octal 123 226 111
Decimal 83 150 73
Hex 53 96 49

RGB Percentages of Color #539649

%27.12
%49.02
%23.86

CMYK Percentages of Color #539649

%45
%0
%51
%41

Triadic Colors of #539649

#539649 #495396 #964953

Analogous Colors of #539649

#539649 #499666 #7a9649

Monochromatic Colors of #539649

#539649

Complementary Color

#539649 #8c4996

#539649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539649 Color CSS Codes

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

#539649 Text Font Color

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

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


#539649 Background Color

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

This div background color is #539649


#539649 Border Color

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

This div border color is #539649


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,150,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539649; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539649;
  -webkit-box-shadow: 1px 1px 3px 2px #539649;
  box-shadow:         1px 1px 3px 2px #539649; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,150,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539649


Comments

No comments written yet.

Please login to write comment.