Color Hex Logo

#2d471c Color Hex

#2D471C
(45,71,28)
0 Favorites   0 Comments

Color spaces of #2d471c

RGB 457128
HSL0.270.430.19
HSV96°61°28°
CMYK 0.370.000.61   0.72
XYZ3.54505.14821.9055
Yxy5.14820.33450.4857
Hunter Lab22.6896-11.818310.9035
CIE-Lab27.1529-18.947622.4761

#2d471c color RGB value is (45,71,28).

#2d471c hex color red value is 45, green value is 71 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #2d471c hue: 0.27 , saturation: 0.43 and the lightness value of 2d471c is 0.19.

The process color (four color CMYK) of #2d471c color hex is 0.37, 0.00, 0.61, 0.72. Web safe color of #2d471c is #333333. Color #2d471c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01000111 00011100
Octal 55 107 34
Decimal 45 71 28
Hex 2D 47 1C

RGB Percentages of Color #2d471c

%31.25
%49.31
%19.44

CMYK Percentages of Color #2d471c

%37
%0
%61
%72

Triadic Colors of #2d471c

#2d471c #1c2d47 #471c2d

Analogous Colors of #2d471c

#2d471c #1c4721 #43471c

Monochromatic Colors of #2d471c

#2d471c

Complementary Color

#2d471c #361c47

#2d471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d471c Color CSS Codes

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

#2d471c Text Font Color

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

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


#2d471c Background Color

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

This div background color is #2d471c


#2d471c Border Color

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

This div border color is #2d471c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d471c


Comments

No comments written yet.

Please login to write comment.