Color Hex Logo

#356249 Color Hex

#356249
(53,98,73)
0 Favorites   0 Comments

Color spaces of #356249

RGB 539873
HSL0.410.300.30
HSV147°46°38°
CMYK 0.460.000.26   0.62
XYZ7.03859.97337.8574
Yxy9.97330.28300.4010
Hunter Lab31.5805-15.48287.3547
CIE-Lab37.7945-21.90599.4827

#356249 color RGB value is (53,98,73).

#356249 hex color red value is 53, green value is 98 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #356249 hue: 0.41 , saturation: 0.30 and the lightness value of 356249 is 0.30.

The process color (four color CMYK) of #356249 color hex is 0.46, 0.00, 0.26, 0.62. Web safe color of #356249 is #336633. Color #356249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 01001001
Octal 65 142 111
Decimal 53 98 73
Hex 35 62 49

RGB Percentages of Color #356249

%23.66
%43.75
%32.59

CMYK Percentages of Color #356249

%46
%0
%26
%62

Triadic Colors of #356249

#356249 #493562 #624935

Analogous Colors of #356249

#356249 #356260 #386235

Monochromatic Colors of #356249

#356249

Complementary Color

#356249 #62354e

#356249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356249 Color CSS Codes

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

#356249 Text Font Color

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

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


#356249 Background Color

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

This div background color is #356249


#356249 Border Color

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

This div border color is #356249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356249


Comments

No comments written yet.

Please login to write comment.