Color Hex Logo

#351304 Color Hex

#351304
(53,19,4)
0 Favorites   0 Comments

Color spaces of #351304

RGB 53194
HSL0.050.860.11
HSV18°92°21°
CMYK 0.000.640.92   0.79
XYZ1.72301.23140.2617
Yxy1.23140.53570.3829
Hunter Lab11.09688.29616.3695
CIE-Lab10.787015.885414.8551

#351304 color RGB value is (53,19,4).

#351304 hex color red value is 53, green value is 19 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #351304 hue: 0.05 , saturation: 0.86 and the lightness value of 351304 is 0.11.

The process color (four color CMYK) of #351304 color hex is 0.00, 0.64, 0.92, 0.79. Web safe color of #351304 is #330000. Color #351304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010011 00000100
Octal 65 23 4
Decimal 53 19 4
Hex 35 13 4

RGB Percentages of Color #351304

%69.74
%25.00
%5.26

CMYK Percentages of Color #351304

%0
%64
%92
%79

Triadic Colors of #351304

#351304 #043513 #130435

Analogous Colors of #351304

#351304 #352c04 #35040e

Monochromatic Colors of #351304

#351304

Complementary Color

#351304 #042635

#351304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351304 Color CSS Codes

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

#351304 Text Font Color

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

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


#351304 Background Color

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

This div background color is #351304


#351304 Border Color

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

This div border color is #351304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351304


Comments

No comments written yet.

Please login to write comment.