Color Hex Logo

#2f311d Color Hex

#2F311D
(47,49,29)
0 Favorites   0 Comments

Color spaces of #2f311d

RGB 474929
HSL0.180.260.15
HSV66°41°19°
CMYK 0.040.000.41   0.81
XYZ2.49242.88971.5888
Yxy2.88970.35750.4145
Hunter Lab16.9991-3.57696.3579
CIE-Lab19.5966-4.887012.5008

#2f311d color RGB value is (47,49,29).

#2f311d hex color red value is 47, green value is 49 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2f311d hue: 0.18 , saturation: 0.26 and the lightness value of 2f311d is 0.15.

The process color (four color CMYK) of #2f311d color hex is 0.04, 0.00, 0.41, 0.81. Web safe color of #2f311d is #333333. Color #2f311d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110001 00011101
Octal 57 61 35
Decimal 47 49 29
Hex 2F 31 1D

RGB Percentages of Color #2f311d

%37.60
%39.20
%23.20

CMYK Percentages of Color #2f311d

%4
%0
%41
%81

Triadic Colors of #2f311d

#2f311d #1d2f31 #311d2f

Analogous Colors of #2f311d

#2f311d #25311d #31291d

Monochromatic Colors of #2f311d

#2f311d

Complementary Color

#2f311d #1f1d31

#2f311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f311d Color CSS Codes

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

#2f311d Text Font Color

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

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


#2f311d Background Color

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

This div background color is #2f311d


#2f311d Border Color

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

This div border color is #2f311d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,49,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 #2f311d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f311d


Comments

No comments written yet.

Please login to write comment.