Color Hex Logo

#385145 Color Hex

#385145
(56,81,69)
0 Favorites   0 Comments

Color spaces of #385145

RGB 568169
HSL0.420.180.27
HSV151°31°32°
CMYK 0.310.000.15   0.68
XYZ5.64757.15536.7137
Yxy7.15530.28940.3666
Hunter Lab26.7494-9.12543.8437
CIE-Lab32.1579-12.46864.0180

#385145 color RGB value is (56,81,69).

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

The process color (four color CMYK) of #385145 color hex is 0.31, 0.00, 0.15, 0.68. Web safe color of #385145 is #336633. Color #385145 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010001 01000101
Octal 70 121 105
Decimal 56 81 69
Hex 38 51 45

RGB Percentages of Color #385145

%27.18
%39.32
%33.50

CMYK Percentages of Color #385145

%31
%0
%15
%68

Triadic Colors of #385145

#385145 #453851 #514538

Analogous Colors of #385145

#385145 #385151 #385139

Monochromatic Colors of #385145

#385145

Complementary Color

#385145 #513844

#385145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385145 Color CSS Codes

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

#385145 Text Font Color

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

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


#385145 Background Color

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

This div background color is #385145


#385145 Border Color

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

This div border color is #385145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385145

#385145 Color Palettes


Comments

No comments written yet.

Please login to write comment.