Color Hex Logo

#35131d Color Hex

#35131D
(53,19,29)
0 Favorites   0 Comments

Color spaces of #35131d

RGB 531929
HSL0.950.470.14
HSV342°64°21°
CMYK 0.000.640.45   0.79
XYZ1.92281.31131.3142
Yxy1.31130.42280.2883
Hunter Lab11.45129.93281.2114
CIE-Lab11.354318.33271.2853

#35131d color RGB value is (53,19,29).

#35131d hex color red value is 53, green value is 19 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #35131d hue: 0.95 , saturation: 0.47 and the lightness value of 35131d is 0.14.

The process color (four color CMYK) of #35131d color hex is 0.00, 0.64, 0.45, 0.79. Web safe color of #35131d is #330033. Color #35131d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010011 00011101
Octal 65 23 35
Decimal 53 19 29
Hex 35 13 1D

RGB Percentages of Color #35131d

%52.48
%18.81
%28.71

CMYK Percentages of Color #35131d

%0
%64
%45
%79

Triadic Colors of #35131d

#35131d #1d3513 #131d35

Analogous Colors of #35131d

#35131d #351a13 #35132e

Monochromatic Colors of #35131d

#35131d

Complementary Color

#35131d #13352b

#35131d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35131d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35131d Color CSS Codes

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

#35131d Text Font Color

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

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


#35131d Background Color

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

This div background color is #35131d


#35131d Border Color

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

This div border color is #35131d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35131d


Comments

No comments written yet.

Please login to write comment.