Color Hex Logo

#35291d Color Hex

#35291D
(53,41,29)
0 Favorites   0 Comments

Color spaces of #35291d

RGB 534129
HSL0.080.290.16
HSV30°45°21°
CMYK 0.000.230.45   0.79
XYZ2.48292.43151.5009
Yxy2.43150.38700.3790
Hunter Lab15.59331.13425.2084
CIE-Lab17.60593.50469.9870

#35291d color RGB value is (53,41,29).

#35291d hex color red value is 53, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #35291d hue: 0.08 , saturation: 0.29 and the lightness value of 35291d is 0.16.

The process color (four color CMYK) of #35291d color hex is 0.00, 0.23, 0.45, 0.79. Web safe color of #35291d is #333333. Color #35291d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101001 00011101
Octal 65 51 35
Decimal 53 41 29
Hex 35 29 1D

RGB Percentages of Color #35291d

%43.09
%33.33
%23.58

CMYK Percentages of Color #35291d

%0
%23
%45
%79

Triadic Colors of #35291d

#35291d #1d3529 #291d35

Analogous Colors of #35291d

#35291d #35351d #351d1d

Monochromatic Colors of #35291d

#35291d

Complementary Color

#35291d #1d2935

#35291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35291d Color CSS Codes

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

#35291d Text Font Color

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

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


#35291d Background Color

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

This div background color is #35291d


#35291d Border Color

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

This div border color is #35291d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35291d


Comments

No comments written yet.

Please login to write comment.