Color Hex Logo

#385349 Color Hex

#385349
(56,83,73)
0 Favorites   0 Comments

Color spaces of #385349

RGB 568373
HSL0.440.190.27
HSV158°33°33°
CMYK 0.330.000.12   0.67
XYZ5.92677.50837.4402
Yxy7.50830.28390.3597
Hunter Lab27.4013-9.34403.0820
CIE-Lab32.9371-12.66392.6086

#385349 color RGB value is (56,83,73).

#385349 hex color red value is 56, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #385349 hue: 0.44 , saturation: 0.19 and the lightness value of 385349 is 0.27.

The process color (four color CMYK) of #385349 color hex is 0.33, 0.00, 0.12, 0.67. Web safe color of #385349 is #336633. Color #385349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 01001001
Octal 70 123 111
Decimal 56 83 73
Hex 38 53 49

RGB Percentages of Color #385349

%26.42
%39.15
%34.43

CMYK Percentages of Color #385349

%33
%0
%12
%67

Triadic Colors of #385349

#385349 #493853 #534938

Analogous Colors of #385349

#385349 #385053 #38533c

Monochromatic Colors of #385349

#385349

Complementary Color

#385349 #533842

#385349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385349 Color CSS Codes

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

#385349 Text Font Color

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

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


#385349 Background Color

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

This div background color is #385349


#385349 Border Color

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

This div border color is #385349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385349


Comments

No comments written yet.

Please login to write comment.