Color Hex Logo

#383846 Color Hex

#383846
(56,56,70)
0 Favorites   0 Comments

Color spaces of #383846

RGB 565670
HSL0.670.110.25
HSV240°20°27°
CMYK 0.200.200.00   0.73
XYZ4.15064.11136.3692
Yxy4.11130.28370.2810
Hunter Lab20.27631.0556-4.4307
CIE-Lab24.03603.5045-8.6099

#383846 color RGB value is (56,56,70).

#383846 hex color red value is 56, green value is 56 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #383846 hue: 0.67 , saturation: 0.11 and the lightness value of 383846 is 0.25.

The process color (four color CMYK) of #383846 color hex is 0.20, 0.20, 0.00, 0.73. Web safe color of #383846 is #333333. Color #383846 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111000 01000110
Octal 70 70 106
Decimal 56 56 70
Hex 38 38 46

RGB Percentages of Color #383846

%30.77
%30.77
%38.46

CMYK Percentages of Color #383846

%20
%20
%0
%73

Triadic Colors of #383846

#383846 #463838 #384638

Analogous Colors of #383846

#383846 #3f3846 #383f46

Monochromatic Colors of #383846

#383846

Complementary Color

#383846 #464638

#383846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383846 Color CSS Codes

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

#383846 Text Font Color

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

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


#383846 Background Color

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

This div background color is #383846


#383846 Border Color

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

This div border color is #383846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383846


Comments

No comments written yet.

Please login to write comment.