Color Hex Logo

#387441 Color Hex

#387441
(56,116,65)
0 Favorites   0 Comments

Color spaces of #387441

RGB 5611665
HSL0.360.350.34
HSV129°52°45°
CMYK 0.520.000.44   0.55
XYZ8.830413.71327.1825
Yxy13.71320.29710.4613
Hunter Lab37.0313-22.240214.4222
CIE-Lab43.8188-31.383522.3252

#387441 color RGB value is (56,116,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 01000001
Octal 70 164 101
Decimal 56 116 65
Hex 38 74 41

RGB Percentages of Color #387441

%23.63
%48.95
%27.43

CMYK Percentages of Color #387441

%52
%0
%44
%55

Triadic Colors of #387441

#387441 #413874 #744138

Analogous Colors of #387441

#387441 #38745f #4d7438

Monochromatic Colors of #387441

#387441

Complementary Color

#387441 #74386b

#387441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387441 Color CSS Codes

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

#387441 Text Font Color

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

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


#387441 Background Color

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

This div background color is #387441


#387441 Border Color

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

This div border color is #387441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387441


Comments

No comments written yet.

Please login to write comment.