Color Hex Logo

#35180d Color Hex

#35180D
(53,24,13)
0 Favorites   0 Comments

Color spaces of #35180d

RGB 532413
HSL0.050.610.13
HSV17°75°21°
CMYK 0.000.550.75   0.79
XYZ1.86751.43920.5601
Yxy1.43920.48300.3722
Hunter Lab11.99676.79265.6295
CIE-Lab12.216213.298813.0510

#35180d color RGB value is (53,24,13).

#35180d hex color red value is 53, green value is 24 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #35180d hue: 0.05 , saturation: 0.61 and the lightness value of 35180d is 0.13.

The process color (four color CMYK) of #35180d color hex is 0.00, 0.55, 0.75, 0.79. Web safe color of #35180d is #330000. Color #35180d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011000 00001101
Octal 65 30 15
Decimal 53 24 13
Hex 35 18 D

RGB Percentages of Color #35180d

%58.89
%26.67
%14.44

CMYK Percentages of Color #35180d

%0
%55
%75
%79

Triadic Colors of #35180d

#35180d #0d3518 #180d35

Analogous Colors of #35180d

#35180d #352c0d #350d16

Monochromatic Colors of #35180d

#35180d

Complementary Color

#35180d #0d2a35

#35180d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35180d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35180d Color CSS Codes

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

#35180d Text Font Color

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

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


#35180d Background Color

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

This div background color is #35180d


#35180d Border Color

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

This div border color is #35180d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35180d


Comments

No comments written yet.

Please login to write comment.