Color Hex Logo

#5f3825 Color Hex

#5F3825
(95,56,37)
0 Favorites   0 Comments

Color spaces of #5f3825

RGB 955637
HSL0.050.440.26
HSV20°61°37°
CMYK 0.000.410.61   0.63
XYZ6.46745.39482.4507
Yxy5.39480.45190.3769
Hunter Lab23.22679.056010.0029
CIE-Lab27.831215.199519.1024

#5f3825 color RGB value is (95,56,37).

#5f3825 hex color red value is 95, green value is 56 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #5f3825 hue: 0.05 , saturation: 0.44 and the lightness value of 5f3825 is 0.26.

The process color (four color CMYK) of #5f3825 color hex is 0.00, 0.41, 0.61, 0.63. Web safe color of #5f3825 is #663333. Color #5f3825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111000 00100101
Octal 137 70 45
Decimal 95 56 37
Hex 5F 38 25

RGB Percentages of Color #5f3825

%50.53
%29.79
%19.68

CMYK Percentages of Color #5f3825

%0
%41
%61
%63

Triadic Colors of #5f3825

#5f3825 #255f38 #38255f

Analogous Colors of #5f3825

#5f3825 #5f5525 #5f252f

Monochromatic Colors of #5f3825

#5f3825

Complementary Color

#5f3825 #254c5f

#5f3825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f3825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f3825 Color CSS Codes

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

#5f3825 Text Font Color

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

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


#5f3825 Background Color

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

This div background color is #5f3825


#5f3825 Border Color

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

This div border color is #5f3825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f3825


Comments

No comments written yet.

Please login to write comment.