COLOR #74A438

HEX: #74A438
RGB: (116,164,56)

Color info

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

RGB color model

#74A438 color RGB value is (116,164,56).

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

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 56 of 255 = 22%

116
164
56

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

Portions of RGB colors in percentages

R + G + B =
116 + 164 + 56 = 336 (100%)
R 116 of 336 ~ 34.52%
G 164 of 336 ~ 48.81%
B 56 of 336 ~ 16.67%

%34.52
%48.81
%16.67

CMYK color model

#74A438 color CMYK value is (29,0,66,36).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 35.69%
CMYK:
(29,0,66,36)
C29M0Y66K36 
(29%,0%,66%,36%)
(0.29/0.00/0.66/0.36)	

CMYK percentages

%29.27
%0
%65.85
%35.69

Codes

Color #74A438 in popluar color models

74A438
RGB11616456
HSL87°49.09%43.14%
HSB/HSV87°65.85%64.31%
CMYK29.27%0.00%65.85%
35.69%

Color #74A438 in popluar number systems.

HEX74A438
Decimal11616456
Binary111010010100100111000
Octal16424470

Shades and tints

Shades of #74A438

#74A438
(116,164,56)
#6A9633
(106,150,51)
#60882E
(96,136,46)
#567A29
(86,122,41)
#4C6C24
(76,108,36)
#425E1F
(66,94,31)
#38501A
(56,80,26)
#2E4215
(46,66,21)
#243410
(36,52,16)
#1A260B
(26,38,11)
#101806
(16,24,6)
#000000
(0,0,0)

Tints of #74A438

#74A438
(116,164,56)
#80AC4A
(128,172,74)
#8CB45C
(140,180,92)
#98BC6E
(152,188,110)
#A4C480
(164,196,128)
#B0CC92
(176,204,146)
#BCD4A4
(188,212,164)
#C8DCB6
(200,220,182)
#D4E4C8
(212,228,200)
#E0ECDA
(224,236,218)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A438; }

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

This text font color is #74A438.


Background Color

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

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

This div background color is #74A438.


Border color

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

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

This div border color is #74A438.


Opacity

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

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

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

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

This text has shadow with #74A438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A438 on black background.


Color preview on white background

This text has color #74A438 on white background.



Black color preview on #74A438 background

This text has black color on #74A438 background.


White color preview on #74A438 background

This text has white color on #74A438 background.