Color Hex Logo

#47923d Color Hex

#47923D
(71,146,61)
0 Favorites   0 Comments

Color spaces of #47923d

RGB 7114661
HSL0.310.410.41
HSV113°58°57°
CMYK 0.510.000.58   0.43
XYZ13.719722.23437.9834
Yxy22.23430.31230.5060
Hunter Lab47.1533-30.581922.9690
CIE-Lab54.2747-40.624137.4542

#47923d color RGB value is (71,146,61).

#47923d hex color red value is 71, green value is 146 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #47923d hue: 0.31 , saturation: 0.41 and the lightness value of 47923d is 0.41.

The process color (four color CMYK) of #47923d color hex is 0.51, 0.00, 0.58, 0.43. Web safe color of #47923d is #339933. Color #47923d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010010 00111101
Octal 107 222 75
Decimal 71 146 61
Hex 47 92 3D

RGB Percentages of Color #47923d

%25.54
%52.52
%21.94

CMYK Percentages of Color #47923d

%51
%0
%58
%43

Triadic Colors of #47923d

#47923d #3d4792 #923d47

Analogous Colors of #47923d

#47923d #3d925e #72923d

Monochromatic Colors of #47923d

#47923d

Complementary Color

#47923d #883d92

#47923d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47923d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47923d Color CSS Codes

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

#47923d Text Font Color

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

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


#47923d Background Color

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

This div background color is #47923d


#47923d Border Color

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

This div border color is #47923d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47923d


Comments

No comments written yet.

Please login to write comment.