Color Hex Logo

#386450 Color Hex

#386450
(56,100,80)
0 Favorites   0 Comments

Color spaces of #386450

RGB 5610080
HSL0.420.280.31
HSV153°44°39°
CMYK 0.440.000.20   0.61
XYZ7.636010.53439.2203
Yxy10.53430.27880.3846
Hunter Lab32.4566-14.80375.8764
CIE-Lab38.7848-20.39376.6301

#386450 color RGB value is (56,100,80).

#386450 hex color red value is 56, green value is 100 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #386450 hue: 0.42 , saturation: 0.28 and the lightness value of 386450 is 0.31.

The process color (four color CMYK) of #386450 color hex is 0.44, 0.00, 0.20, 0.61. Web safe color of #386450 is #336666. Color #386450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100100 01010000
Octal 70 144 120
Decimal 56 100 80
Hex 38 64 50

RGB Percentages of Color #386450

%23.73
%42.37
%33.90

CMYK Percentages of Color #386450

%44
%0
%20
%61

Triadic Colors of #386450

#386450 #503864 #645038

Analogous Colors of #386450

#386450 #386264 #38643a

Monochromatic Colors of #386450

#386450

Complementary Color

#386450 #64384c

#386450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386450 Color CSS Codes

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

#386450 Text Font Color

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

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


#386450 Background Color

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

This div background color is #386450


#386450 Border Color

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

This div border color is #386450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386450


Comments

No comments written yet.

Please login to write comment.