Color Hex Logo

#2f441f Color Hex

#2F441F
(47,68,31)
0 Favorites   0 Comments

Color spaces of #2f441f

RGB 476831
HSL0.260.370.19
HSV94°54°27°
CMYK 0.310.000.54   0.73
XYZ3.48674.83752.0463
Yxy4.83750.33620.4665
Hunter Lab21.9943-10.19299.8798
CIE-Lab26.2667-16.048719.6996

#2f441f color RGB value is (47,68,31).

#2f441f hex color red value is 47, green value is 68 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #2f441f hue: 0.26 , saturation: 0.37 and the lightness value of 2f441f is 0.19.

The process color (four color CMYK) of #2f441f color hex is 0.31, 0.00, 0.54, 0.73. Web safe color of #2f441f is #333333. Color #2f441f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000100 00011111
Octal 57 104 37
Decimal 47 68 31
Hex 2F 44 1F

RGB Percentages of Color #2f441f

%32.19
%46.58
%21.23

CMYK Percentages of Color #2f441f

%31
%0
%54
%73

Triadic Colors of #2f441f

#2f441f #1f2f44 #441f2f

Analogous Colors of #2f441f

#2f441f #1f4422 #42441f

Monochromatic Colors of #2f441f

#2f441f

Complementary Color

#2f441f #341f44

#2f441f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f441f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f441f Color CSS Codes

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

#2f441f Text Font Color

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

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


#2f441f Background Color

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

This div background color is #2f441f


#2f441f Border Color

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

This div border color is #2f441f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f441f


Comments

No comments written yet.

Please login to write comment.