Color Hex Logo

#4a723d Color Hex

#4A723D
(74,114,61)
0 Favorites   0 Comments

Color spaces of #4a723d

RGB 7411461
HSL0.290.300.34
HSV105°46°45°
CMYK 0.350.000.46   0.55
XYZ9.683713.82746.5735
Yxy13.82740.32190.4596
Hunter Lab37.1852-18.589515.5485
CIE-Lab43.9844-25.026124.9624

#4a723d color RGB value is (74,114,61).

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

The process color (four color CMYK) of #4a723d color hex is 0.35, 0.00, 0.46, 0.55. Web safe color of #4a723d is #336633. Color #4a723d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110010 00111101
Octal 112 162 75
Decimal 74 114 61
Hex 4A 72 3D

RGB Percentages of Color #4a723d

%29.72
%45.78
%24.50

CMYK Percentages of Color #4a723d

%35
%0
%46
%55

Triadic Colors of #4a723d

#4a723d #3d4a72 #723d4a

Analogous Colors of #4a723d

#4a723d #3d724b #65723d

Monochromatic Colors of #4a723d

#4a723d

Complementary Color

#4a723d #653d72

#4a723d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a723d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a723d Color CSS Codes

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

#4a723d Text Font Color

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

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


#4a723d Background Color

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

This div background color is #4a723d


#4a723d Border Color

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

This div border color is #4a723d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a723d


Comments

No comments written yet.

Please login to write comment.