Color Hex Logo

#384306 Color Hex

#384306
(56,67,6)
0 Favorites   0 Comments

Color spaces of #384306

RGB 56676
HSL0.200.840.14
HSV71°91°26°
CMYK 0.160.000.91   0.74
XYZ3.67094.86820.9185
Yxy4.86820.38810.5147
Hunter Lab22.0640-8.914012.9766
CIE-Lab26.3559-13.557732.3035

#384306 color RGB value is (56,67,6).

#384306 hex color red value is 56, green value is 67 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #384306 hue: 0.20 , saturation: 0.84 and the lightness value of 384306 is 0.14.

The process color (four color CMYK) of #384306 color hex is 0.16, 0.00, 0.91, 0.74. Web safe color of #384306 is #333300. Color #384306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 00000110
Octal 70 103 6
Decimal 56 67 6
Hex 38 43 6

RGB Percentages of Color #384306

%43.41
%51.94
%4.65

CMYK Percentages of Color #384306

%16
%0
%91
%74

Triadic Colors of #384306

#384306 #063843 #430638

Analogous Colors of #384306

#384306 #1a4306 #432f06

Monochromatic Colors of #384306

#384306

Complementary Color

#384306 #110643

#384306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384306 Color CSS Codes

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

#384306 Text Font Color

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

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


#384306 Background Color

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

This div background color is #384306


#384306 Border Color

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

This div border color is #384306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384306


Comments

No comments written yet.

Please login to write comment.