Color Hex Logo

#383714 Color Hex

#383714
(56,55,20)
0 Favorites   0 Comments

Color spaces of #383714

RGB 565520
HSL0.160.470.15
HSV58°64°22°
CMYK 0.000.020.64   0.78
XYZ3.12333.62361.1966
Yxy3.62360.39320.4562
Hunter Lab19.0358-4.02519.5980
CIE-Lab22.3859-5.305821.7167

#383714 color RGB value is (56,55,20).

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

The process color (four color CMYK) of #383714 color hex is 0.00, 0.02, 0.64, 0.78. Web safe color of #383714 is #333300. Color #383714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110111 00010100
Octal 70 67 24
Decimal 56 55 20
Hex 38 37 14

RGB Percentages of Color #383714

%42.75
%41.98
%15.27

CMYK Percentages of Color #383714

%0
%2
%64
%78

Triadic Colors of #383714

#383714 #143837 #371438

Analogous Colors of #383714

#383714 #273814 #382514

Monochromatic Colors of #383714

#383714

Complementary Color

#383714 #141538

#383714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383714 Color CSS Codes

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

#383714 Text Font Color

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

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


#383714 Background Color

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

This div background color is #383714


#383714 Border Color

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

This div border color is #383714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383714


Comments

No comments written yet.

Please login to write comment.