COLOR #74A577

HEX: #74A577
RGB: (116,165,119)

Renk bilgisi

#74A577 contains red, green and blue colors in about the same proportion. #74A577 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74A577 color RGB value is (116,165,119).

  • kırmız ton 116;
  • yeşil ton 165;
  • mavi ton 119.
RGB:
(116,165,119)
(45%,65%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 165 of 255 = 65%
B 119 of 255 = 47%

116
165
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 165 + 119 = 400 (100%)
R 116 of 400 ~ 29%
G 165 of 400 ~ 41.25%
B 119 of 400 ~ 29.75%

%29
%41.25
%29.75

CMYK RENK MODELİ

#74A577 rengi CMYK tonu (30,0,28,35).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 27.88%
  • ana renk tonu 35.29%
CMYK:
(30,0,28,35)
C30M0Y28K35 
(30%,0%,28%,35%)
(0.30/0.00/0.28/0.35)	

CMYK yüzdeleri

%29.7
%0
%27.88
%35.29

Codes

Color #74A577 in popluar color models

74A577
RGB116165119
HSL124°21.40%55.10%
HSB/HSV124°29.70%64.71%
CMYK29.70%0.00%27.88%
35.29%

Color #74A577 in popluar number systems.

HEX74A577
Decimal116165119
Binary1110100101001011110111
Octal164245167

Shades and tints

Shades of #74A577

#74A577
(116,165,119)
#6A966D
(106,150,109)
#608763
(96,135,99)
#567859
(86,120,89)
#4C694F
(76,105,79)
#425A45
(66,90,69)
#384B3B
(56,75,59)
#2E3C31
(46,60,49)
#242D27
(36,45,39)
#1A1E1D
(26,30,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #74A577

#74A577
(116,165,119)
#80AD83
(128,173,131)
#8CB58F
(140,181,143)
#98BD9B
(152,189,155)
#A4C5A7
(164,197,167)
#B0CDB3
(176,205,179)
#BCD5BF
(188,213,191)
#C8DDCB
(200,221,203)
#D4E5D7
(212,229,215)
#E0EDE3
(224,237,227)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A577; }

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

This text font color is #74A577.


Background Color

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

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

This div background color is #74A577.


Border color

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

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

This div border color is #74A577.


Opacity

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

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

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

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

This text has shadow with #74A577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A577 on black background.


Color preview on white background

This text has color #74A577 on white background.



Black color preview on #74A577 background

This text has black color on #74A577 background.


White color preview on #74A577 background

This text has white color on #74A577 background.