Color Hex Logo

#5f5410 Color Hex

#5F5410
(95,84,16)
0 Favorites   0 Comments

Color spaces of #5f5410

RGB 958416
HSL0.140.710.22
HSV52°83°37°
CMYK 0.000.120.83   0.63
XYZ7.98328.81101.7701
Yxy8.81100.43000.4746
Hunter Lab29.6833-3.939017.2427
CIE-Lab35.6178-3.521538.3311

#5f5410 color RGB value is (95,84,16).

#5f5410 hex color red value is 95, green value is 84 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #5f5410 hue: 0.14 , saturation: 0.71 and the lightness value of 5f5410 is 0.22.

The process color (four color CMYK) of #5f5410 color hex is 0.00, 0.12, 0.83, 0.63. Web safe color of #5f5410 is #666600. Color #5f5410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010100 00010000
Octal 137 124 20
Decimal 95 84 16
Hex 5F 54 10

RGB Percentages of Color #5f5410

%48.72
%43.08
%8.21

CMYK Percentages of Color #5f5410

%0
%12
%83
%63

Triadic Colors of #5f5410

#5f5410 #105f54 #54105f

Analogous Colors of #5f5410

#5f5410 #435f10 #5f2d10

Monochromatic Colors of #5f5410

#5f5410

Complementary Color

#5f5410 #101b5f

#5f5410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f5410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f5410 Color CSS Codes

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

#5f5410 Text Font Color

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

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


#5f5410 Background Color

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

This div background color is #5f5410


#5f5410 Border Color

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

This div border color is #5f5410


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,84,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f5410; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f5410;
  -webkit-box-shadow: 1px 1px 3px 2px #5f5410;
  box-shadow:         1px 1px 3px 2px #5f5410; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f5410


Comments

No comments written yet.

Please login to write comment.