Color Hex Logo

#383825 Color Hex

#383825
(56,56,37)
0 Favorites   0 Comments

Color spaces of #383825

RGB 565637
HSL0.170.200.18
HSV60°34°22°
CMYK 0.000.000.34   0.78
XYZ3.37903.80272.3062
Yxy3.80270.35610.4008
Hunter Lab19.5005-3.19596.6385
CIE-Lab23.0081-3.731711.9193

#383825 color RGB value is (56,56,37).

#383825 hex color red value is 56, green value is 56 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #383825 hue: 0.17 , saturation: 0.20 and the lightness value of 383825 is 0.18.

The process color (four color CMYK) of #383825 color hex is 0.00, 0.00, 0.34, 0.78. Web safe color of #383825 is #333333. Color #383825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111000 00100101
Octal 70 70 45
Decimal 56 56 37
Hex 38 38 25

RGB Percentages of Color #383825

%37.58
%37.58
%24.83

CMYK Percentages of Color #383825

%0
%0
%34
%78

Triadic Colors of #383825

#383825 #253838 #382538

Analogous Colors of #383825

#383825 #2f3825 #382f25

Monochromatic Colors of #383825

#383825

Complementary Color

#383825 #252538

#383825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383825 Color CSS Codes

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

#383825 Text Font Color

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

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


#383825 Background Color

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

This div background color is #383825


#383825 Border Color

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

This div border color is #383825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,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 #383825">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383825


Comments

No comments written yet.

Please login to write comment.