Color Hex Logo

#2f411d Color Hex

#2F411D
(47,65,29)
0 Favorites   0 Comments

Color spaces of #2f411d

RGB 476529
HSL0.250.380.18
HSV90°55°25°
CMYK 0.280.000.55   0.75
XYZ3.28444.47361.8528
Yxy4.47360.34170.4655
Hunter Lab21.1509-9.29589.6119
CIE-Lab25.1791-14.638219.5563

#2f411d color RGB value is (47,65,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000001 00011101
Octal 57 101 35
Decimal 47 65 29
Hex 2F 41 1D

RGB Percentages of Color #2f411d

%33.33
%46.10
%20.57

CMYK Percentages of Color #2f411d

%28
%0
%55
%75

Triadic Colors of #2f411d

#2f411d #1d2f41 #411d2f

Analogous Colors of #2f411d

#2f411d #1d411d #41411d

Monochromatic Colors of #2f411d

#2f411d

Complementary Color

#2f411d #2f1d41

#2f411d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f411d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f411d Color CSS Codes

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

#2f411d Text Font Color

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

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


#2f411d Background Color

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

This div background color is #2f411d


#2f411d Border Color

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

This div border color is #2f411d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f411d


Comments

No comments written yet.

Please login to write comment.