COLOR #74A589

HEX: #74A589
RGB: (116,165,137)

Renk bilgisi

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

RGB renk modeli

#74A589 color RGB value is (116,165,137).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 165 of 255 = 65%
B 137 of 255 = 54%

116
165
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 165 + 137 = 418 (100%)
R 116 of 418 ~ 27.75%
G 165 of 418 ~ 39.47%
B 137 of 418 ~ 32.78%

%27.75
%39.47
%32.78

CMYK RENK MODELİ

#74A589 rengi CMYK tonu (30,0,17,35).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 16.97%
  • ana renk tonu 35.29%
CMYK:
(30,0,17,35)
C30M0Y17K35 
(30%,0%,17%,35%)
(0.30/0.00/0.17/0.35)	

CMYK yüzdeleri

%29.7
%0
%16.97
%35.29

Codes

Color #74A589 in popluar color models

74A589
RGB116165137
HSL146°21.40%55.10%
HSB/HSV146°29.70%64.71%
CMYK29.70%0.00%16.97%
35.29%

Color #74A589 in popluar number systems.

HEX74A589
Decimal116165137
Binary11101001010010110001001
Octal164245211

Shades and tints

Shades of #74A589

#74A589
(116,165,137)
#6A967D
(106,150,125)
#608771
(96,135,113)
#567865
(86,120,101)
#4C6959
(76,105,89)
#425A4D
(66,90,77)
#384B41
(56,75,65)
#2E3C35
(46,60,53)
#242D29
(36,45,41)
#1A1E1D
(26,30,29)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #74A589

#74A589
(116,165,137)
#80AD93
(128,173,147)
#8CB59D
(140,181,157)
#98BDA7
(152,189,167)
#A4C5B1
(164,197,177)
#B0CDBB
(176,205,187)
#BCD5C5
(188,213,197)
#C8DDCF
(200,221,207)
#D4E5D9
(212,229,217)
#E0EDE3
(224,237,227)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A589; }

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

This text font color is #74A589.


Background Color

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

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

This div background color is #74A589.


Border color

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

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

This div border color is #74A589.


Opacity

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

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

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

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

This text has shadow with #74A589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A589 on black background.


Color preview on white background

This text has color #74A589 on white background.



Black color preview on #74A589 background

This text has black color on #74A589 background.


White color preview on #74A589 background

This text has white color on #74A589 background.