Color Hex Logo

#356828 Color Hex

#356828
(53,104,40)
0 Favorites   0 Comments

Color spaces of #356828

RGB 5310440
HSL0.300.440.28
HSV108°62°41°
CMYK 0.490.000.62   0.59
XYZ6.801510.81073.7357
Yxy10.81070.31860.5064
Hunter Lab32.8796-20.614716.2794
CIE-Lab39.2598-30.605630.2874

#356828 color RGB value is (53,104,40).

#356828 hex color red value is 53, green value is 104 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #356828 hue: 0.30 , saturation: 0.44 and the lightness value of 356828 is 0.28.

The process color (four color CMYK) of #356828 color hex is 0.49, 0.00, 0.62, 0.59. Web safe color of #356828 is #336633. Color #356828 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101000 00101000
Octal 65 150 50
Decimal 53 104 40
Hex 35 68 28

RGB Percentages of Color #356828

%26.90
%52.79
%20.30

CMYK Percentages of Color #356828

%49
%0
%62
%59

Triadic Colors of #356828

#356828 #283568 #682835

Analogous Colors of #356828

#356828 #28683b #556828

Monochromatic Colors of #356828

#356828

Complementary Color

#356828 #5b2868

#356828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356828 Color CSS Codes

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

#356828 Text Font Color

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

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


#356828 Background Color

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

This div background color is #356828


#356828 Border Color

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

This div border color is #356828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356828


Comments

No comments written yet.

Please login to write comment.