COLOR #4A754A

HEX: #4A754A
RGB: (74,117,74)

Color info

#4A754A contains red, green and blue colors in about the same proportion. Web safe color of #4A754A is #336633 (or #363).

RGB color model

#4A754A color RGB value is (74,117,74).

  • red value is 74;
  • green value is 117;
  • blue value is 74.
RGB:
(74,117,74)
(29%,46%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 117 of 255 = 46%
B 74 of 255 = 29%

74
117
74

R + G + B ~ 35%. #4A754A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 117 + 74 = 265 (100%)
R 74 of 265 ~ 27.92%
G 117 of 265 ~ 44.15%
B 74 of 265 ~ 27.92%

%27.92
%44.15
%27.92

CMYK color model

#4A754A color CMYK value is (37,0,37,54).

  • cyan value is 36.75%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(37,0,37,54)
C37M0Y37K54 
(37%,0%,37%,54%)
(0.37/0.00/0.37/0.54)	

CMYK percentages

%36.75
%0
%36.75
%54.12

Codes

Color #4A754A in popluar color models

4A754A
RGB7411774
HSL120°22.51%37.45%
HSB/HSV120°36.75%45.88%
CMYK36.75%0.00%36.75%
54.12%

Color #4A754A in popluar number systems.

HEX4A754A
Decimal7411774
Binary100101011101011001010
Octal112165112

Shades and tints

Shades of #4A754A

#4A754A
(74,117,74)
#446B44
(68,107,68)
#3E613E
(62,97,62)
#385738
(56,87,56)
#324D32
(50,77,50)
#2C432C
(44,67,44)
#263926
(38,57,38)
#202F20
(32,47,32)
#1A251A
(26,37,26)
#141B14
(20,27,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #4A754A

#4A754A
(74,117,74)
#5A815A
(90,129,90)
#6A8D6A
(106,141,106)
#7A997A
(122,153,122)
#8AA58A
(138,165,138)
#9AB19A
(154,177,154)
#AABDAA
(170,189,170)
#BAC9BA
(186,201,186)
#CAD5CA
(202,213,202)
#DAE1DA
(218,225,218)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A754A color. Also use rgb(74,117,74) instead hex code.

Text Font Color

.myTextColor { color: #4A754A; }

<p style="color:#4A754A">This sample text font color is #4A754A.</p>

This text font color is #4A754A.


Background Color

.myBgColor { background-color: #4A754A; }

<div style="background-color:#4A754A">Inner text</div>

This div background color is #4A754A.


Border color

.myBorderColor { border: 1px solid #4A754A; }

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

This div border color is #4A754A.


Opacity

.myOpacity80 { color: #4A754A; opacity: 0.8; }

<p style="color:#4A754A;opacity:0.8;">80%</p>

Text with #4A754A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4A754A;}

<p style="text-shadow: 3px 3px 1px #4A754A">Text here.</p>

This text has shadow with #4A754A color.

.textShadow {text-shadow: 3px 3px 1px #4A754A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4A754A, 5px 5px 20px red">Text here.</p>

This text has shadow with #4A754A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A754A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4A754A, Direction=45, Strength=4)">Text</p>

This text has shadow with #4A754A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4A754A;
  -webkit-box-shadow:	1px 1px 3px 2px #4A754A;
  box-shadow:		1px 1px 3px 2px #4A754A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A754A;
-webkit-box-shadow: 1px 1px 3px 2px #4A754A;
box-shadow:1px 1px 3px 2px #4A754A;">
Div content here</div>
This div box has shadow with color #4A754A.

Preview

Color preview on black background

This text has color #4A754A on black background.


Color preview on white background

This text has color #4A754A on white background.



Black color preview on #4A754A background

This text has black color on #4A754A background.


White color preview on #4A754A background

This text has white color on #4A754A background.