COLOR #737D99

HEX: #737D99
RGB: (115,125,153)

Renk bilgisi

#737D99 contains red, green and blue colors in about the same proportion. #737D99 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#737D99 color RGB value is (115,125,153).

  • kırmız ton 115;
  • yeşil ton 125;
  • mavi ton 153.
RGB:
(115,125,153)
(45%,49%,60%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 125 of 255 = 49%
B 153 of 255 = 60%

115
125
153

R + G + B ~ 51%. #737D99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 125 + 153 = 393 (100%)
R 115 of 393 ~ 29.26%
G 125 of 393 ~ 31.81%
B 153 of 393 ~ 38.93%

%29.26
%31.81
%38.93

CMYK RENK MODELİ

#737D99 rengi CMYK tonu (25,18,0,40).

  • camgöbeği tonu 24.84%
  • eflatun tonu 18.30%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(25,18,0,40)
C25M18Y0K40 
(25%,18%,0%,40%)
(0.25/0.18/0.00/0.40)	

CMYK yüzdeleri

%24.84
%18.3
%0
%40

Codes

Color #737D99 in popluar color models

737D99
RGB115125153
HSL224°15.70%52.55%
HSB/HSV224°24.84%60.00%
CMYK24.84%18.30%0.00%
40.00%

Color #737D99 in popluar number systems.

HEX737D99
Decimal115125153
Binary1110011111110110011001
Octal163175231

Shades and tints

Shades of #737D99

#737D99
(115,125,153)
#69728C
(105,114,140)
#5F677F
(95,103,127)
#555C72
(85,92,114)
#4B5165
(75,81,101)
#414658
(65,70,88)
#373B4B
(55,59,75)
#2D303E
(45,48,62)
#232531
(35,37,49)
#191A24
(25,26,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #737D99

#737D99
(115,125,153)
#7F88A2
(127,136,162)
#8B93AB
(139,147,171)
#979EB4
(151,158,180)
#A3A9BD
(163,169,189)
#AFB4C6
(175,180,198)
#BBBFCF
(187,191,207)
#C7CAD8
(199,202,216)
#D3D5E1
(211,213,225)
#DFE0EA
(223,224,234)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737D99 color. Also use rgb(115,125,153) instead hex code.

Text Font Color

.myTextColor { color: #737D99; }

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

This text font color is #737D99.


Background Color

.myBgColor { background-color: #737D99; }

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

This div background color is #737D99.


Border color

.myBorderColor { border: 1px solid #737D99; }

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

This div border color is #737D99.


Opacity

.myOpacity80 { color: #737D99; opacity: 0.8; }

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

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

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

This text has shadow with #737D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D99 on black background.


Color preview on white background

This text has color #737D99 on white background.



Black color preview on #737D99 background

This text has black color on #737D99 background.


White color preview on #737D99 background

This text has white color on #737D99 background.