Color Hex Logo

#351747 Color Hex

#351747
(53,23,71)
0 Favorites   0 Comments

Color spaces of #351747

RGB 532371
HSL0.770.510.18
HSV278°68°28°
CMYK 0.250.680.00   0.72
XYZ2.91191.82466.1599
Yxy1.82460.26720.1674
Hunter Lab13.507814.8410-17.5824
CIE-Lab14.538524.8212-24.1251

#351747 color RGB value is (53,23,71).

#351747 hex color red value is 53, green value is 23 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #351747 hue: 0.77 , saturation: 0.51 and the lightness value of 351747 is 0.18.

The process color (four color CMYK) of #351747 color hex is 0.25, 0.68, 0.00, 0.72. Web safe color of #351747 is #330033. Color #351747 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010111 01000111
Octal 65 27 107
Decimal 53 23 71
Hex 35 17 47

RGB Percentages of Color #351747

%36.05
%15.65
%48.30

CMYK Percentages of Color #351747

%25
%68
%0
%72

Triadic Colors of #351747

#351747 #473517 #174735

Analogous Colors of #351747

#351747 #471741 #1d1747

Monochromatic Colors of #351747

#351747

Complementary Color

#351747 #294717

#351747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351747 Color CSS Codes

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

#351747 Text Font Color

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

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


#351747 Background Color

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

This div background color is #351747


#351747 Border Color

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

This div border color is #351747


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,23,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #351747; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #351747;
  -webkit-box-shadow: 1px 1px 3px 2px #351747;
  box-shadow:         1px 1px 3px 2px #351747; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351747


Comments

No comments written yet.

Please login to write comment.