Color Hex Logo

#384611 Color Hex

#384611
(56,70,17)
0 Favorites   0 Comments

Color spaces of #384611

RGB 567017
HSL0.210.610.17
HSV76°76°27°
CMYK 0.200.000.76   0.73
XYZ3.92225.26151.3392
Yxy5.26150.37270.5000
Hunter Lab22.9380-9.619412.5950
CIE-Lab27.4672-14.575628.7771

#384611 color RGB value is (56,70,17).

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

The process color (four color CMYK) of #384611 color hex is 0.20, 0.00, 0.76, 0.73. Web safe color of #384611 is #333300. Color #384611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000110 00010001
Octal 70 106 21
Decimal 56 70 17
Hex 38 46 11

RGB Percentages of Color #384611

%39.16
%48.95
%11.89

CMYK Percentages of Color #384611

%20
%0
%76
%73

Triadic Colors of #384611

#384611 #113846 #461138

Analogous Colors of #384611

#384611 #1e4611 #463a11

Monochromatic Colors of #384611

#384611

Complementary Color

#384611 #1f1146

#384611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384611 Color CSS Codes

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

#384611 Text Font Color

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

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


#384611 Background Color

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

This div background color is #384611


#384611 Border Color

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

This div border color is #384611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384611


Comments

No comments written yet.

Please login to write comment.