Color Hex Logo

#35330e Color Hex

#35330E
(53,51,14)
0 Favorites   0 Comments

Color spaces of #35330e

RGB 535114
HSL0.160.580.13
HSV57°74°21°
CMYK 0.000.040.74   0.79
XYZ2.73133.15620.8807
Yxy3.15620.40350.4663
Hunter Lab17.7657-3.64749.4968
CIE-Lab20.6589-4.863723.0218

#35330e color RGB value is (53,51,14).

#35330e hex color red value is 53, green value is 51 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #35330e hue: 0.16 , saturation: 0.58 and the lightness value of 35330e is 0.13.

The process color (four color CMYK) of #35330e color hex is 0.00, 0.04, 0.74, 0.79. Web safe color of #35330e is #333300. Color #35330e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 00001110
Octal 65 63 16
Decimal 53 51 14
Hex 35 33 E

RGB Percentages of Color #35330e

%44.92
%43.22
%11.86

CMYK Percentages of Color #35330e

%0
%4
%74
%79

Triadic Colors of #35330e

#35330e #0e3533 #330e35

Analogous Colors of #35330e

#35330e #24350e #35200e

Monochromatic Colors of #35330e

#35330e

Complementary Color

#35330e #0e1035

#35330e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35330e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35330e Color CSS Codes

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

#35330e Text Font Color

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

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


#35330e Background Color

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

This div background color is #35330e


#35330e Border Color

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

This div border color is #35330e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35330e


Comments

No comments written yet.

Please login to write comment.