Color Hex Logo

#384746 Color Hex

#384746
(56,71,70)
0 Favorites   0 Comments

Color spaces of #384746

RGB 567170
HSL0.490.120.25
HSV176°21°28°
CMYK 0.210.000.01   0.72
XYZ4.98965.78946.6488
Yxy5.78940.28630.3322
Hunter Lab24.0612-5.09120.4593
CIE-Lab28.8748-6.2086-1.3870

#384746 color RGB value is (56,71,70).

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

The process color (four color CMYK) of #384746 color hex is 0.21, 0.00, 0.01, 0.72. Web safe color of #384746 is #333333. Color #384746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 01000110
Octal 70 107 106
Decimal 56 71 70
Hex 38 47 46

RGB Percentages of Color #384746

%28.43
%36.04
%35.53

CMYK Percentages of Color #384746

%21
%0
%1
%72

Triadic Colors of #384746

#384746 #463847 #474638

Analogous Colors of #384746

#384746 #384147 #38473f

Monochromatic Colors of #384746

#384746

Complementary Color

#384746 #473839

#384746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384746 Color CSS Codes

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

#384746 Text Font Color

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

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


#384746 Background Color

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

This div background color is #384746


#384746 Border Color

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

This div border color is #384746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384746


Comments

No comments written yet.

Please login to write comment.