Color Hex Logo

#387446 Color Hex

#387446
(56,116,70)
0 Favorites   0 Comments

Color spaces of #387446

RGB 5611670
HSL0.370.350.34
HSV134°52°45°
CMYK 0.520.000.40   0.55
XYZ8.981813.77377.9796
Yxy13.77370.29220.4481
Hunter Lab37.1129-21.748413.2312
CIE-Lab43.9066-30.475219.5915

#387446 color RGB value is (56,116,70).

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

The process color (four color CMYK) of #387446 color hex is 0.52, 0.00, 0.40, 0.55. Web safe color of #387446 is #336633. Color #387446 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 01000110
Octal 70 164 106
Decimal 56 116 70
Hex 38 74 46

RGB Percentages of Color #387446

%23.14
%47.93
%28.93

CMYK Percentages of Color #387446

%52
%0
%40
%55

Triadic Colors of #387446

#387446 #463874 #744638

Analogous Colors of #387446

#387446 #387464 #487438

Monochromatic Colors of #387446

#387446

Complementary Color

#387446 #743866

#387446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387446 Color CSS Codes

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

#387446 Text Font Color

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

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


#387446 Background Color

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

This div background color is #387446


#387446 Border Color

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

This div border color is #387446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387446


Comments

No comments written yet.

Please login to write comment.