Color Hex Logo

#47926a Color Hex

#47926A
(71,146,106)
0 Favorites   0 Comments

Color spaces of #47926a

RGB 71146106
HSL0.410.350.43
HSV148°51°57°
CMYK 0.510.000.27   0.43
XYZ15.478922.938017.2473
Yxy22.93800.27810.4121
Hunter Lab47.8936-26.123912.1742
CIE-Lab55.0084-33.023914.2143

#47926a color RGB value is (71,146,106).

#47926a hex color red value is 71, green value is 146 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #47926a hue: 0.41 , saturation: 0.35 and the lightness value of 47926a is 0.43.

The process color (four color CMYK) of #47926a color hex is 0.51, 0.00, 0.27, 0.43. Web safe color of #47926a is #339966. Color #47926a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010010 01101010
Octal 107 222 152
Decimal 71 146 106
Hex 47 92 6A

RGB Percentages of Color #47926a

%21.98
%45.20
%32.82

CMYK Percentages of Color #47926a

%51
%0
%27
%43

Triadic Colors of #47926a

#47926a #6a4792 #926a47

Analogous Colors of #47926a

#47926a #479290 #4a9247

Monochromatic Colors of #47926a

#47926a

Complementary Color

#47926a #92476f

#47926a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47926a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47926a Color CSS Codes

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

#47926a Text Font Color

<p style="color:#47926a">Text here</p>

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


#47926a Background Color

<div style="background-color:#47926a">
Div content here</div>

This div background color is #47926a


#47926a Border Color

<div style="border:3px solid #47926a">
Div here</div>

This div border color is #47926a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,146,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47926a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47926a;
  -webkit-box-shadow: 1px 1px 3px 2px #47926a;
  box-shadow:         1px 1px 3px 2px #47926a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47926a


Comments

No comments written yet.

Please login to write comment.