Color Hex Logo

#35680d Color Hex

#35680D
(53,104,13)
0 Favorites   0 Comments

Color spaces of #35680d

RGB 5310413
HSL0.260.780.23
HSV94°88°41°
CMYK 0.490.000.88   0.59
XYZ6.491210.68662.1014
Yxy10.68660.33670.5543
Hunter Lab32.6904-21.764119.0720
CIE-Lab39.0475-32.896841.2624

#35680d color RGB value is (53,104,13).

#35680d hex color red value is 53, green value is 104 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #35680d hue: 0.26 , saturation: 0.78 and the lightness value of 35680d is 0.23.

The process color (four color CMYK) of #35680d color hex is 0.49, 0.00, 0.88, 0.59. Web safe color of #35680d is #336600. Color #35680d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101000 00001101
Octal 65 150 15
Decimal 53 104 13
Hex 35 68 D

RGB Percentages of Color #35680d

%31.18
%61.18
%7.65

CMYK Percentages of Color #35680d

%49
%0
%88
%59

Triadic Colors of #35680d

#35680d #0d3568 #680d35

Analogous Colors of #35680d

#35680d #0d6813 #63680d

Monochromatic Colors of #35680d

#35680d

Complementary Color

#35680d #400d68

#35680d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35680d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35680d Color CSS Codes

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

#35680d Text Font Color

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

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


#35680d Background Color

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

This div background color is #35680d


#35680d Border Color

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

This div border color is #35680d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35680d


Comments

No comments written yet.

Please login to write comment.