Color Hex Logo

#382330 Color Hex

#382330
(56,35,48)
0 Favorites   0 Comments

Color spaces of #382330

RGB 563548
HSL0.900.230.18
HSV323°38°22°
CMYK 0.000.380.14   0.78
XYZ2.76542.25623.0860
Yxy2.25620.34110.2783
Hunter Lab15.02076.5769-1.6667
CIE-Lab16.778112.4986-4.4643

#382330 color RGB value is (56,35,48).

#382330 hex color red value is 56, green value is 35 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #382330 hue: 0.90 , saturation: 0.23 and the lightness value of 382330 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100011 00110000
Octal 70 43 60
Decimal 56 35 48
Hex 38 23 30

RGB Percentages of Color #382330

%40.29
%25.18
%34.53

CMYK Percentages of Color #382330

%0
%38
%14
%78

Triadic Colors of #382330

#382330 #303823 #233038

Analogous Colors of #382330

#382330 #382326 #362338

Monochromatic Colors of #382330

#382330

Complementary Color

#382330 #23382b

#382330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382330 Color CSS Codes

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

#382330 Text Font Color

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

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


#382330 Background Color

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

This div background color is #382330


#382330 Border Color

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

This div border color is #382330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382330


Comments

No comments written yet.

Please login to write comment.