Color Hex Logo

#351009 Color Hex

#351009
(53,16,9)
0 Favorites   0 Comments

Color spaces of #351009

RGB 53169
HSL0.030.710.12
HSV10°83°21°
CMYK 0.000.700.83   0.79
XYZ1.70281.14720.3901
Yxy1.14720.52550.3541
Hunter Lab10.71079.63425.3381
CIE-Lab10.162018.064111.9409

#351009 color RGB value is (53,16,9).

#351009 hex color red value is 53, green value is 16 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #351009 hue: 0.03 , saturation: 0.71 and the lightness value of 351009 is 0.12.

The process color (four color CMYK) of #351009 color hex is 0.00, 0.70, 0.83, 0.79. Web safe color of #351009 is #330000. Color #351009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010000 00001001
Octal 65 20 11
Decimal 53 16 9
Hex 35 10 9

RGB Percentages of Color #351009

%67.95
%20.51
%11.54

CMYK Percentages of Color #351009

%0
%70
%83
%79

Triadic Colors of #351009

#351009 #093510 #100935

Analogous Colors of #351009

#351009 #352609 #350918

Monochromatic Colors of #351009

#351009

Complementary Color

#351009 #092e35

#351009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351009 Color CSS Codes

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

#351009 Text Font Color

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

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


#351009 Background Color

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

This div background color is #351009


#351009 Border Color

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

This div border color is #351009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351009


Comments

No comments written yet.

Please login to write comment.