Color Hex Logo

#47521d Color Hex

#47521D
(71,82,29)
0 Favorites   0 Comments

Color spaces of #47521d

RGB 718229
HSL0.200.480.22
HSV72°65°32°
CMYK 0.130.000.65   0.68
XYZ5.83767.46292.2952
Yxy7.46290.37430.4785
Hunter Lab27.3183-9.663714.1415
CIE-Lab32.8383-13.236528.9559

#47521d color RGB value is (71,82,29).

#47521d hex color red value is 71, green value is 82 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #47521d hue: 0.20 , saturation: 0.48 and the lightness value of 47521d is 0.22.

The process color (four color CMYK) of #47521d color hex is 0.13, 0.00, 0.65, 0.68. Web safe color of #47521d is #336633. Color #47521d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 00011101
Octal 107 122 35
Decimal 71 82 29
Hex 47 52 1D

RGB Percentages of Color #47521d

%39.01
%45.05
%15.93

CMYK Percentages of Color #47521d

%13
%0
%65
%68

Triadic Colors of #47521d

#47521d #1d4752 #521d47

Analogous Colors of #47521d

#47521d #2d521d #52431d

Monochromatic Colors of #47521d

#47521d

Complementary Color

#47521d #281d52

#47521d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47521d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47521d Color CSS Codes

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

#47521d Text Font Color

<p style="color:#47521d">Text here</p>

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


#47521d Background Color

<div style="background-color:#47521d">
Div content here</div>

This div background color is #47521d


#47521d Border Color

<div style="border:3px solid #47521d">
Div here</div>

This div border color is #47521d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,82,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47521d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47521d;
  -webkit-box-shadow: 1px 1px 3px 2px #47521d;
  box-shadow:         1px 1px 3px 2px #47521d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,82,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 #47521d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47521d


Comments

No comments written yet.

Please login to write comment.