Color Hex Logo

#386354 Color Hex

#386354
(56,99,84)
0 Favorites   0 Comments

Color spaces of #386354

RGB 569984
HSL0.440.280.30
HSV159°43°39°
CMYK 0.430.000.15   0.61
XYZ7.693010.40459.9903
Yxy10.40450.27390.3704
Hunter Lab32.2560-13.87614.2160
CIE-Lab38.5588-18.88433.8608

#386354 color RGB value is (56,99,84).

#386354 hex color red value is 56, green value is 99 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #386354 hue: 0.44 , saturation: 0.28 and the lightness value of 386354 is 0.30.

The process color (four color CMYK) of #386354 color hex is 0.43, 0.00, 0.15, 0.61. Web safe color of #386354 is #336666. Color #386354 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100011 01010100
Octal 70 143 124
Decimal 56 99 84
Hex 38 63 54

RGB Percentages of Color #386354

%23.43
%41.42
%35.15

CMYK Percentages of Color #386354

%43
%0
%15
%61

Triadic Colors of #386354

#386354 #543863 #635438

Analogous Colors of #386354

#386354 #385d63 #38633f

Monochromatic Colors of #386354

#386354

Complementary Color

#386354 #633847

#386354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386354 Color CSS Codes

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

#386354 Text Font Color

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

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


#386354 Background Color

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

This div background color is #386354


#386354 Border Color

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

This div border color is #386354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386354


Comments

No comments written yet.

Please login to write comment.