Color Hex Logo

#35710f Color Hex

#35710F
(53,113,15)
0 Favorites   0 Comments

Color spaces of #35710f

RGB 5311315
HSL0.270.770.25
HSV97°87°44°
CMYK 0.530.000.87   0.56
XYZ7.459512.60162.4911
Yxy12.60160.33080.5588
Hunter Lab35.4987-24.613820.6885
CIE-Lab42.1567-36.603243.4930

#35710f color RGB value is (53,113,15).

#35710f hex color red value is 53, green value is 113 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #35710f hue: 0.27 , saturation: 0.77 and the lightness value of 35710f is 0.25.

The process color (four color CMYK) of #35710f color hex is 0.53, 0.00, 0.87, 0.56. Web safe color of #35710f is #336600. Color #35710f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 00001111
Octal 65 161 17
Decimal 53 113 15
Hex 35 71 F

RGB Percentages of Color #35710f

%29.28
%62.43
%8.29

CMYK Percentages of Color #35710f

%53
%0
%87
%56

Triadic Colors of #35710f

#35710f #0f3571 #710f35

Analogous Colors of #35710f

#35710f #0f711a #66710f

Monochromatic Colors of #35710f

#35710f

Complementary Color

#35710f #4b0f71

#35710f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35710f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35710f Color CSS Codes

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

#35710f Text Font Color

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

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


#35710f Background Color

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

This div background color is #35710f


#35710f Border Color

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

This div border color is #35710f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,113,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35710f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35710f;
  -webkit-box-shadow: 1px 1px 3px 2px #35710f;
  box-shadow:         1px 1px 3px 2px #35710f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35710f


Comments

No comments written yet.

Please login to write comment.