Color Hex Logo

#351b0d Color Hex

#351B0D
(53,27,13)
0 Favorites   0 Comments

Color spaces of #351b0d

RGB 532713
HSL0.060.610.13
HSV21°75°21°
CMYK 0.000.490.75   0.79
XYZ1.93281.56980.5819
Yxy1.56980.47320.3843
Hunter Lab12.52925.61016.0168
CIE-Lab13.045111.280614.1684

#351b0d color RGB value is (53,27,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011011 00001101
Octal 65 33 15
Decimal 53 27 13
Hex 35 1B D

RGB Percentages of Color #351b0d

%56.99
%29.03
%13.98

CMYK Percentages of Color #351b0d

%0
%49
%75
%79

Triadic Colors of #351b0d

#351b0d #0d351b #1b0d35

Analogous Colors of #351b0d

#351b0d #352f0d #350d13

Monochromatic Colors of #351b0d

#351b0d

Complementary Color

#351b0d #0d2735

#351b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#351b0d Color CSS Codes

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

#351b0d Text Font Color

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

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


#351b0d Background Color

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

This div background color is #351b0d


#351b0d Border Color

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

This div border color is #351b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351b0d


Comments

No comments written yet.

Please login to write comment.