Color Hex Logo

#355808 Color Hex

#355808
(53,88,8)
0 Favorites   0 Comments

Color spaces of #355808

RGB 53888
HSL0.240.830.19
HSV86°91°35°
CMYK 0.400.000.91   0.65
XYZ5.00187.75391.4628
Yxy7.75390.35180.5453
Hunter Lab27.8458-16.667216.3774
CIE-Lab33.4650-25.841637.7395

#355808 color RGB value is (53,88,8).

#355808 hex color red value is 53, green value is 88 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #355808 hue: 0.24 , saturation: 0.83 and the lightness value of 355808 is 0.19.

The process color (four color CMYK) of #355808 color hex is 0.40, 0.00, 0.91, 0.65. Web safe color of #355808 is #336600. Color #355808 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 00001000
Octal 65 130 10
Decimal 53 88 8
Hex 35 58 8

RGB Percentages of Color #355808

%35.57
%59.06
%5.37

CMYK Percentages of Color #355808

%40
%0
%91
%65

Triadic Colors of #355808

#355808 #083558 #580835

Analogous Colors of #355808

#355808 #0d5808 #585308

Monochromatic Colors of #355808

#355808

Complementary Color

#355808 #2b0858

#355808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355808 Color CSS Codes

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

#355808 Text Font Color

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

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


#355808 Background Color

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

This div background color is #355808


#355808 Border Color

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

This div border color is #355808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355808


Comments

No comments written yet.

Please login to write comment.