Color Hex Logo

#386349 Color Hex

#386349
(56,99,73)
0 Favorites   0 Comments

Color spaces of #386349

RGB 569973
HSL0.400.280.30
HSV144°43°39°
CMYK 0.430.000.26   0.61
XYZ7.295310.24557.8964
Yxy10.24550.28680.4028
Hunter Lab32.0086-15.33197.7794
CIE-Lab38.2795-21.473410.1814

#386349 color RGB value is (56,99,73).

#386349 hex color red value is 56, green value is 99 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #386349 hue: 0.40 , saturation: 0.28 and the lightness value of 386349 is 0.30.

The process color (four color CMYK) of #386349 color hex is 0.43, 0.00, 0.26, 0.61. Web safe color of #386349 is #336633. Color #386349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100011 01001001
Octal 70 143 111
Decimal 56 99 73
Hex 38 63 49

RGB Percentages of Color #386349

%24.56
%43.42
%32.02

CMYK Percentages of Color #386349

%43
%0
%26
%61

Triadic Colors of #386349

#386349 #493863 #634938

Analogous Colors of #386349

#386349 #38635f #3d6338

Monochromatic Colors of #386349

#386349

Complementary Color

#386349 #633852

#386349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386349 Color CSS Codes

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

#386349 Text Font Color

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

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


#386349 Background Color

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

This div background color is #386349


#386349 Border Color

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

This div border color is #386349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386349


Comments

No comments written yet.

Please login to write comment.