Color Hex Logo

#2f231d Color Hex

#2F231D
(47,35,29)
0 Favorites   0 Comments

Color spaces of #2f231d

RGB 473529
HSL0.060.240.15
HSV20°38°18°
CMYK 0.000.260.38   0.82
XYZ1.99511.89511.4230
Yxy1.89510.37550.3567
Hunter Lab13.76631.77853.5077
CIE-Lab14.92684.62056.2123

#2f231d color RGB value is (47,35,29).

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

The process color (four color CMYK) of #2f231d color hex is 0.00, 0.26, 0.38, 0.82. Web safe color of #2f231d is #333333. Color #2f231d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00100011 00011101
Octal 57 43 35
Decimal 47 35 29
Hex 2F 23 1D

RGB Percentages of Color #2f231d

%42.34
%31.53
%26.13

CMYK Percentages of Color #2f231d

%0
%26
%38
%82

Triadic Colors of #2f231d

#2f231d #1d2f23 #231d2f

Analogous Colors of #2f231d

#2f231d #2f2c1d #2f1d20

Monochromatic Colors of #2f231d

#2f231d

Complementary Color

#2f231d #1d292f

#2f231d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f231d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f231d Color CSS Codes

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

#2f231d Text Font Color

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

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


#2f231d Background Color

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

This div background color is #2f231d


#2f231d Border Color

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

This div border color is #2f231d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f231d


Comments

No comments written yet.

Please login to write comment.