COLOR #74A492

HEX: #74A492
RGB: (116,164,146)

Renk bilgisi

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

RGB renk modeli

#74A492 color RGB value is (116,164,146).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 164 of 255 = 64%
B 146 of 255 = 57%

116
164
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 164 + 146 = 426 (100%)
R 116 of 426 ~ 27.23%
G 164 of 426 ~ 38.5%
B 146 of 426 ~ 34.27%

%27.23
%38.5
%34.27

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%29.27
%0
%10.98
%35.69

Codes

Color #74A492 in popluar color models

74A492
RGB116164146
HSL158°20.87%54.90%
HSB/HSV158°29.27%64.31%
CMYK29.27%0.00%10.98%
35.69%

Color #74A492 in popluar number systems.

HEX74A492
Decimal116164146
Binary11101001010010010010010
Octal164244222

Shades and tints

Shades of #74A492

#74A492
(116,164,146)
#6A9685
(106,150,133)
#608878
(96,136,120)
#567A6B
(86,122,107)
#4C6C5E
(76,108,94)
#425E51
(66,94,81)
#385044
(56,80,68)
#2E4237
(46,66,55)
#24342A
(36,52,42)
#1A261D
(26,38,29)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #74A492

#74A492
(116,164,146)
#80AC9B
(128,172,155)
#8CB4A4
(140,180,164)
#98BCAD
(152,188,173)
#A4C4B6
(164,196,182)
#B0CCBF
(176,204,191)
#BCD4C8
(188,212,200)
#C8DCD1
(200,220,209)
#D4E4DA
(212,228,218)
#E0ECE3
(224,236,227)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A492; }

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

This text font color is #74A492.


Background Color

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

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

This div background color is #74A492.


Border color

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

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

This div border color is #74A492.


Opacity

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

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

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

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

This text has shadow with #74A492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A492 on black background.


Color preview on white background

This text has color #74A492 on white background.



Black color preview on #74A492 background

This text has black color on #74A492 background.


White color preview on #74A492 background

This text has white color on #74A492 background.