Color Hex Logo

#35292d Color Hex

#35292D
(53,41,45)
0 Favorites   0 Comments

Color spaces of #35292d

RGB 534145
HSL0.940.130.18
HSV340°23°21°
CMYK 0.000.230.15   0.79
XYZ2.73482.53222.8273
Yxy2.53220.33790.3128
Hunter Lab15.91292.82960.6048
CIE-Lab18.06366.3883-0.4940

#35292d color RGB value is (53,41,45).

#35292d hex color red value is 53, green value is 41 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #35292d hue: 0.94 , saturation: 0.13 and the lightness value of 35292d is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101001 00101101
Octal 65 51 55
Decimal 53 41 45
Hex 35 29 2D

RGB Percentages of Color #35292d

%38.13
%29.50
%32.37

CMYK Percentages of Color #35292d

%0
%23
%15
%79

Triadic Colors of #35292d

#35292d #2d3529 #292d35

Analogous Colors of #35292d

#35292d #352b29 #352933

Monochromatic Colors of #35292d

#35292d

Complementary Color

#35292d #293531

#35292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35292d Color CSS Codes

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

#35292d Text Font Color

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

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


#35292d Background Color

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

This div background color is #35292d


#35292d Border Color

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

This div border color is #35292d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35292d


Comments

No comments written yet.

Please login to write comment.