Color Hex Logo

#5f4315 Color Hex

#5F4315
(95,67,21)
0 Favorites   0 Comments

Color spaces of #5f4315

RGB 956721
HSL0.100.640.23
HSV37°78°37°
CMYK 0.000.290.78   0.63
XYZ6.86186.50131.6027
Yxy6.50130.45850.4344
Hunter Lab25.49763.416214.1216
CIE-Lab30.64357.145131.4051

#5f4315 color RGB value is (95,67,21).

#5f4315 hex color red value is 95, green value is 67 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #5f4315 hue: 0.10 , saturation: 0.64 and the lightness value of 5f4315 is 0.23.

The process color (four color CMYK) of #5f4315 color hex is 0.00, 0.29, 0.78, 0.63. Web safe color of #5f4315 is #663300. Color #5f4315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000011 00010101
Octal 137 103 25
Decimal 95 67 21
Hex 5F 43 15

RGB Percentages of Color #5f4315

%51.91
%36.61
%11.48

CMYK Percentages of Color #5f4315

%0
%29
%78
%63

Triadic Colors of #5f4315

#5f4315 #155f43 #43155f

Analogous Colors of #5f4315

#5f4315 #565f15 #5f1e15

Monochromatic Colors of #5f4315

#5f4315

Complementary Color

#5f4315 #15315f

#5f4315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f4315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f4315 Color CSS Codes

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

#5f4315 Text Font Color

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

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


#5f4315 Background Color

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

This div background color is #5f4315


#5f4315 Border Color

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

This div border color is #5f4315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f4315


Comments

No comments written yet.

Please login to write comment.