Color Hex Logo

#383519 Color Hex

#383519
(56,53,25)
0 Favorites   0 Comments

Color spaces of #383519

RGB 565325
HSL0.150.380.16
HSV54°55°22°
CMYK 0.000.050.55   0.78
XYZ3.07953.45711.4247
Yxy3.45710.38680.4342
Hunter Lab18.5933-2.97438.4722
CIE-Lab21.7887-3.483918.0243

#383519 color RGB value is (56,53,25).

#383519 hex color red value is 56, green value is 53 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #383519 hue: 0.15 , saturation: 0.38 and the lightness value of 383519 is 0.16.

The process color (four color CMYK) of #383519 color hex is 0.00, 0.05, 0.55, 0.78. Web safe color of #383519 is #333300. Color #383519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110101 00011001
Octal 70 65 31
Decimal 56 53 25
Hex 38 35 19

RGB Percentages of Color #383519

%41.79
%39.55
%18.66

CMYK Percentages of Color #383519

%0
%5
%55
%78

Triadic Colors of #383519

#383519 #193835 #351938

Analogous Colors of #383519

#383519 #2c3819 #382619

Monochromatic Colors of #383519

#383519

Complementary Color

#383519 #191c38

#383519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383519 Color CSS Codes

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

#383519 Text Font Color

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

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


#383519 Background Color

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

This div background color is #383519


#383519 Border Color

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

This div border color is #383519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383519


Comments

No comments written yet.

Please login to write comment.