Color Hex Logo

#350607 Color Hex

#350607
(53,6,7)
0 Favorites   0 Comments

Color spaces of #350607

RGB 5367
HSL1.000.800.12
HSV359°89°21°
CMYK 0.000.890.87   0.79
XYZ1.57170.90250.2924
Yxy0.90250.56810.3262
Hunter Lab9.500012.90644.8251
CIE-Lab8.151323.28339.8716

#350607 color RGB value is (53,6,7).

#350607 hex color red value is 53, green value is 6 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #350607 hue: 1.00 , saturation: 0.80 and the lightness value of 350607 is 0.12.

The process color (four color CMYK) of #350607 color hex is 0.00, 0.89, 0.87, 0.79. Web safe color of #350607 is #330000. Color #350607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000110 00000111
Octal 65 6 7
Decimal 53 6 7
Hex 35 6 7

RGB Percentages of Color #350607

%80.30
%9.09
%10.61

CMYK Percentages of Color #350607

%0
%89
%87
%79

Triadic Colors of #350607

#350607 #073506 #060735

Analogous Colors of #350607

#350607 #351d06 #35061f

Monochromatic Colors of #350607

#350607

Complementary Color

#350607 #063534

#350607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350607 Color CSS Codes

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

#350607 Text Font Color

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

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


#350607 Background Color

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

This div background color is #350607


#350607 Border Color

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

This div border color is #350607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350607


Comments

No comments written yet.

Please login to write comment.