COLOR #74B3A4

HEX: #74B3A4
RGB: (116,179,164)

Renk bilgisi

#74B3A4 contains mainly green and blue colors. #74B3A4 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#74B3A4 color RGB value is (116,179,164).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 179 of 255 = 70%
B 164 of 255 = 64%

116
179
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 179 + 164 = 459 (100%)
R 116 of 459 ~ 25.27%
G 179 of 459 ~ 39%
B 164 of 459 ~ 35.73%

%25.27
%39
%35.73

CMYK RENK MODELİ

#74B3A4 rengi CMYK tonu (35,0,8,30).

  • camgöbeği tonu 35.20%
  • eflatun tonu 0.00%
  • sarı tonu 8.38%
  • ana renk tonu 29.80%
CMYK:
(35,0,8,30)
C35M0Y8K30 
(35%,0%,8%,30%)
(0.35/0.00/0.08/0.30)	

CMYK yüzdeleri

%35.2
%0
%8.38
%29.8

Codes

Color #74B3A4 in popluar color models

74B3A4
RGB116179164
HSL166°29.30%57.84%
HSB/HSV166°35.20%70.20%
CMYK35.20%0.00%8.38%
29.80%

Color #74B3A4 in popluar number systems.

HEX74B3A4
Decimal116179164
Binary11101001011001110100100
Octal164263244

Shades and tints

Shades of #74B3A4

#74B3A4
(116,179,164)
#6AA396
(106,163,150)
#609388
(96,147,136)
#56837A
(86,131,122)
#4C736C
(76,115,108)
#42635E
(66,99,94)
#385350
(56,83,80)
#2E4342
(46,67,66)
#243334
(36,51,52)
#1A2326
(26,35,38)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #74B3A4

#74B3A4
(116,179,164)
#80B9AC
(128,185,172)
#8CBFB4
(140,191,180)
#98C5BC
(152,197,188)
#A4CBC4
(164,203,196)
#B0D1CC
(176,209,204)
#BCD7D4
(188,215,212)
#C8DDDC
(200,221,220)
#D4E3E4
(212,227,228)
#E0E9EC
(224,233,236)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B3A4; }

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

This text font color is #74B3A4.


Background Color

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

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

This div background color is #74B3A4.


Border color

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

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

This div border color is #74B3A4.


Opacity

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

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

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

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

This text has shadow with #74B3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B3A4 on black background.


Color preview on white background

This text has color #74B3A4 on white background.



Black color preview on #74B3A4 background

This text has black color on #74B3A4 background.


White color preview on #74B3A4 background

This text has white color on #74B3A4 background.