Color Hex Logo

#2f472e Color Hex

#2F472E
(47,71,46)
0 Favorites   0 Comments

Color spaces of #2f472e

RGB 477146
HSL0.330.210.23
HSV118°35°28°
CMYK 0.340.000.35   0.72
XYZ3.91875.30813.4028
Yxy5.30810.31030.4203
Hunter Lab23.0393-9.95827.3707
CIE-Lab27.5951-15.178612.1666

#2f472e color RGB value is (47,71,46).

#2f472e hex color red value is 47, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #2f472e hue: 0.33 , saturation: 0.21 and the lightness value of 2f472e is 0.23.

The process color (four color CMYK) of #2f472e color hex is 0.34, 0.00, 0.35, 0.72. Web safe color of #2f472e is #333333. Color #2f472e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000111 00101110
Octal 57 107 56
Decimal 47 71 46
Hex 2F 47 2E

RGB Percentages of Color #2f472e

%28.66
%43.29
%28.05

CMYK Percentages of Color #2f472e

%34
%0
%35
%72

Triadic Colors of #2f472e

#2f472e #2e2f47 #472e2f

Analogous Colors of #2f472e

#2f472e #2e473a #3c472e

Monochromatic Colors of #2f472e

#2f472e

Complementary Color

#2f472e #462e47

#2f472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f472e Color CSS Codes

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

#2f472e Text Font Color

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

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


#2f472e Background Color

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

This div background color is #2f472e


#2f472e Border Color

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

This div border color is #2f472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f472e


Comments

No comments written yet.

Please login to write comment.