Color Hex Logo

#351e3d Color Hex

#351E3D
(53,30,61)
0 Favorites   0 Comments

Color spaces of #351e3d

RGB 533061
HSL0.790.340.18
HSV285°51°24°
CMYK 0.130.510.00   0.76
XYZ2.77482.02244.6590
Yxy2.02240.29340.2139
Hunter Lab14.22119.9417-9.4693
CIE-Lab15.604417.7319-15.4629

#351e3d color RGB value is (53,30,61).

#351e3d hex color red value is 53, green value is 30 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #351e3d hue: 0.79 , saturation: 0.34 and the lightness value of 351e3d is 0.18.

The process color (four color CMYK) of #351e3d color hex is 0.13, 0.51, 0.00, 0.76. Web safe color of #351e3d is #333333. Color #351e3d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011110 00111101
Octal 65 36 75
Decimal 53 30 61
Hex 35 1E 3D

RGB Percentages of Color #351e3d

%36.81
%20.83
%42.36

CMYK Percentages of Color #351e3d

%13
%51
%0
%76

Triadic Colors of #351e3d

#351e3d #3d351e #1e3d35

Analogous Colors of #351e3d

#351e3d #3d1e36 #261e3d

Monochromatic Colors of #351e3d

#351e3d

Complementary Color

#351e3d #263d1e

#351e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#351e3d Color CSS Codes

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

#351e3d Text Font Color

<p style="color:#351e3d">Text here</p>

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


#351e3d Background Color

<div style="background-color:#351e3d">
Div content here</div>

This div background color is #351e3d


#351e3d Border Color

<div style="border:3px solid #351e3d">
Div here</div>

This div border color is #351e3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,30,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #351e3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #351e3d;
  -webkit-box-shadow: 1px 1px 3px 2px #351e3d;
  box-shadow:         1px 1px 3px 2px #351e3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351e3d


Comments

No comments written yet.

Please login to write comment.