Color Hex Logo

#387454 Color Hex

#387454
(56,116,84)
0 Favorites   0 Comments

Color spaces of #387454

RGB 5611684
HSL0.410.350.34
HSV148°52°45°
CMYK 0.520.000.28   0.55
XYZ9.476513.971610.5848
Yxy13.97160.27850.4105
Hunter Lab37.3786-20.15799.3754
CIE-Lab44.1922-27.599311.8185

#387454 color RGB value is (56,116,84).

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

The process color (four color CMYK) of #387454 color hex is 0.52, 0.00, 0.28, 0.55. Web safe color of #387454 is #336666. Color #387454 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 01010100
Octal 70 164 124
Decimal 56 116 84
Hex 38 74 54

RGB Percentages of Color #387454

%21.88
%45.31
%32.81

CMYK Percentages of Color #387454

%52
%0
%28
%55

Triadic Colors of #387454

#387454 #543874 #745438

Analogous Colors of #387454

#387454 #387472 #3a7438

Monochromatic Colors of #387454

#387454

Complementary Color

#387454 #743858

#387454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387454 Color CSS Codes

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

#387454 Text Font Color

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

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


#387454 Background Color

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

This div background color is #387454


#387454 Border Color

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

This div border color is #387454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387454


Comments

No comments written yet.

Please login to write comment.