Color Hex Logo

#355607 Color Hex

#355607
(53,86,7)
0 Favorites   0 Comments

Color spaces of #355607

RGB 53867
HSL0.240.850.18
HSV85°92°34°
CMYK 0.380.000.92   0.66
XYZ4.83437.42781.3799
Yxy7.42780.35440.5445
Hunter Lab27.2540-16.032216.0759
CIE-Lab32.7616-24.925037.4424

#355607 color RGB value is (53,86,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 00000111
Octal 65 126 7
Decimal 53 86 7
Hex 35 56 7

RGB Percentages of Color #355607

%36.30
%58.90
%4.79

CMYK Percentages of Color #355607

%38
%0
%92
%66

Triadic Colors of #355607

#355607 #073556 #560735

Analogous Colors of #355607

#355607 #0e5607 #565007

Monochromatic Colors of #355607

#355607

Complementary Color

#355607 #280756

#355607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355607 Color CSS Codes

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

#355607 Text Font Color

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

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


#355607 Background Color

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

This div background color is #355607


#355607 Border Color

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

This div border color is #355607


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,86,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 #355607">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355607


Comments

No comments written yet.

Please login to write comment.