Color Hex Logo

#383525 Color Hex

#383525
(56,53,37)
0 Favorites   0 Comments

Color spaces of #383525

RGB 565337
HSL0.140.200.18
HSV51°34°22°
CMYK 0.000.050.34   0.78
XYZ3.23793.52052.2591
Yxy3.52050.35910.3904
Hunter Lab18.7630-2.03185.9955
CIE-Lab22.0183-1.786210.5920

#383525 color RGB value is (56,53,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110101 00100101
Octal 70 65 45
Decimal 56 53 37
Hex 38 35 25

RGB Percentages of Color #383525

%38.36
%36.30
%25.34

CMYK Percentages of Color #383525

%0
%5
%34
%78

Triadic Colors of #383525

#383525 #253835 #352538

Analogous Colors of #383525

#383525 #323825 #382c25

Monochromatic Colors of #383525

#383525

Complementary Color

#383525 #252838

#383525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383525 Color CSS Codes

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

#383525 Text Font Color

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

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


#383525 Background Color

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

This div background color is #383525


#383525 Border Color

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

This div border color is #383525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383525


Comments

No comments written yet.

Please login to write comment.