COLOR #74A44A

HEX: #74A44A
RGB: (116,164,74)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 164 of 255 = 64%
B 74 of 255 = 29%

116
164
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 164 + 74 = 354 (100%)
R 116 of 354 ~ 32.77%
G 164 of 354 ~ 46.33%
B 74 of 354 ~ 20.9%

%32.77
%46.33
%20.9

CMYK RENK MODELİ

#74A44A rengi CMYK tonu (29,0,55,36).

  • camgöbeği tonu 29.27%
  • eflatun tonu 0.00%
  • sarı tonu 54.88%
  • ana renk tonu 35.69%
CMYK:
(29,0,55,36)
C29M0Y55K36 
(29%,0%,55%,36%)
(0.29/0.00/0.55/0.36)	

CMYK yüzdeleri

%29.27
%0
%54.88
%35.69

Codes

Color #74A44A in popluar color models

74A44A
RGB11616474
HSL92°37.82%46.67%
HSB/HSV92°54.88%64.31%
CMYK29.27%0.00%54.88%
35.69%

Color #74A44A in popluar number systems.

HEX74A44A
Decimal11616474
Binary1110100101001001001010
Octal164244112

Shades and tints

Shades of #74A44A

#74A44A
(116,164,74)
#6A9644
(106,150,68)
#60883E
(96,136,62)
#567A38
(86,122,56)
#4C6C32
(76,108,50)
#425E2C
(66,94,44)
#385026
(56,80,38)
#2E4220
(46,66,32)
#24341A
(36,52,26)
#1A2614
(26,38,20)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #74A44A

#74A44A
(116,164,74)
#80AC5A
(128,172,90)
#8CB46A
(140,180,106)
#98BC7A
(152,188,122)
#A4C48A
(164,196,138)
#B0CC9A
(176,204,154)
#BCD4AA
(188,212,170)
#C8DCBA
(200,220,186)
#D4E4CA
(212,228,202)
#E0ECDA
(224,236,218)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A44A; }

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

This text font color is #74A44A.


Background Color

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

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

This div background color is #74A44A.


Border color

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

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

This div border color is #74A44A.


Opacity

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

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

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

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

This text has shadow with #74A44A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A44A on black background.


Color preview on white background

This text has color #74A44A on white background.



Black color preview on #74A44A background

This text has black color on #74A44A background.


White color preview on #74A44A background

This text has white color on #74A44A background.