Color Hex Logo

#386952 Color Hex

#386952
(56,105,82)
0 Favorites   0 Comments

Color spaces of #386952

RGB 5610582
HSL0.420.300.32
HSV152°47°41°
CMYK 0.470.000.22   0.59
XYZ8.205511.55319.7801
Yxy11.55310.27780.3911
Hunter Lab33.9899-16.39056.7330
CIE-Lab40.4968-22.53797.8393

#386952 color RGB value is (56,105,82).

#386952 hex color red value is 56, green value is 105 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #386952 hue: 0.42 , saturation: 0.30 and the lightness value of 386952 is 0.32.

The process color (four color CMYK) of #386952 color hex is 0.47, 0.00, 0.22, 0.59. Web safe color of #386952 is #336666. Color #386952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101001 01010010
Octal 70 151 122
Decimal 56 105 82
Hex 38 69 52

RGB Percentages of Color #386952

%23.05
%43.21
%33.74

CMYK Percentages of Color #386952

%47
%0
%22
%59

Triadic Colors of #386952

#386952 #523869 #695238

Analogous Colors of #386952

#386952 #386869 #38693a

Monochromatic Colors of #386952

#386952

Complementary Color

#386952 #69384f

#386952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386952 Color CSS Codes

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

#386952 Text Font Color

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

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


#386952 Background Color

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

This div background color is #386952


#386952 Border Color

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

This div border color is #386952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386952


Comments

No comments written yet.

Please login to write comment.