Color Hex Logo

#35141d Color Hex

#35141D
(53,20,29)
0 Favorites   0 Comments

Color spaces of #35141d

RGB 532029
HSL0.950.450.14
HSV344°62°21°
CMYK 0.000.620.45   0.79
XYZ1.94011.34591.3199
Yxy1.34590.42120.2922
Hunter Lab11.60139.54851.3754
CIE-Lab11.592817.71211.6303

#35141d color RGB value is (53,20,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010100 00011101
Octal 65 24 35
Decimal 53 20 29
Hex 35 14 1D

RGB Percentages of Color #35141d

%51.96
%19.61
%28.43

CMYK Percentages of Color #35141d

%0
%62
%45
%79

Triadic Colors of #35141d

#35141d #1d3514 #141d35

Analogous Colors of #35141d

#35141d #351c14 #35142e

Monochromatic Colors of #35141d

#35141d

Complementary Color

#35141d #14352c

#35141d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35141d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35141d Color CSS Codes

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

#35141d Text Font Color

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

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


#35141d Background Color

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

This div background color is #35141d


#35141d Border Color

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

This div border color is #35141d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35141d


Comments

No comments written yet.

Please login to write comment.