COLOR #74A47E

HEX: #74A47E
RGB: (116,164,126)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 164 of 255 = 64%
B 126 of 255 = 49%

116
164
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 164 + 126 = 406 (100%)
R 116 of 406 ~ 28.57%
G 164 of 406 ~ 40.39%
B 126 of 406 ~ 31.03%

%28.57
%40.39
%31.03

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%29.27
%0
%23.17
%35.69

Codes

Color #74A47E in popluar color models

74A47E
RGB116164126
HSL133°20.87%54.90%
HSB/HSV133°29.27%64.31%
CMYK29.27%0.00%23.17%
35.69%

Color #74A47E in popluar number systems.

HEX74A47E
Decimal116164126
Binary1110100101001001111110
Octal164244176

Shades and tints

Shades of #74A47E

#74A47E
(116,164,126)
#6A9673
(106,150,115)
#608868
(96,136,104)
#567A5D
(86,122,93)
#4C6C52
(76,108,82)
#425E47
(66,94,71)
#38503C
(56,80,60)
#2E4231
(46,66,49)
#243426
(36,52,38)
#1A261B
(26,38,27)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #74A47E

#74A47E
(116,164,126)
#80AC89
(128,172,137)
#8CB494
(140,180,148)
#98BC9F
(152,188,159)
#A4C4AA
(164,196,170)
#B0CCB5
(176,204,181)
#BCD4C0
(188,212,192)
#C8DCCB
(200,220,203)
#D4E4D6
(212,228,214)
#E0ECE1
(224,236,225)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A47E; }

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

This text font color is #74A47E.


Background Color

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

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

This div background color is #74A47E.


Border color

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

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

This div border color is #74A47E.


Opacity

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

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

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

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

This text has shadow with #74A47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A47E on black background.


Color preview on white background

This text has color #74A47E on white background.



Black color preview on #74A47E background

This text has black color on #74A47E background.


White color preview on #74A47E background

This text has white color on #74A47E background.