Color Hex Logo

#383c27 Color Hex

#383C27
(56,60,39)
0 Favorites   0 Comments

Color spaces of #383c27

RGB 566039
HSL0.200.210.19
HSV71°35°24°
CMYK 0.070.000.35   0.76
XYZ3.61304.21902.5434
Yxy4.21900.34820.4066
Hunter Lab20.5402-4.54747.0365
CIE-Lab24.3826-5.945412.4535

#383c27 color RGB value is (56,60,39).

#383c27 hex color red value is 56, green value is 60 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #383c27 hue: 0.20 , saturation: 0.21 and the lightness value of 383c27 is 0.19.

The process color (four color CMYK) of #383c27 color hex is 0.07, 0.00, 0.35, 0.76. Web safe color of #383c27 is #333333. Color #383c27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111100 00100111
Octal 70 74 47
Decimal 56 60 39
Hex 38 3C 27

RGB Percentages of Color #383c27

%36.13
%38.71
%25.16

CMYK Percentages of Color #383c27

%7
%0
%35
%76

Triadic Colors of #383c27

#383c27 #27383c #3c2738

Analogous Colors of #383c27

#383c27 #2e3c27 #3c3627

Monochromatic Colors of #383c27

#383c27

Complementary Color

#383c27 #2b273c

#383c27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383c27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383c27 Color CSS Codes

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

#383c27 Text Font Color

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

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


#383c27 Background Color

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

This div background color is #383c27


#383c27 Border Color

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

This div border color is #383c27


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,60,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383c27; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383c27;
  -webkit-box-shadow: 1px 1px 3px 2px #383c27;
  box-shadow:         1px 1px 3px 2px #383c27; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383c27


Comments

No comments written yet.

Please login to write comment.