COLOR #737C9D

HEX: #737C9D
RGB: (115,124,157)

Renk bilgisi

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

RGB renk modeli

#737C9D color RGB value is (115,124,157).

  • kırmız ton 115;
  • yeşil ton 124;
  • mavi ton 157.
RGB:
(115,124,157)
(45%,49%,62%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 124 of 255 = 49%
B 157 of 255 = 62%

115
124
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 124 + 157 = 396 (100%)
R 115 of 396 ~ 29.04%
G 124 of 396 ~ 31.31%
B 157 of 396 ~ 39.65%

%29.04
%31.31
%39.65

CMYK RENK MODELİ

#737C9D rengi CMYK tonu (27,21,0,38).

  • camgöbeği tonu 26.75%
  • eflatun tonu 21.02%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(27,21,0,38)
C27M21Y0K38 
(27%,21%,0%,38%)
(0.27/0.21/0.00/0.38)	

CMYK yüzdeleri

%26.75
%21.02
%0
%38.43

Codes

Color #737C9D in popluar color models

737C9D
RGB115124157
HSL227°17.65%53.33%
HSB/HSV227°26.75%61.57%
CMYK26.75%21.02%0.00%
38.43%

Color #737C9D in popluar number systems.

HEX737C9D
Decimal115124157
Binary1110011111110010011101
Octal163174235

Shades and tints

Shades of #737C9D

#737C9D
(115,124,157)
#69718F
(105,113,143)
#5F6681
(95,102,129)
#555B73
(85,91,115)
#4B5065
(75,80,101)
#414557
(65,69,87)
#373A49
(55,58,73)
#2D2F3B
(45,47,59)
#23242D
(35,36,45)
#19191F
(25,25,31)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #737C9D

#737C9D
(115,124,157)
#7F87A5
(127,135,165)
#8B92AD
(139,146,173)
#979DB5
(151,157,181)
#A3A8BD
(163,168,189)
#AFB3C5
(175,179,197)
#BBBECD
(187,190,205)
#C7C9D5
(199,201,213)
#D3D4DD
(211,212,221)
#DFDFE5
(223,223,229)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737C9D color. Also use rgb(115,124,157) instead hex code.

Text Font Color

.myTextColor { color: #737C9D; }

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

This text font color is #737C9D.


Background Color

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

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

This div background color is #737C9D.


Border color

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

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

This div border color is #737C9D.


Opacity

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

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

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

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

This text has shadow with #737C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C9D on black background.


Color preview on white background

This text has color #737C9D on white background.



Black color preview on #737C9D background

This text has black color on #737C9D background.


White color preview on #737C9D background

This text has white color on #737C9D background.