Color Hex Logo

#35670e Color Hex

#35670E
(53,103,14)
0 Favorites   0 Comments

Color spaces of #35670e

RGB 5310314
HSL0.260.760.23
HSV94°86°40°
CMYK 0.490.000.86   0.60
XYZ6.397710.48912.1029
Yxy10.48910.33690.5524
Hunter Lab32.3869-21.416218.8211
CIE-Lab38.7063-32.412040.6614

#35670e color RGB value is (53,103,14).

#35670e hex color red value is 53, green value is 103 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #35670e hue: 0.26 , saturation: 0.76 and the lightness value of 35670e is 0.23.

The process color (four color CMYK) of #35670e color hex is 0.49, 0.00, 0.86, 0.60. Web safe color of #35670e is #336600. Color #35670e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100111 00001110
Octal 65 147 16
Decimal 53 103 14
Hex 35 67 E

RGB Percentages of Color #35670e

%31.18
%60.59
%8.24

CMYK Percentages of Color #35670e

%49
%0
%86
%60

Triadic Colors of #35670e

#35670e #0e3567 #670e35

Analogous Colors of #35670e

#35670e #0e6714 #62670e

Monochromatic Colors of #35670e

#35670e

Complementary Color

#35670e #400e67

#35670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35670e Color CSS Codes

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

#35670e Text Font Color

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

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


#35670e Background Color

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

This div background color is #35670e


#35670e Border Color

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

This div border color is #35670e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,103,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35670e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35670e;
  -webkit-box-shadow: 1px 1px 3px 2px #35670e;
  box-shadow:         1px 1px 3px 2px #35670e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35670e


Comments

No comments written yet.

Please login to write comment.