#2f0e1d

#2f0e1d color hex

#2f0e1d hex color information.
RGB value of #2f0e1d is (47,14,29)
Change page background color to #2f0e1d | Reset

#2f0e1d rgb color chart

Color spaces of #2f0e1d

RGB 471429
HSL0.920.540.12
HSV333°70°18°
CMYK 0.000.700.38   0.82
XYZ1.55111.00711.2750
Yxy1.00710.40460.2627
Hunter Lab10.035410.0274-0.5080
CIE-Lab9.050418.8486-2.2260

Shades of #2f0e1d

Tints of #2f0e1d

RGB Percentages of Color #2f0e1d

%52.22
%15.56
%32.22

CMYK Percentages of Color #2f0e1d

%0
%70
%38
%82

#2f0e1d Color Info

#2f0e1d hex color red value is 47, green value is 14 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #2f0e1d hue: 0.92 , saturation: 0.54 and the lightness value of 2f0e1d is 0.12.

The process color (four color CMYK) of #2f0e1d hex color is 0.00, 0.70, 0.38, 0.82. Web safe color of #2f0e1d is #330033

Color #2f0e1d contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00001110 00011101
Octal 57 16 35
Decimal 47 14 29
Hexadecimal 2F E 1D

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #2f0e1d

Triadic Colors of #2f0e1d

#2f0e1d #1d2f0e #0e1d2f

Analogous Colors of #2f0e1d

#2f0e1d #2f0f0e #2f0e2d

Complementary Color of #2f0e1d

#2f0e1d #0e2f20

#2f0e1d HSL Color Chart
#2f0e1d hsl color chart
#2f0e1d RGB Color Chart

#2f0e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f0e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f0e1d Color CSS Codes

.mybgcolor {background-color:#2f0e1d; } 
.myforecolor {color:#2f0e1d; }
.mybordercolor {border:3px solid #2f0e1d; }
Sample text font color #2f0e1d

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

html code
<p style="color:#2f0e1d">Text here</p>
#2f0e1d background color

This div background color is #2f0e1d

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

This div border color is #2f0e1d

<div style="border:3px solid #2f0e1d">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #2f0e1d Color Sample
#2f0e1dborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(47,14,29, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #2f0e1d; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #2f0e1d;
  -webkit-box-shadow: 1px 1px 3px 2px #2f0e1d;
  box-shadow:         1px 1px 3px 2px #2f0e1d; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(47,14,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2f0e1d">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #2f0e1d

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top