COLOR #74AD57

HEX: #74AD57
RGB: (116,173,87)

Renk bilgisi

#74AD57 contains mainly red and green colors. #74AD57 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74AD57 color RGB value is (116,173,87).

  • kırmız ton 116;
  • yeşil ton 173;
  • mavi ton 87.
RGB:
(116,173,87)
(45%,68%,34%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 173 of 255 = 68%
B 87 of 255 = 34%

116
173
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 173 + 87 = 376 (100%)
R 116 of 376 ~ 30.85%
G 173 of 376 ~ 46.01%
B 87 of 376 ~ 23.14%

%30.85
%46.01
%23.14

CMYK RENK MODELİ

#74AD57 rengi CMYK tonu (33,0,50,32).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 49.71%
  • ana renk tonu 32.16%
CMYK:
(33,0,50,32)
C33M0Y50K32 
(33%,0%,50%,32%)
(0.33/0.00/0.50/0.32)	

CMYK yüzdeleri

%32.95
%0
%49.71
%32.16

Codes

Color #74AD57 in popluar color models

74AD57
RGB11617387
HSL100°34.40%50.98%
HSB/HSV100°49.71%67.84%
CMYK32.95%0.00%49.71%
32.16%

Color #74AD57 in popluar number systems.

HEX74AD57
Decimal11617387
Binary1110100101011011010111
Octal164255127

Shades and tints

Shades of #74AD57

#74AD57
(116,173,87)
#6A9E50
(106,158,80)
#608F49
(96,143,73)
#568042
(86,128,66)
#4C713B
(76,113,59)
#426234
(66,98,52)
#38532D
(56,83,45)
#2E4426
(46,68,38)
#24351F
(36,53,31)
#1A2618
(26,38,24)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #74AD57

#74AD57
(116,173,87)
#80B466
(128,180,102)
#8CBB75
(140,187,117)
#98C284
(152,194,132)
#A4C993
(164,201,147)
#B0D0A2
(176,208,162)
#BCD7B1
(188,215,177)
#C8DEC0
(200,222,192)
#D4E5CF
(212,229,207)
#E0ECDE
(224,236,222)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AD57; }

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

This text font color is #74AD57.


Background Color

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

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

This div background color is #74AD57.


Border color

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

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

This div border color is #74AD57.


Opacity

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

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

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

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

This text has shadow with #74AD57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AD57 on black background.


Color preview on white background

This text has color #74AD57 on white background.



Black color preview on #74AD57 background

This text has black color on #74AD57 background.


White color preview on #74AD57 background

This text has white color on #74AD57 background.