Color Hex Logo

#4a7335 Color Hex

#4A7335
(74,115,53)
0 Favorites   0 Comments

Color spaces of #4a7335

RGB 7411553
HSL0.280.370.33
HSV100°54°45°
CMYK 0.360.000.54   0.55
XYZ9.597413.97445.5596
Yxy13.97440.32950.4797
Hunter Lab37.3823-19.591717.3499
CIE-Lab44.1962-26.634929.5887

#4a7335 color RGB value is (74,115,53).

#4a7335 hex color red value is 74, green value is 115 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #4a7335 hue: 0.28 , saturation: 0.37 and the lightness value of 4a7335 is 0.33.

The process color (four color CMYK) of #4a7335 color hex is 0.36, 0.00, 0.54, 0.55. Web safe color of #4a7335 is #336633. Color #4a7335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110011 00110101
Octal 112 163 65
Decimal 74 115 53
Hex 4A 73 35

RGB Percentages of Color #4a7335

%30.58
%47.52
%21.90

CMYK Percentages of Color #4a7335

%36
%0
%54
%55

Triadic Colors of #4a7335

#4a7335 #354a73 #73354a

Analogous Colors of #4a7335

#4a7335 #35733f #697335

Monochromatic Colors of #4a7335

#4a7335

Complementary Color

#4a7335 #5e3573

#4a7335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7335 Color CSS Codes

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

#4a7335 Text Font Color

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

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


#4a7335 Background Color

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

This div background color is #4a7335


#4a7335 Border Color

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

This div border color is #4a7335


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,115,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7335


Comments

No comments written yet.

Please login to write comment.