COLOR #74A432

HEX: #74A432
RGB: (116,164,50)

Renk bilgisi

#74A432 contains mainly red and green colors. #74A432 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#74A432 color RGB value is (116,164,50).

  • kırmız ton 116;
  • yeşil ton 164;
  • mavi ton 50.
RGB:
(116,164,50)
(45%,64%,20%)

RGB bağlantıları ve doygunluk

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

116
164
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 164 + 50 = 330 (100%)
R 116 of 330 ~ 35.15%
G 164 of 330 ~ 49.7%
B 50 of 330 ~ 15.15%

%35.15
%49.7
%15.15

CMYK RENK MODELİ

#74A432 rengi CMYK tonu (29,0,70,36).

  • camgöbeği tonu 29.27%
  • eflatun tonu 0.00%
  • sarı tonu 69.51%
  • ana renk tonu 35.69%
CMYK:
(29,0,70,36)
C29M0Y70K36 
(29%,0%,70%,36%)
(0.29/0.00/0.70/0.36)	

CMYK yüzdeleri

%29.27
%0
%69.51
%35.69

Codes

Color #74A432 in popluar color models

74A432
RGB11616450
HSL85°53.27%41.96%
HSB/HSV85°69.51%64.31%
CMYK29.27%0.00%69.51%
35.69%

Color #74A432 in popluar number systems.

HEX74A432
Decimal11616450
Binary111010010100100110010
Octal16424462

Shades and tints

Shades of #74A432

#74A432
(116,164,50)
#6A962E
(106,150,46)
#60882A
(96,136,42)
#567A26
(86,122,38)
#4C6C22
(76,108,34)
#425E1E
(66,94,30)
#38501A
(56,80,26)
#2E4216
(46,66,22)
#243412
(36,52,18)
#1A260E
(26,38,14)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #74A432

#74A432
(116,164,50)
#80AC44
(128,172,68)
#8CB456
(140,180,86)
#98BC68
(152,188,104)
#A4C47A
(164,196,122)
#B0CC8C
(176,204,140)
#BCD49E
(188,212,158)
#C8DCB0
(200,220,176)
#D4E4C2
(212,228,194)
#E0ECD4
(224,236,212)
#ECF4E6
(236,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A432; }

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

This text font color is #74A432.


Background Color

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

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

This div background color is #74A432.


Border color

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

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

This div border color is #74A432.


Opacity

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

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

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

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

This text has shadow with #74A432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A432 on black background.


Color preview on white background

This text has color #74A432 on white background.



Black color preview on #74A432 background

This text has black color on #74A432 background.


White color preview on #74A432 background

This text has white color on #74A432 background.