Color Hex Logo

#356c48 Color Hex

#356C48
(53,108,72)
0 Favorites   0 Comments

Color spaces of #356c48

RGB 5310872
HSL0.390.340.32
HSV141°51°42°
CMYK 0.510.000.33   0.58
XYZ8.000511.94998.0158
Yxy11.94990.28610.4273
Hunter Lab34.5686-19.183410.4498
CIE-Lab41.1364-27.150314.6888

#356c48 color RGB value is (53,108,72).

#356c48 hex color red value is 53, green value is 108 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #356c48 hue: 0.39 , saturation: 0.34 and the lightness value of 356c48 is 0.32.

The process color (four color CMYK) of #356c48 color hex is 0.51, 0.00, 0.33, 0.58. Web safe color of #356c48 is #336633. Color #356c48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101100 01001000
Octal 65 154 110
Decimal 53 108 72
Hex 35 6C 48

RGB Percentages of Color #356c48

%22.75
%46.35
%30.90

CMYK Percentages of Color #356c48

%51
%0
%33
%58

Triadic Colors of #356c48

#356c48 #48356c #6c4835

Analogous Colors of #356c48

#356c48 #356c64 #3e6c35

Monochromatic Colors of #356c48

#356c48

Complementary Color

#356c48 #6c3559

#356c48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356c48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356c48 Color CSS Codes

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

#356c48 Text Font Color

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

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


#356c48 Background Color

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

This div background color is #356c48


#356c48 Border Color

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

This div border color is #356c48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,108,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356c48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356c48;
  -webkit-box-shadow: 1px 1px 3px 2px #356c48;
  box-shadow:         1px 1px 3px 2px #356c48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356c48


Comments

No comments written yet.

Please login to write comment.