COLOR #74A433

HEX: #74A433
RGB: (116,164,51)

Color info

#74A433 contains mainly red and green colors. Web safe color of #74A433 is #669933 (or #693).

RGB color model

#74A433 color RGB value is (116,164,51).

  • red value is 116;
  • green value is 164;
  • blue value is 51.
RGB:
(116,164,51)
(45%,64%,20%)

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 51 of 255 = 20%

116
164
51

R + G + B ~ 43%. #74A433 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 164 + 51 = 331 (100%)
R 116 of 331 ~ 35.05%
G 164 of 331 ~ 49.55%
B 51 of 331 ~ 15.41%

%35.05
%49.55
%15.41

CMYK color model

#74A433 color CMYK value is (29,0,69,36).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 68.90%
  • key color value is 35.69%
CMYK:
(29,0,69,36)
C29M0Y69K36 
(29%,0%,69%,36%)
(0.29/0.00/0.69/0.36)	

CMYK percentages

%29.27
%0
%68.9
%35.69

Codes

Color #74A433 in popluar color models

74A433
RGB11616451
HSL85°52.56%42.16%
HSB/HSV85°68.90%64.31%
CMYK29.27%0.00%68.90%
35.69%

Color #74A433 in popluar number systems.

HEX74A433
Decimal11616451
Binary111010010100100110011
Octal16424463

Shades and tints

Shades of #74A433

#74A433
(116,164,51)
#6A962F
(106,150,47)
#60882B
(96,136,43)
#567A27
(86,122,39)
#4C6C23
(76,108,35)
#425E1F
(66,94,31)
#38501B
(56,80,27)
#2E4217
(46,66,23)
#243413
(36,52,19)
#1A260F
(26,38,15)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #74A433

#74A433
(116,164,51)
#80AC45
(128,172,69)
#8CB457
(140,180,87)
#98BC69
(152,188,105)
#A4C47B
(164,196,123)
#B0CC8D
(176,204,141)
#BCD49F
(188,212,159)
#C8DCB1
(200,220,177)
#D4E4C3
(212,228,195)
#E0ECD5
(224,236,213)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A433 color. Also use rgb(116,164,51) instead hex code.

Text Font Color

.myTextColor { color: #74A433; }

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

This text font color is #74A433.


Background Color

.myBgColor { background-color: #74A433; }

<div style="background-color:#74A433">Inner text</div>

This div background color is #74A433.


Border color

.myBorderColor { border: 1px solid #74A433; }

<div style="border:3px solid #74A433">Div</div>

This div border color is #74A433.


Opacity

.myOpacity80 { color: #74A433; opacity: 0.8; }

<p style="color:#74A433;opacity:0.8;">80%</p>

Text with #74A433 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 #74A433;}

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

This text has shadow with #74A433 color.

.textShadow {text-shadow: 3px 3px 1px #74A433, 3px 3px 1px red;}

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

This text has shadow with #74A433 primary color and red secondary color.


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

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

This text has shadow with #74A433 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A433 on black background.


Color preview on white background

This text has color #74A433 on white background.



Black color preview on #74A433 background

This text has black color on #74A433 background.


White color preview on #74A433 background

This text has white color on #74A433 background.