Color Hex Logo

#382835 Color Hex

#382835
(56,40,53)
0 Favorites   0 Comments

Color spaces of #382835

RGB 564053
HSL0.860.170.19
HSV311°29°22°
CMYK 0.000.290.05   0.78
XYZ3.03232.61543.7132
Yxy2.61540.32390.2794
Hunter Lab16.17225.1675-2.2927
CIE-Lab18.432710.1631-5.4907

#382835 color RGB value is (56,40,53).

#382835 hex color red value is 56, green value is 40 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #382835 hue: 0.86 , saturation: 0.17 and the lightness value of 382835 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101000 00110101
Octal 70 50 65
Decimal 56 40 53
Hex 38 28 35

RGB Percentages of Color #382835

%37.58
%26.85
%35.57

CMYK Percentages of Color #382835

%0
%29
%5
%78

Triadic Colors of #382835

#382835 #353828 #283538

Analogous Colors of #382835

#382835 #38282d #332838

Monochromatic Colors of #382835

#382835

Complementary Color

#382835 #28382b

#382835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382835 Color CSS Codes

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

#382835 Text Font Color

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

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


#382835 Background Color

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

This div background color is #382835


#382835 Border Color

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

This div border color is #382835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382835

#382835 Color Palettes


Comments

No comments written yet.

Please login to write comment.