COLOR #737EA0

HEX: #737EA0
RGB: (115,126,160)

Renk bilgisi

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

RGB renk modeli

#737EA0 color RGB value is (115,126,160).

  • kırmız ton 115;
  • yeşil ton 126;
  • mavi ton 160.
RGB:
(115,126,160)
(45%,49%,63%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 126 of 255 = 49%
B 160 of 255 = 63%

115
126
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 126 + 160 = 401 (100%)
R 115 of 401 ~ 28.68%
G 126 of 401 ~ 31.42%
B 160 of 401 ~ 39.9%

%28.68
%31.42
%39.9

CMYK RENK MODELİ

#737EA0 rengi CMYK tonu (28,21,0,37).

  • camgöbeği tonu 28.13%
  • eflatun tonu 21.25%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(28,21,0,37)
C28M21Y0K37 
(28%,21%,0%,37%)
(0.28/0.21/0.00/0.37)	

CMYK yüzdeleri

%28.13
%21.25
%0
%37.25

Codes

Color #737EA0 in popluar color models

737EA0
RGB115126160
HSL225°19.15%53.92%
HSB/HSV225°28.13%62.75%
CMYK28.13%21.25%0.00%
37.25%

Color #737EA0 in popluar number systems.

HEX737EA0
Decimal115126160
Binary1110011111111010100000
Octal163176240

Shades and tints

Shades of #737EA0

#737EA0
(115,126,160)
#697392
(105,115,146)
#5F6884
(95,104,132)
#555D76
(85,93,118)
#4B5268
(75,82,104)
#41475A
(65,71,90)
#373C4C
(55,60,76)
#2D313E
(45,49,62)
#232630
(35,38,48)
#191B22
(25,27,34)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #737EA0

#737EA0
(115,126,160)
#7F89A8
(127,137,168)
#8B94B0
(139,148,176)
#979FB8
(151,159,184)
#A3AAC0
(163,170,192)
#AFB5C8
(175,181,200)
#BBC0D0
(187,192,208)
#C7CBD8
(199,203,216)
#D3D6E0
(211,214,224)
#DFE1E8
(223,225,232)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737EA0 color. Also use rgb(115,126,160) instead hex code.

Text Font Color

.myTextColor { color: #737EA0; }

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

This text font color is #737EA0.


Background Color

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

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

This div background color is #737EA0.


Border color

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

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

This div border color is #737EA0.


Opacity

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

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

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

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

This text has shadow with #737EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737EA0 on black background.


Color preview on white background

This text has color #737EA0 on white background.



Black color preview on #737EA0 background

This text has black color on #737EA0 background.


White color preview on #737EA0 background

This text has white color on #737EA0 background.