Color Hex Logo

#383113 Color Hex

#383113
(56,49,19)
0 Favorites   0 Comments

Color spaces of #383113

RGB 564919
HSL0.140.490.15
HSV49°66°22°
CMYK 0.000.130.66   0.78
XYZ2.84673.08441.0614
Yxy3.08440.40710.4411
Hunter Lab17.5625-1.80128.7105
CIE-Lab20.3788-1.529119.9983

#383113 color RGB value is (56,49,19).

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

The process color (four color CMYK) of #383113 color hex is 0.00, 0.13, 0.66, 0.78. Web safe color of #383113 is #333300. Color #383113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 00010011
Octal 70 61 23
Decimal 56 49 19
Hex 38 31 13

RGB Percentages of Color #383113

%45.16
%39.52
%15.32

CMYK Percentages of Color #383113

%0
%13
%66
%78

Triadic Colors of #383113

#383113 #133831 #311338

Analogous Colors of #383113

#383113 #2d3813 #381f13

Monochromatic Colors of #383113

#383113

Complementary Color

#383113 #131a38

#383113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383113 Color CSS Codes

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

#383113 Text Font Color

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

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


#383113 Background Color

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

This div background color is #383113


#383113 Border Color

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

This div border color is #383113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383113


Comments

No comments written yet.

Please login to write comment.