Color Hex Logo

#351d0e Color Hex

#351D0E
(53,29,14)
0 Favorites   0 Comments

Color spaces of #351d0e

RGB 532914
HSL0.060.580.13
HSV23°74°21°
CMYK 0.000.450.74   0.79
XYZ1.98681.66730.6326
Yxy1.66730.46350.3889
Hunter Lab12.91244.86876.1340
CIE-Lab13.63449.999814.4592

#351d0e color RGB value is (53,29,14).

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

The process color (four color CMYK) of #351d0e color hex is 0.00, 0.45, 0.74, 0.79. Web safe color of #351d0e is #333300. Color #351d0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011101 00001110
Octal 65 35 16
Decimal 53 29 14
Hex 35 1D E

RGB Percentages of Color #351d0e

%55.21
%30.21
%14.58

CMYK Percentages of Color #351d0e

%0
%45
%74
%79

Triadic Colors of #351d0e

#351d0e #0e351d #1d0e35

Analogous Colors of #351d0e

#351d0e #35310e #350e13

Monochromatic Colors of #351d0e

#351d0e

Complementary Color

#351d0e #0e2635

#351d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#351d0e Color CSS Codes

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

#351d0e Text Font Color

<p style="color:#351d0e">Text here</p>

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


#351d0e Background Color

<div style="background-color:#351d0e">
Div content here</div>

This div background color is #351d0e


#351d0e Border Color

<div style="border:3px solid #351d0e">
Div here</div>

This div border color is #351d0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351d0e


Comments

No comments written yet.

Please login to write comment.