Color Hex Logo

#356547 Color Hex

#356547
(53,101,71)
0 Favorites   0 Comments

Color spaces of #356547

RGB 5310171
HSL0.400.310.30
HSV143°48°40°
CMYK 0.480.000.30   0.60
XYZ7.259210.51927.6090
Yxy10.51920.28590.4143
Hunter Lab32.4333-16.80668.7936
CIE-Lab38.7586-23.889612.0319

#356547 color RGB value is (53,101,71).

#356547 hex color red value is 53, green value is 101 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #356547 hue: 0.40 , saturation: 0.31 and the lightness value of 356547 is 0.30.

The process color (four color CMYK) of #356547 color hex is 0.48, 0.00, 0.30, 0.60. Web safe color of #356547 is #336633. Color #356547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 01000111
Octal 65 145 107
Decimal 53 101 71
Hex 35 65 47

RGB Percentages of Color #356547

%23.56
%44.89
%31.56

CMYK Percentages of Color #356547

%48
%0
%30
%60

Triadic Colors of #356547

#356547 #473565 #654735

Analogous Colors of #356547

#356547 #35655f #3b6535

Monochromatic Colors of #356547

#356547

Complementary Color

#356547 #653553

#356547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356547 Color CSS Codes

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

#356547 Text Font Color

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

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


#356547 Background Color

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

This div background color is #356547


#356547 Border Color

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

This div border color is #356547


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,101,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356547


Comments

No comments written yet.

Please login to write comment.