Color Hex Logo

#382538 Color Hex

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

Color spaces of #382538

RGB 563756
HSL0.830.200.18
HSV300°34°22°
CMYK 0.000.340.00   0.78
XYZ3.00632.44944.0557
Yxy2.44940.31610.2575
Hunter Lab15.65066.8994-4.4091
CIE-Lab17.688212.9175-8.7100

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

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

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

Base Numbers

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

RGB Percentages of Color #382538

%37.58
%24.83
%37.58

CMYK Percentages of Color #382538

%0
%34
%0
%78

Triadic Colors of #382538

#382538 #383825 #253838

Analogous Colors of #382538

#382538 #38252f #2f2538

Monochromatic Colors of #382538

#382538

Complementary Color

#382538 #253825

#382538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382538 Color CSS Codes

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

#382538 Text Font Color

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

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


#382538 Background Color

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

This div background color is #382538


#382538 Border Color

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

This div border color is #382538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382538


Comments

No comments written yet.

Please login to write comment.