Color Hex Logo

#385245 Color Hex

#385245
(56,82,69)
0 Favorites   0 Comments

Color spaces of #385245

RGB 568269
HSL0.420.190.27
HSV150°32°32°
CMYK 0.320.000.16   0.68
XYZ5.72247.30506.7386
Yxy7.30500.28950.3696
Hunter Lab27.0278-9.50604.1372
CIE-Lab32.4914-13.04754.4955

#385245 color RGB value is (56,82,69).

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

The process color (four color CMYK) of #385245 color hex is 0.32, 0.00, 0.16, 0.68. Web safe color of #385245 is #336633. Color #385245 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01000101
Octal 70 122 105
Decimal 56 82 69
Hex 38 52 45

RGB Percentages of Color #385245

%27.05
%39.61
%33.33

CMYK Percentages of Color #385245

%32
%0
%16
%68

Triadic Colors of #385245

#385245 #453852 #524538

Analogous Colors of #385245

#385245 #385252 #385238

Monochromatic Colors of #385245

#385245

Complementary Color

#385245 #523845

#385245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385245 Color CSS Codes

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

#385245 Text Font Color

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

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


#385245 Background Color

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

This div background color is #385245


#385245 Border Color

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

This div border color is #385245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385245


Comments

No comments written yet.

Please login to write comment.