Color Hex Logo

#383214 Color Hex

#383214
(56,50,20)
0 Favorites   0 Comments

Color spaces of #383214

RGB 565020
HSL0.140.470.15
HSV50°64°22°
CMYK 0.000.110.64   0.78
XYZ2.89783.17251.1214
Yxy3.17250.40290.4411
Hunter Lab17.8115-2.12958.7352
CIE-Lab20.7219-2.084419.7995

#383214 color RGB value is (56,50,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 00010100
Octal 70 62 24
Decimal 56 50 20
Hex 38 32 14

RGB Percentages of Color #383214

%44.44
%39.68
%15.87

CMYK Percentages of Color #383214

%0
%11
%64
%78

Triadic Colors of #383214

#383214 #143832 #321438

Analogous Colors of #383214

#383214 #2c3814 #382014

Monochromatic Colors of #383214

#383214

Complementary Color

#383214 #141a38

#383214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383214 Color CSS Codes

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

#383214 Text Font Color

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

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


#383214 Background Color

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

This div background color is #383214


#383214 Border Color

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

This div border color is #383214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383214


Comments

No comments written yet.

Please login to write comment.