Color Hex Logo

#355707 Color Hex

#355707
(53,87,7)
0 Favorites   0 Comments

Color spaces of #355707

RGB 53877
HSL0.240.850.18
HSV85°92°34°
CMYK 0.390.000.92   0.66
XYZ4.91477.58861.4067
Yxy7.58860.35330.5455
Hunter Lab27.5474-16.362016.2556
CIE-Lab33.1110-25.409537.7448

#355707 color RGB value is (53,87,7).

#355707 hex color red value is 53, green value is 87 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #355707 hue: 0.24 , saturation: 0.85 and the lightness value of 355707 is 0.18.

The process color (four color CMYK) of #355707 color hex is 0.39, 0.00, 0.92, 0.66. Web safe color of #355707 is #336600. Color #355707 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010111 00000111
Octal 65 127 7
Decimal 53 87 7
Hex 35 57 7

RGB Percentages of Color #355707

%36.05
%59.18
%4.76

CMYK Percentages of Color #355707

%39
%0
%92
%66

Triadic Colors of #355707

#355707 #073557 #570735

Analogous Colors of #355707

#355707 #0d5707 #575107

Monochromatic Colors of #355707

#355707

Complementary Color

#355707 #290757

#355707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355707 Color CSS Codes

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

#355707 Text Font Color

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

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


#355707 Background Color

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

This div background color is #355707


#355707 Border Color

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

This div border color is #355707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355707


Comments

No comments written yet.

Please login to write comment.