Color Hex Logo

#2f4132 Color Hex

#2F4132
(47,65,50)
0 Favorites   0 Comments

Color spaces of #2f4132

RGB 476550
HSL0.360.160.22
HSV130°28°25°
CMYK 0.280.000.23   0.75
XYZ3.63834.61523.7167
Yxy4.61520.30390.3856
Hunter Lab21.4830-7.36504.7806
CIE-Lab25.6091-10.84046.8620

#2f4132 color RGB value is (47,65,50).

#2f4132 hex color red value is 47, green value is 65 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #2f4132 hue: 0.36 , saturation: 0.16 and the lightness value of 2f4132 is 0.22.

The process color (four color CMYK) of #2f4132 color hex is 0.28, 0.00, 0.23, 0.75. Web safe color of #2f4132 is #333333. Color #2f4132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000001 00110010
Octal 57 101 62
Decimal 47 65 50
Hex 2F 41 32

RGB Percentages of Color #2f4132

%29.01
%40.12
%30.86

CMYK Percentages of Color #2f4132

%28
%0
%23
%75

Triadic Colors of #2f4132

#2f4132 #322f41 #41322f

Analogous Colors of #2f4132

#2f4132 #2f413b #35412f

Monochromatic Colors of #2f4132

#2f4132

Complementary Color

#2f4132 #412f3e

#2f4132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f4132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f4132 Color CSS Codes

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

#2f4132 Text Font Color

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

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


#2f4132 Background Color

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

This div background color is #2f4132


#2f4132 Border Color

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

This div border color is #2f4132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f4132


Comments

No comments written yet.

Please login to write comment.