COLOR #74A088

HEX: #74A088
RGB: (116,160,136)

Renk bilgisi

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

RGB renk modeli

#74A088 color RGB value is (116,160,136).

  • kırmız ton 116;
  • yeşil ton 160;
  • mavi ton 136.
RGB:
(116,160,136)
(45%,63%,53%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 160 of 255 = 63%
B 136 of 255 = 53%

116
160
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 160 + 136 = 412 (100%)
R 116 of 412 ~ 28.16%
G 160 of 412 ~ 38.83%
B 136 of 412 ~ 33.01%

%28.16
%38.83
%33.01

CMYK RENK MODELİ

#74A088 rengi CMYK tonu (28,0,15,37).

  • camgöbeği tonu 27.50%
  • eflatun tonu 0.00%
  • sarı tonu 15.00%
  • ana renk tonu 37.25%
CMYK:
(28,0,15,37)
C28M0Y15K37 
(28%,0%,15%,37%)
(0.28/0.00/0.15/0.37)	

CMYK yüzdeleri

%27.5
%0
%15
%37.25

Codes

Color #74A088 in popluar color models

74A088
RGB116160136
HSL147°18.80%54.12%
HSB/HSV147°27.50%62.75%
CMYK27.50%0.00%15.00%
37.25%

Color #74A088 in popluar number systems.

HEX74A088
Decimal116160136
Binary11101001010000010001000
Octal164240210

Shades and tints

Shades of #74A088

#74A088
(116,160,136)
#6A927C
(106,146,124)
#608470
(96,132,112)
#567664
(86,118,100)
#4C6858
(76,104,88)
#425A4C
(66,90,76)
#384C40
(56,76,64)
#2E3E34
(46,62,52)
#243028
(36,48,40)
#1A221C
(26,34,28)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #74A088

#74A088
(116,160,136)
#80A892
(128,168,146)
#8CB09C
(140,176,156)
#98B8A6
(152,184,166)
#A4C0B0
(164,192,176)
#B0C8BA
(176,200,186)
#BCD0C4
(188,208,196)
#C8D8CE
(200,216,206)
#D4E0D8
(212,224,216)
#E0E8E2
(224,232,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A088 color. Also use rgb(116,160,136) instead hex code.

Text Font Color

.myTextColor { color: #74A088; }

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

This text font color is #74A088.


Background Color

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

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

This div background color is #74A088.


Border color

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

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

This div border color is #74A088.


Opacity

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

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

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

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

This text has shadow with #74A088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A088 on black background.


Color preview on white background

This text has color #74A088 on white background.



Black color preview on #74A088 background

This text has black color on #74A088 background.


White color preview on #74A088 background

This text has white color on #74A088 background.