Color Hex Logo

#356638 Color Hex

#356638
(53,102,56)
0 Favorites   0 Comments

Color spaces of #356638

RGB 5310256
HSL0.340.320.30
HSV124°48°40°
CMYK 0.480.000.45   0.60
XYZ6.933410.54525.4114
Yxy10.54520.30290.4607
Hunter Lab32.4734-18.716812.8512
CIE-Lab38.8037-27.306220.9565

#356638 color RGB value is (53,102,56).

#356638 hex color red value is 53, green value is 102 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #356638 hue: 0.34 , saturation: 0.32 and the lightness value of 356638 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100110 00111000
Octal 65 146 70
Decimal 53 102 56
Hex 35 66 38

RGB Percentages of Color #356638

%25.12
%48.34
%26.54

CMYK Percentages of Color #356638

%48
%0
%45
%60

Triadic Colors of #356638

#356638 #383566 #663835

Analogous Colors of #356638

#356638 #356651 #4b6635

Monochromatic Colors of #356638

#356638

Complementary Color

#356638 #663563

#356638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356638 Color CSS Codes

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

#356638 Text Font Color

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

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


#356638 Background Color

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

This div background color is #356638


#356638 Border Color

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

This div border color is #356638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356638


Comments

No comments written yet.

Please login to write comment.