Color Hex Logo

#383917 Color Hex

#383917
(56,57,23)
0 Favorites   0 Comments

Color spaces of #383917

RGB 565723
HSL0.170.430.16
HSV62°60°22°
CMYK 0.020.000.60   0.78
XYZ3.24873.82891.3784
Yxy3.82890.38420.4528
Hunter Lab19.5676-4.60799.5207
CIE-Lab23.0975-6.258020.7971

#383917 color RGB value is (56,57,23).

#383917 hex color red value is 56, green value is 57 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #383917 hue: 0.17 , saturation: 0.43 and the lightness value of 383917 is 0.16.

The process color (four color CMYK) of #383917 color hex is 0.02, 0.00, 0.60, 0.78. Web safe color of #383917 is #333300. Color #383917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111001 00010111
Octal 70 71 27
Decimal 56 57 23
Hex 38 39 17

RGB Percentages of Color #383917

%41.18
%41.91
%16.91

CMYK Percentages of Color #383917

%2
%0
%60
%78

Triadic Colors of #383917

#383917 #173839 #391738

Analogous Colors of #383917

#383917 #273917 #392917

Monochromatic Colors of #383917

#383917

Complementary Color

#383917 #181739

#383917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383917 Color CSS Codes

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

#383917 Text Font Color

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

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


#383917 Background Color

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

This div background color is #383917


#383917 Border Color

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

This div border color is #383917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383917


Comments

No comments written yet.

Please login to write comment.