COLOR #74AE03

HEX: #74AE03
RGB: (116,174,3)

Color info

#74AE03 contains mainly red and green colors. Web safe color of #74AE03 is #669900 (or #690).

RGB color model

#74AE03 color RGB value is (116,174,3).

  • red value is 116;
  • green value is 174;
  • blue value is 3.
RGB:
(116,174,3)
(45%,68%,1%)

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 3 of 255 = 1%

116
174
3

R + G + B ~ 38%. #74AE03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 174 + 3 = 293 (100%)
R 116 of 293 ~ 39.59%
G 174 of 293 ~ 59.39%
B 3 of 293 ~ 1.02%

%39.59
%59.39

CMYK color model

#74AE03 color CMYK value is (33,0,98,32).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 98.28%
  • key color value is 31.76%
CMYK:
(33,0,98,32)
C33M0Y98K32 
(33%,0%,98%,32%)
(0.33/0.00/0.98/0.32)	

CMYK percentages

%33.33
%0
%98.28
%31.76

Codes

Color #74AE03 in popluar color models

74AE03
RGB1161743
HSL80°96.61%34.71%
HSB/HSV80°98.28%68.24%
CMYK33.33%0.00%98.28%
31.76%

Color #74AE03 in popluar number systems.

HEX74AE03
Decimal1161743
Binary11101001010111011
Octal1642563

Shades and tints

Shades of #74AE03

#74AE03
(116,174,3)
#6A9F03
(106,159,3)
#609003
(96,144,3)
#568103
(86,129,3)
#4C7203
(76,114,3)
#426303
(66,99,3)
#385403
(56,84,3)
#2E4503
(46,69,3)
#243603
(36,54,3)
#1A2703
(26,39,3)
#101803
(16,24,3)
#000000
(0,0,0)

Tints of #74AE03

#74AE03
(116,174,3)
#80B519
(128,181,25)
#8CBC2F
(140,188,47)
#98C345
(152,195,69)
#A4CA5B
(164,202,91)
#B0D171
(176,209,113)
#BCD887
(188,216,135)
#C8DF9D
(200,223,157)
#D4E6B3
(212,230,179)
#E0EDC9
(224,237,201)
#ECF4DF
(236,244,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AE03 color. Also use rgb(116,174,3) instead hex code.

Text Font Color

.myTextColor { color: #74AE03; }

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

This text font color is #74AE03.


Background Color

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

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

This div background color is #74AE03.


Border color

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

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

This div border color is #74AE03.


Opacity

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

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

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

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

This text has shadow with #74AE03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AE03 on black background.


Color preview on white background

This text has color #74AE03 on white background.



Black color preview on #74AE03 background

This text has black color on #74AE03 background.


White color preview on #74AE03 background

This text has white color on #74AE03 background.