Color Hex Logo

#350618 Color Hex

#350618
(53,6,24)
0 Favorites   0 Comments

Color spaces of #350618

RGB 53624
HSL0.940.800.12
HSV337°89°21°
CMYK 0.000.890.55   0.79
XYZ1.69820.95310.9586
Yxy0.95310.47040.2640
Hunter Lab9.762713.96501.0122
CIE-Lab8.594524.70281.1068

#350618 color RGB value is (53,6,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000110 00011000
Octal 65 6 30
Decimal 53 6 24
Hex 35 6 18

RGB Percentages of Color #350618

%63.86
%7.23
%28.92

CMYK Percentages of Color #350618

%0
%89
%55
%79

Triadic Colors of #350618

#350618 #183506 #061835

Analogous Colors of #350618

#350618 #350c06 #350630

Monochromatic Colors of #350618

#350618

Complementary Color

#350618 #063523

#350618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350618 Color CSS Codes

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

#350618 Text Font Color

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

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


#350618 Background Color

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

This div background color is #350618


#350618 Border Color

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

This div border color is #350618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350618


Comments

No comments written yet.

Please login to write comment.