Color Hex Logo

#35301d Color Hex

#35301D
(53,48,29)
0 Favorites   0 Comments

Color spaces of #35301d

RGB 534829
HSL0.130.290.16
HSV48°45°21°
CMYK 0.000.090.45   0.79
XYZ2.74692.95951.5889
Yxy2.95950.37650.4057
Hunter Lab17.2032-1.60386.5662
CIE-Lab19.8810-1.219512.9900

#35301d color RGB value is (53,48,29).

#35301d hex color red value is 53, green value is 48 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #35301d hue: 0.13 , saturation: 0.29 and the lightness value of 35301d is 0.16.

The process color (four color CMYK) of #35301d color hex is 0.00, 0.09, 0.45, 0.79. Web safe color of #35301d is #333333. Color #35301d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110000 00011101
Octal 65 60 35
Decimal 53 48 29
Hex 35 30 1D

RGB Percentages of Color #35301d

%40.77
%36.92
%22.31

CMYK Percentages of Color #35301d

%0
%9
%45
%79

Triadic Colors of #35301d

#35301d #1d3530 #301d35

Analogous Colors of #35301d

#35301d #2e351d #35241d

Monochromatic Colors of #35301d

#35301d

Complementary Color

#35301d #1d2235

#35301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35301d Color CSS Codes

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

#35301d Text Font Color

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

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


#35301d Background Color

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

This div background color is #35301d


#35301d Border Color

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

This div border color is #35301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35301d


Comments

No comments written yet.

Please login to write comment.