COLOR #749596

HEX: #749596
RGB: (116,149,150)

Renk bilgisi

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

RGB renk modeli

#749596 color RGB value is (116,149,150).

  • kırmız ton 116;
  • yeşil ton 149;
  • mavi ton 150.
RGB:
(116,149,150)
(45%,58%,59%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 149 of 255 = 58%
B 150 of 255 = 59%

116
149
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 149 + 150 = 415 (100%)
R 116 of 415 ~ 27.95%
G 149 of 415 ~ 35.9%
B 150 of 415 ~ 36.14%

%27.95
%35.9
%36.14

CMYK RENK MODELİ

#749596 rengi CMYK tonu (23,1,0,41).

  • camgöbeği tonu 22.67%
  • eflatun tonu 0.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(23,1,0,41)
C23M1Y0K41 
(23%,1%,0%,41%)
(0.23/0.01/0.00/0.41)	

CMYK yüzdeleri

%22.67
%0.67
%0
%41.18

Codes

Color #749596 in popluar color models

749596
RGB116149150
HSL182°13.93%52.16%
HSB/HSV182°22.67%58.82%
CMYK22.67%0.67%0.00%
41.18%

Color #749596 in popluar number systems.

HEX749596
Decimal116149150
Binary11101001001010110010110
Octal164225226

Shades and tints

Shades of #749596

#749596
(116,149,150)
#6A8889
(106,136,137)
#607B7C
(96,123,124)
#566E6F
(86,110,111)
#4C6162
(76,97,98)
#425455
(66,84,85)
#384748
(56,71,72)
#2E3A3B
(46,58,59)
#242D2E
(36,45,46)
#1A2021
(26,32,33)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #749596

#749596
(116,149,150)
#809E9F
(128,158,159)
#8CA7A8
(140,167,168)
#98B0B1
(152,176,177)
#A4B9BA
(164,185,186)
#B0C2C3
(176,194,195)
#BCCBCC
(188,203,204)
#C8D4D5
(200,212,213)
#D4DDDE
(212,221,222)
#E0E6E7
(224,230,231)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749596 color. Also use rgb(116,149,150) instead hex code.

Text Font Color

.myTextColor { color: #749596; }

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

This text font color is #749596.


Background Color

.myBgColor { background-color: #749596; }

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

This div background color is #749596.


Border color

.myBorderColor { border: 1px solid #749596; }

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

This div border color is #749596.


Opacity

.myOpacity80 { color: #749596; opacity: 0.8; }

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

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

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

This text has shadow with #749596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749596 on black background.


Color preview on white background

This text has color #749596 on white background.



Black color preview on #749596 background

This text has black color on #749596 background.


White color preview on #749596 background

This text has white color on #749596 background.