Color Hex Logo

#2f392c Color Hex

#2F392C
(47,57,44)
0 Favorites   0 Comments

Color spaces of #2f392c

RGB 475744
HSL0.290.130.20
HSV106°23°22°
CMYK 0.180.000.23   0.78
XYZ3.09003.71242.9366
Yxy3.71240.31730.3812
Hunter Lab19.2676-5.09174.4508
CIE-Lab22.6969-7.21776.7409

#2f392c color RGB value is (47,57,44).

#2f392c hex color red value is 47, green value is 57 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #2f392c hue: 0.29 , saturation: 0.13 and the lightness value of 2f392c is 0.20.

The process color (four color CMYK) of #2f392c color hex is 0.18, 0.00, 0.23, 0.78. Web safe color of #2f392c is #333333. Color #2f392c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00111001 00101100
Octal 57 71 54
Decimal 47 57 44
Hex 2F 39 2C

RGB Percentages of Color #2f392c

%31.76
%38.51
%29.73

CMYK Percentages of Color #2f392c

%18
%0
%23
%78

Triadic Colors of #2f392c

#2f392c #2c2f39 #392c2f

Analogous Colors of #2f392c

#2f392c #2c3930 #36392c

Monochromatic Colors of #2f392c

#2f392c

Complementary Color

#2f392c #362c39

#2f392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f392c Color CSS Codes

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

#2f392c Text Font Color

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

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


#2f392c Background Color

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

This div background color is #2f392c


#2f392c Border Color

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

This div border color is #2f392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f392c


Comments

No comments written yet.

Please login to write comment.