Color Hex Logo

#386823 Color Hex

#386823
(56,104,35)
0 Favorites   0 Comments

Color spaces of #386823

RGB 5610435
HSL0.280.500.27
HSV102°66°41°
CMYK 0.460.000.66   0.59
XYZ6.884610.86273.3240
Yxy10.86270.32670.5155
Hunter Lab32.9586-20.391417.0914
CIE-Lab39.3483-30.144932.9208

#386823 color RGB value is (56,104,35).

#386823 hex color red value is 56, green value is 104 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #386823 hue: 0.28 , saturation: 0.50 and the lightness value of 386823 is 0.27.

The process color (four color CMYK) of #386823 color hex is 0.46, 0.00, 0.66, 0.59. Web safe color of #386823 is #336633. Color #386823 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101000 00100011
Octal 70 150 43
Decimal 56 104 35
Hex 38 68 23

RGB Percentages of Color #386823

%28.72
%53.33
%17.95

CMYK Percentages of Color #386823

%46
%0
%66
%59

Triadic Colors of #386823

#386823 #233868 #682338

Analogous Colors of #386823

#386823 #236831 #5b6823

Monochromatic Colors of #386823

#386823

Complementary Color

#386823 #532368

#386823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386823 Color CSS Codes

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

#386823 Text Font Color

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

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


#386823 Background Color

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

This div background color is #386823


#386823 Border Color

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

This div border color is #386823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386823

#386823 Color Palettes


Comments

No comments written yet.

Please login to write comment.