Color Hex Logo

#47806d Color Hex

#47806D
(71,128,109)
0 Favorites   0 Comments

Color spaces of #47806d

RGB 71128109
HSL0.440.290.39
HSV160°45°50°
CMYK 0.450.000.15   0.50
XYZ13.078017.882117.2303
Yxy17.88210.27140.3711
Hunter Lab42.2872-18.79875.4428
CIE-Lab49.3528-23.56364.4987

#47806d color RGB value is (71,128,109).

#47806d hex color red value is 71, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #47806d hue: 0.44 , saturation: 0.29 and the lightness value of 47806d is 0.39.

The process color (four color CMYK) of #47806d color hex is 0.45, 0.00, 0.15, 0.50. Web safe color of #47806d is #339966. Color #47806d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000000 01101101
Octal 107 200 155
Decimal 71 128 109
Hex 47 80 6D

RGB Percentages of Color #47806d

%23.05
%41.56
%35.39

CMYK Percentages of Color #47806d

%45
%0
%15
%50

Triadic Colors of #47806d

#47806d #6d4780 #806d47

Analogous Colors of #47806d

#47806d #477780 #478051

Monochromatic Colors of #47806d

#47806d

Complementary Color

#47806d #80475a

#47806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47806d Color CSS Codes

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

#47806d Text Font Color

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

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


#47806d Background Color

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

This div background color is #47806d


#47806d Border Color

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

This div border color is #47806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47806d


Comments

No comments written yet.

Please login to write comment.