Color Hex Logo

#2f292a Color Hex

#2F292A
(47,41,42)
0 Favorites   0 Comments

Color spaces of #2f292a

RGB 474142
HSL0.970.070.17
HSV350°13°18°
CMYK 0.000.130.11   0.82
XYZ2.38312.35742.5199
Yxy2.35740.32820.3247
Hunter Lab15.35380.83621.0169
CIE-Lab17.26102.97620.3515

#2f292a color RGB value is (47,41,42).

#2f292a hex color red value is 47, green value is 41 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #2f292a hue: 0.97 , saturation: 0.07 and the lightness value of 2f292a is 0.17.

The process color (four color CMYK) of #2f292a color hex is 0.00, 0.13, 0.11, 0.82. Web safe color of #2f292a is #333333. Color #2f292a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00101001 00101010
Octal 57 51 52
Decimal 47 41 42
Hex 2F 29 2A

RGB Percentages of Color #2f292a

%36.15
%31.54
%32.31

CMYK Percentages of Color #2f292a

%0
%13
%11
%82

Triadic Colors of #2f292a

#2f292a #2a2f29 #292a2f

Analogous Colors of #2f292a

#2f292a #2f2b29 #2f292d

Monochromatic Colors of #2f292a

#2f292a

Complementary Color

#2f292a #292f2e

#2f292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f292a Color CSS Codes

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

#2f292a Text Font Color

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

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


#2f292a Background Color

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

This div background color is #2f292a


#2f292a Border Color

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

This div border color is #2f292a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f292a


Comments

No comments written yet.

Please login to write comment.