Color Hex Logo

#351f01 Color Hex

#351F01
(53,31,1)
0 Favorites   0 Comments

Color spaces of #351f01

RGB 53311
HSL0.100.960.11
HSV35°98°21°
CMYK 0.000.420.98   0.79
XYZ1.96371.73900.2609
Yxy1.73900.49540.4387
Hunter Lab13.18713.50318.0580
CIE-Lab14.05327.658620.4979

#351f01 color RGB value is (53,31,1).

#351f01 hex color red value is 53, green value is 31 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #351f01 hue: 0.10 , saturation: 0.96 and the lightness value of 351f01 is 0.11.

The process color (four color CMYK) of #351f01 color hex is 0.00, 0.42, 0.98, 0.79. Web safe color of #351f01 is #333300. Color #351f01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011111 00000001
Octal 65 37 1
Decimal 53 31 1
Hex 35 1F 1

RGB Percentages of Color #351f01

%62.35
%36.47
%1.18

CMYK Percentages of Color #351f01

%0
%42
%98
%79

Triadic Colors of #351f01

#351f01 #01351f #1f0135

Analogous Colors of #351f01

#351f01 #313501 #350501

Monochromatic Colors of #351f01

#351f01

Complementary Color

#351f01 #011735

#351f01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351f01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351f01 Color CSS Codes

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

#351f01 Text Font Color

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

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


#351f01 Background Color

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

This div background color is #351f01


#351f01 Border Color

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

This div border color is #351f01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351f01


Comments

No comments written yet.

Please login to write comment.