Color Hex Logo

#387845 Color Hex

#387845
(56,120,69)
0 Favorites   0 Comments

Color spaces of #387845

RGB 5612069
HSL0.370.360.35
HSV132°53°47°
CMYK 0.530.000.43   0.53
XYZ9.421514.70347.9717
Yxy14.70340.29350.4581
Hunter Lab38.3450-23.245714.5155
CIE-Lab45.2253-32.501721.8926

#387845 color RGB value is (56,120,69).

#387845 hex color red value is 56, green value is 120 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #387845 hue: 0.37 , saturation: 0.36 and the lightness value of 387845 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111000 01000101
Octal 70 170 105
Decimal 56 120 69
Hex 38 78 45

RGB Percentages of Color #387845

%22.86
%48.98
%28.16

CMYK Percentages of Color #387845

%53
%0
%43
%53

Triadic Colors of #387845

#387845 #453878 #784538

Analogous Colors of #387845

#387845 #387865 #4b7838

Monochromatic Colors of #387845

#387845

Complementary Color

#387845 #78386b

#387845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387845 Color CSS Codes

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

#387845 Text Font Color

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

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


#387845 Background Color

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

This div background color is #387845


#387845 Border Color

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

This div border color is #387845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387845


Comments

No comments written yet.

Please login to write comment.