Color Hex Logo

#384711 Color Hex

#384711
(56,71,17)
0 Favorites   0 Comments

Color spaces of #384711

RGB 567117
HSL0.210.610.17
HSV77°76°28°
CMYK 0.210.000.76   0.72
XYZ3.98535.38771.3602
Yxy5.38770.37130.5020
Hunter Lab23.2114-9.972312.7736
CIE-Lab27.8119-15.140129.1315

#384711 color RGB value is (56,71,17).

#384711 hex color red value is 56, green value is 71 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #384711 hue: 0.21 , saturation: 0.61 and the lightness value of 384711 is 0.17.

The process color (four color CMYK) of #384711 color hex is 0.21, 0.00, 0.76, 0.72. Web safe color of #384711 is #333300. Color #384711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 00010001
Octal 70 107 21
Decimal 56 71 17
Hex 38 47 11

RGB Percentages of Color #384711

%38.89
%49.31
%11.81

CMYK Percentages of Color #384711

%21
%0
%76
%72

Triadic Colors of #384711

#384711 #113847 #471138

Analogous Colors of #384711

#384711 #1d4711 #473b11

Monochromatic Colors of #384711

#384711

Complementary Color

#384711 #201147

#384711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384711 Color CSS Codes

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

#384711 Text Font Color

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

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


#384711 Background Color

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

This div background color is #384711


#384711 Border Color

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

This div border color is #384711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384711


Comments

No comments written yet.

Please login to write comment.