Color Hex Logo

#35062e Color Hex

#35062E
(53,6,46)
0 Favorites   0 Comments

Color spaces of #35062e

RGB 53646
HSL0.860.800.12
HSV309°89°21°
CMYK 0.000.890.13   0.79
XYZ2.02651.08442.6873
Yxy1.08440.34950.1870
Hunter Lab10.413516.5133-8.0110
CIE-Lab9.675627.9748-13.9619

#35062e color RGB value is (53,6,46).

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

The process color (four color CMYK) of #35062e color hex is 0.00, 0.89, 0.13, 0.79. Web safe color of #35062e is #330033. Color #35062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000110 00101110
Octal 65 6 56
Decimal 53 6 46
Hex 35 6 2E

RGB Percentages of Color #35062e

%50.48
%5.71
%43.81

CMYK Percentages of Color #35062e

%0
%89
%13
%79

Triadic Colors of #35062e

#35062e #2e3506 #062e35

Analogous Colors of #35062e

#35062e #350617 #250635

Monochromatic Colors of #35062e

#35062e

Complementary Color

#35062e #06350d

#35062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35062e Color CSS Codes

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

#35062e Text Font Color

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

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


#35062e Background Color

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

This div background color is #35062e


#35062e Border Color

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

This div border color is #35062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35062e


Comments

No comments written yet.

Please login to write comment.