Color Hex Logo

#384911 Color Hex

#384911
(56,73,17)
0 Favorites   0 Comments

Color spaces of #384911

RGB 567317
HSL0.220.620.18
HSV78°77°29°
CMYK 0.230.000.77   0.71
XYZ4.11465.64631.4033
Yxy5.64630.36860.5058
Hunter Lab23.7619-10.674513.1319
CIE-Lab28.5020-16.255829.8361

#384911 color RGB value is (56,73,17).

#384911 hex color red value is 56, green value is 73 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #384911 hue: 0.22 , saturation: 0.62 and the lightness value of 384911 is 0.18.

The process color (four color CMYK) of #384911 color hex is 0.23, 0.00, 0.77, 0.71. Web safe color of #384911 is #333300. Color #384911 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 00010001
Octal 70 111 21
Decimal 56 73 17
Hex 38 49 11

RGB Percentages of Color #384911

%38.36
%50.00
%11.64

CMYK Percentages of Color #384911

%23
%0
%77
%71

Triadic Colors of #384911

#384911 #113849 #491138

Analogous Colors of #384911

#384911 #1c4911 #493e11

Monochromatic Colors of #384911

#384911

Complementary Color

#384911 #221149

#384911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384911 Color CSS Codes

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

#384911 Text Font Color

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

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


#384911 Background Color

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

This div background color is #384911


#384911 Border Color

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

This div border color is #384911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384911


Comments

No comments written yet.

Please login to write comment.