Color Hex Logo

#351b0c Color Hex

#351B0C
(53,27,12)
0 Favorites   0 Comments

Color spaces of #351b0c

RGB 532712
HSL0.060.630.13
HSV22°77°21°
CMYK 0.000.490.77   0.79
XYZ1.92651.56730.5488
Yxy1.56730.47650.3877
Hunter Lab12.51925.55976.1644
CIE-Lab13.029711.198614.6152

#351b0c color RGB value is (53,27,12).

#351b0c hex color red value is 53, green value is 27 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #351b0c hue: 0.06 , saturation: 0.63 and the lightness value of 351b0c is 0.13.

The process color (four color CMYK) of #351b0c color hex is 0.00, 0.49, 0.77, 0.79. Web safe color of #351b0c is #333300. Color #351b0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011011 00001100
Octal 65 33 14
Decimal 53 27 12
Hex 35 1B C

RGB Percentages of Color #351b0c

%57.61
%29.35
%13.04

CMYK Percentages of Color #351b0c

%0
%49
%77
%79

Triadic Colors of #351b0c

#351b0c #0c351b #1b0c35

Analogous Colors of #351b0c

#351b0c #35300c #350c12

Monochromatic Colors of #351b0c

#351b0c

Complementary Color

#351b0c #0c2635

#351b0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351b0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#351b0c Color CSS Codes

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

#351b0c Text Font Color

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

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


#351b0c Background Color

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

This div background color is #351b0c


#351b0c Border Color

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

This div border color is #351b0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351b0c

#351b0c Color Palettes


Comments

No comments written yet.

Please login to write comment.