Color Hex Logo

#383017 Color Hex

#383017
(56,48,23)
0 Favorites   0 Comments

Color spaces of #383017

RGB 564823
HSL0.130.420.15
HSV45°59°22°
CMYK 0.000.140.59   0.78
XYZ2.84253.01651.2430
Yxy3.01650.40020.4247
Hunter Lab17.3681-1.18047.9144
CIE-Lab20.1099-0.446317.2251

#383017 color RGB value is (56,48,23).

#383017 hex color red value is 56, green value is 48 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #383017 hue: 0.13 , saturation: 0.42 and the lightness value of 383017 is 0.15.

The process color (four color CMYK) of #383017 color hex is 0.00, 0.14, 0.59, 0.78. Web safe color of #383017 is #333300. Color #383017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 00010111
Octal 70 60 27
Decimal 56 48 23
Hex 38 30 17

RGB Percentages of Color #383017

%44.09
%37.80
%18.11

CMYK Percentages of Color #383017

%0
%14
%59
%78

Triadic Colors of #383017

#383017 #173830 #301738

Analogous Colors of #383017

#383017 #303817 #382017

Monochromatic Colors of #383017

#383017

Complementary Color

#383017 #171f38

#383017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383017 Color CSS Codes

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

#383017 Text Font Color

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

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


#383017 Background Color

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

This div background color is #383017


#383017 Border Color

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

This div border color is #383017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,48,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 #383017">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383017


Comments

No comments written yet.

Please login to write comment.