Color Hex Logo

#384948 Color Hex

#384948
(56,73,72)
0 Favorites   0 Comments

Color spaces of #384948

RGB 567372
HSL0.490.130.25
HSV176°23°29°
CMYK 0.230.000.01   0.71
XYZ5.18316.07377.0301
Yxy6.07370.28340.3321
Hunter Lab24.6449-5.58790.3386
CIE-Lab29.5976-6.9349-1.6184

#384948 color RGB value is (56,73,72).

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

The process color (four color CMYK) of #384948 color hex is 0.23, 0.00, 0.01, 0.71. Web safe color of #384948 is #333333. Color #384948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 01001000
Octal 70 111 110
Decimal 56 73 72
Hex 38 49 48

RGB Percentages of Color #384948

%27.86
%36.32
%35.82

CMYK Percentages of Color #384948

%23
%0
%1
%71

Triadic Colors of #384948

#384948 #483849 #494838

Analogous Colors of #384948

#384948 #384249 #384940

Monochromatic Colors of #384948

#384948

Complementary Color

#384948 #493839

#384948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384948 Color CSS Codes

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

#384948 Text Font Color

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

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


#384948 Background Color

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

This div background color is #384948


#384948 Border Color

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

This div border color is #384948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384948


Comments

No comments written yet.

Please login to write comment.