Color Hex Logo

#2f3427 Color Hex

#2F3427
(47,52,39)
0 Favorites   0 Comments

Color spaces of #2f3427

RGB 475239
HSL0.230.140.18
HSV83°25°20°
CMYK 0.100.000.25   0.80
XYZ2.76653.20682.3926
Yxy3.20680.33070.3833
Hunter Lab17.9075-3.76214.6136
CIE-Lab20.8538-5.04857.5222

#2f3427 color RGB value is (47,52,39).

#2f3427 hex color red value is 47, green value is 52 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #2f3427 hue: 0.23 , saturation: 0.14 and the lightness value of 2f3427 is 0.18.

The process color (four color CMYK) of #2f3427 color hex is 0.10, 0.00, 0.25, 0.80. Web safe color of #2f3427 is #333333. Color #2f3427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110100 00100111
Octal 57 64 47
Decimal 47 52 39
Hex 2F 34 27

RGB Percentages of Color #2f3427

%34.06
%37.68
%28.26

CMYK Percentages of Color #2f3427

%10
%0
%25
%80

Triadic Colors of #2f3427

#2f3427 #272f34 #34272f

Analogous Colors of #2f3427

#2f3427 #293427 #343327

Monochromatic Colors of #2f3427

#2f3427

Complementary Color

#2f3427 #2c2734

#2f3427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f3427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f3427 Color CSS Codes

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

#2f3427 Text Font Color

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

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


#2f3427 Background Color

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

This div background color is #2f3427


#2f3427 Border Color

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

This div border color is #2f3427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f3427


Comments

No comments written yet.

Please login to write comment.