Color Hex Logo

#35680a Color Hex

#35680A
(53,104,10)
0 Favorites   0 Comments

Color spaces of #35680a

RGB 5310410
HSL0.260.820.22
HSV93°90°41°
CMYK 0.490.000.90   0.59
XYZ6.473310.67942.0073
Yxy10.67940.33790.5574
Hunter Lab32.6794-21.830619.2337
CIE-Lab39.0352-33.031542.0541

#35680a color RGB value is (53,104,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101000 00001010
Octal 65 150 12
Decimal 53 104 10
Hex 35 68 A

RGB Percentages of Color #35680a

%31.74
%62.28
%5.99

CMYK Percentages of Color #35680a

%49
%0
%90
%59

Triadic Colors of #35680a

#35680a #0a3568 #680a35

Analogous Colors of #35680a

#35680a #0a680e #64680a

Monochromatic Colors of #35680a

#35680a

Complementary Color

#35680a #3d0a68

#35680a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35680a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35680a Color CSS Codes

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

#35680a Text Font Color

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

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


#35680a Background Color

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

This div background color is #35680a


#35680a Border Color

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

This div border color is #35680a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35680a


Comments

No comments written yet.

Please login to write comment.