Color Hex Logo

#350e07 Color Hex

#350E07
(53,14,7)
0 Favorites   0 Comments

Color spaces of #350e07

RGB 53147
HSL0.030.770.12
HSV87°21°
CMYK 0.000.740.87   0.79
XYZ1.66361.08630.3230
Yxy1.08630.54140.3535
Hunter Lab10.422610.25185.4584
CIE-Lab9.690619.084112.0880

#350e07 color RGB value is (53,14,7).

#350e07 hex color red value is 53, green value is 14 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #350e07 hue: 0.03 , saturation: 0.77 and the lightness value of 350e07 is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001110 00000111
Octal 65 16 7
Decimal 53 14 7
Hex 35 E 7

RGB Percentages of Color #350e07

%71.62
%18.92
%9.46

CMYK Percentages of Color #350e07

%0
%74
%87
%79

Triadic Colors of #350e07

#350e07 #07350e #0e0735

Analogous Colors of #350e07

#350e07 #352507 #350717

Monochromatic Colors of #350e07

#350e07

Complementary Color

#350e07 #072e35

#350e07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350e07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350e07 Color CSS Codes

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

#350e07 Text Font Color

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

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


#350e07 Background Color

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

This div background color is #350e07


#350e07 Border Color

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

This div border color is #350e07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350e07


Comments

No comments written yet.

Please login to write comment.