Color Hex Logo

#384536 Color Hex

#384536
(56,69,54)
0 Favorites   0 Comments

Color spaces of #384536

RGB 566954
HSL0.310.120.24
HSV112°22°27°
CMYK 0.190.000.22   0.73
XYZ4.42495.36334.2920
Yxy5.36330.31430.3809
Hunter Lab23.1588-6.42235.2230
CIE-Lab27.7457-8.68927.3577

#384536 color RGB value is (56,69,54).

#384536 hex color red value is 56, green value is 69 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #384536 hue: 0.31 , saturation: 0.12 and the lightness value of 384536 is 0.24.

The process color (four color CMYK) of #384536 color hex is 0.19, 0.00, 0.22, 0.73. Web safe color of #384536 is #333333. Color #384536 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000101 00110110
Octal 70 105 66
Decimal 56 69 54
Hex 38 45 36

RGB Percentages of Color #384536

%31.28
%38.55
%30.17

CMYK Percentages of Color #384536

%19
%0
%22
%73

Triadic Colors of #384536

#384536 #363845 #453638

Analogous Colors of #384536

#384536 #36453c #404536

Monochromatic Colors of #384536

#384536

Complementary Color

#384536 #433645

#384536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384536 Color CSS Codes

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

#384536 Text Font Color

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

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


#384536 Background Color

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

This div background color is #384536


#384536 Border Color

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

This div border color is #384536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384536


Comments

No comments written yet.

Please login to write comment.