Color Hex Logo

#38392f Color Hex

#38392F
(56,57,47)
0 Favorites   0 Comments

Color spaces of #38392f

RGB 565747
HSL0.180.100.20
HSV66°18°22°
CMYK 0.020.000.18   0.78
XYZ3.60713.97223.2659
Yxy3.97220.33260.3663
Hunter Lab19.9304-2.57234.2357
CIE-Lab23.5793-2.57456.0993

#38392f color RGB value is (56,57,47).

#38392f hex color red value is 56, green value is 57 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #38392f hue: 0.18 , saturation: 0.10 and the lightness value of 38392f is 0.20.

The process color (four color CMYK) of #38392f color hex is 0.02, 0.00, 0.18, 0.78. Web safe color of #38392f is #333333. Color #38392f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111001 00101111
Octal 70 71 57
Decimal 56 57 47
Hex 38 39 2F

RGB Percentages of Color #38392f

%35.00
%35.63
%29.38

CMYK Percentages of Color #38392f

%2
%0
%18
%78

Triadic Colors of #38392f

#38392f #2f3839 #392f38

Analogous Colors of #38392f

#38392f #33392f #39352f

Monochromatic Colors of #38392f

#38392f

Complementary Color

#38392f #302f39

#38392f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38392f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38392f Color CSS Codes

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

#38392f Text Font Color

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

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


#38392f Background Color

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

This div background color is #38392f


#38392f Border Color

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

This div border color is #38392f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38392f


Comments

No comments written yet.

Please login to write comment.