COLOR #74A475

HEX: #74A475
RGB: (116,164,117)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 164 of 255 = 64%
B 117 of 255 = 46%

116
164
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 164 + 117 = 397 (100%)
R 116 of 397 ~ 29.22%
G 164 of 397 ~ 41.31%
B 117 of 397 ~ 29.47%

%29.22
%41.31
%29.47

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%29.27
%0
%28.66
%35.69

Codes

Color #74A475 in popluar color models

74A475
RGB116164117
HSL121°20.87%54.90%
HSB/HSV121°29.27%64.31%
CMYK29.27%0.00%28.66%
35.69%

Color #74A475 in popluar number systems.

HEX74A475
Decimal116164117
Binary1110100101001001110101
Octal164244165

Shades and tints

Shades of #74A475

#74A475
(116,164,117)
#6A966B
(106,150,107)
#608861
(96,136,97)
#567A57
(86,122,87)
#4C6C4D
(76,108,77)
#425E43
(66,94,67)
#385039
(56,80,57)
#2E422F
(46,66,47)
#243425
(36,52,37)
#1A261B
(26,38,27)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #74A475

#74A475
(116,164,117)
#80AC81
(128,172,129)
#8CB48D
(140,180,141)
#98BC99
(152,188,153)
#A4C4A5
(164,196,165)
#B0CCB1
(176,204,177)
#BCD4BD
(188,212,189)
#C8DCC9
(200,220,201)
#D4E4D5
(212,228,213)
#E0ECE1
(224,236,225)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A475; }

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

This text font color is #74A475.


Background Color

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

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

This div background color is #74A475.


Border color

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

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

This div border color is #74A475.


Opacity

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

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

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

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

This text has shadow with #74A475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A475 on black background.


Color preview on white background

This text has color #74A475 on white background.



Black color preview on #74A475 background

This text has black color on #74A475 background.


White color preview on #74A475 background

This text has white color on #74A475 background.