Color Hex Logo

#35390d Color Hex

#35390D
(53,57,13)
0 Favorites   0 Comments

Color spaces of #35390d

RGB 535713
HSL0.180.630.14
HSV65°77°22°
CMYK 0.070.000.77   0.78
XYZ3.00403.71220.9390
Yxy3.71220.39240.4849
Hunter Lab19.2671-5.886810.5974
CIE-Lab22.6962-8.709125.7005

#35390d color RGB value is (53,57,13).

#35390d hex color red value is 53, green value is 57 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #35390d hue: 0.18 , saturation: 0.63 and the lightness value of 35390d is 0.14.

The process color (four color CMYK) of #35390d color hex is 0.07, 0.00, 0.77, 0.78. Web safe color of #35390d is #333300. Color #35390d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111001 00001101
Octal 65 71 15
Decimal 53 57 13
Hex 35 39 D

RGB Percentages of Color #35390d

%43.09
%46.34
%10.57

CMYK Percentages of Color #35390d

%7
%0
%77
%78

Triadic Colors of #35390d

#35390d #0d3539 #390d35

Analogous Colors of #35390d

#35390d #1f390d #39270d

Monochromatic Colors of #35390d

#35390d

Complementary Color

#35390d #110d39

#35390d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35390d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35390d Color CSS Codes

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

#35390d Text Font Color

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

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


#35390d Background Color

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

This div background color is #35390d


#35390d Border Color

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

This div border color is #35390d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35390d


Comments

No comments written yet.

Please login to write comment.