Color Hex Logo

#384b49 Color Hex

#384B49
(56,75,73)
0 Favorites   0 Comments

Color spaces of #384b49

RGB 567573
HSL0.480.150.26
HSV174°25°29°
CMYK 0.250.000.03   0.71
XYZ5.34966.35397.2478
Yxy6.35390.28230.3353
Hunter Lab25.2069-6.22960.5971
CIE-Lab30.2883-7.9030-1.2473

#384b49 color RGB value is (56,75,73).

#384b49 hex color red value is 56, green value is 75 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #384b49 hue: 0.48 , saturation: 0.15 and the lightness value of 384b49 is 0.26.

The process color (four color CMYK) of #384b49 color hex is 0.25, 0.00, 0.03, 0.71. Web safe color of #384b49 is #333333. Color #384b49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 01001001
Octal 70 113 111
Decimal 56 75 73
Hex 38 4B 49

RGB Percentages of Color #384b49

%27.45
%36.76
%35.78

CMYK Percentages of Color #384b49

%25
%0
%3
%71

Triadic Colors of #384b49

#384b49 #49384b #4b4938

Analogous Colors of #384b49

#384b49 #38444b #384b40

Monochromatic Colors of #384b49

#384b49

Complementary Color

#384b49 #4b383a

#384b49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384b49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384b49 Color CSS Codes

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

#384b49 Text Font Color

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

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


#384b49 Background Color

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

This div background color is #384b49


#384b49 Border Color

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

This div border color is #384b49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384b49


Comments

No comments written yet.

Please login to write comment.