Color Hex Logo

#35292e Color Hex

#35292E
(53,41,46)
0 Favorites   0 Comments

Color spaces of #35292e

RGB 534146
HSL0.930.130.18
HSV335°23°21°
CMYK 0.000.230.13   0.79
XYZ2.75432.54002.9299
Yxy2.54000.33490.3088
Hunter Lab15.93742.95800.2564
CIE-Lab18.09856.6010-1.1417

#35292e color RGB value is (53,41,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101001 00101110
Octal 65 51 56
Decimal 53 41 46
Hex 35 29 2E

RGB Percentages of Color #35292e

%37.86
%29.29
%32.86

CMYK Percentages of Color #35292e

%0
%23
%13
%79

Triadic Colors of #35292e

#35292e #2e3529 #292e35

Analogous Colors of #35292e

#35292e #352a29 #352934

Monochromatic Colors of #35292e

#35292e

Complementary Color

#35292e #293530

#35292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35292e Color CSS Codes

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

#35292e Text Font Color

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

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


#35292e Background Color

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

This div background color is #35292e


#35292e Border Color

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

This div border color is #35292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35292e


Comments

No comments written yet.

Please login to write comment.