Color Hex Logo

#35300e Color Hex

#35300E
(53,48,14)
0 Favorites   0 Comments

Color spaces of #35300e

RGB 534814
HSL0.150.580.13
HSV52°74°21°
CMYK 0.000.090.74   0.79
XYZ2.60442.90250.8384
Yxy2.90250.41040.4574
Hunter Lab17.0367-2.52709.0080
CIE-Lab19.6491-2.920721.8858

#35300e color RGB value is (53,48,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110000 00001110
Octal 65 60 16
Decimal 53 48 14
Hex 35 30 E

RGB Percentages of Color #35300e

%46.09
%41.74
%12.17

CMYK Percentages of Color #35300e

%0
%9
%74
%79

Triadic Colors of #35300e

#35300e #0e3530 #300e35

Analogous Colors of #35300e

#35300e #27350e #351d0e

Monochromatic Colors of #35300e

#35300e

Complementary Color

#35300e #0e1335

#35300e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35300e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35300e Color CSS Codes

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

#35300e Text Font Color

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

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


#35300e Background Color

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

This div background color is #35300e


#35300e Border Color

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

This div border color is #35300e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35300e


Comments

No comments written yet.

Please login to write comment.