Color Hex Logo

#4a803d Color Hex

#4A803D
(74,128,61)
0 Favorites   0 Comments

Color spaces of #4a803d

RGB 7412861
HSL0.300.350.37
HSV108°52°50°
CMYK 0.420.000.52   0.50
XYZ11.385517.23117.1407
Yxy17.23110.31840.4819
Hunter Lab41.5104-23.684018.8581
CIE-Lab48.5499-31.756430.6394

#4a803d color RGB value is (74,128,61).

#4a803d hex color red value is 74, green value is 128 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #4a803d hue: 0.30 , saturation: 0.35 and the lightness value of 4a803d is 0.37.

The process color (four color CMYK) of #4a803d color hex is 0.42, 0.00, 0.52, 0.50. Web safe color of #4a803d is #339933. Color #4a803d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000000 00111101
Octal 112 200 75
Decimal 74 128 61
Hex 4A 80 3D

RGB Percentages of Color #4a803d

%28.14
%48.67
%23.19

CMYK Percentages of Color #4a803d

%42
%0
%52
%50

Triadic Colors of #4a803d

#4a803d #3d4a80 #803d4a

Analogous Colors of #4a803d

#4a803d #3d8052 #6c803d

Monochromatic Colors of #4a803d

#4a803d

Complementary Color

#4a803d #733d80

#4a803d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a803d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a803d Color CSS Codes

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

#4a803d Text Font Color

<p style="color:#4a803d">Text here</p>

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


#4a803d Background Color

<div style="background-color:#4a803d">
Div content here</div>

This div background color is #4a803d


#4a803d Border Color

<div style="border:3px solid #4a803d">
Div here</div>

This div border color is #4a803d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,128,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a803d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a803d;
  -webkit-box-shadow: 1px 1px 3px 2px #4a803d;
  box-shadow:         1px 1px 3px 2px #4a803d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,128,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 #4a803d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a803d


Comments

No comments written yet.

Please login to write comment.