COLOR #737BA4

HEX: #737BA4
RGB: (115,123,164)

Renk bilgisi

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

RGB renk modeli

#737BA4 color RGB value is (115,123,164).

  • kırmız ton 115;
  • yeşil ton 123;
  • mavi ton 164.
RGB:
(115,123,164)
(45%,48%,64%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 123 of 255 = 48%
B 164 of 255 = 64%

115
123
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 123 + 164 = 402 (100%)
R 115 of 402 ~ 28.61%
G 123 of 402 ~ 30.6%
B 164 of 402 ~ 40.8%

%28.61
%30.6
%40.8

CMYK RENK MODELİ

#737BA4 rengi CMYK tonu (30,25,0,36).

  • camgöbeği tonu 29.88%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(30,25,0,36)
C30M25Y0K36 
(30%,25%,0%,36%)
(0.30/0.25/0.00/0.36)	

CMYK yüzdeleri

%29.88
%25
%0
%35.69

Codes

Color #737BA4 in popluar color models

737BA4
RGB115123164
HSL230°21.21%54.71%
HSB/HSV230°29.88%64.31%
CMYK29.88%25.00%0.00%
35.69%

Color #737BA4 in popluar number systems.

HEX737BA4
Decimal115123164
Binary1110011111101110100100
Octal163173244

Shades and tints

Shades of #737BA4

#737BA4
(115,123,164)
#697096
(105,112,150)
#5F6588
(95,101,136)
#555A7A
(85,90,122)
#4B4F6C
(75,79,108)
#41445E
(65,68,94)
#373950
(55,57,80)
#2D2E42
(45,46,66)
#232334
(35,35,52)
#191826
(25,24,38)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #737BA4

#737BA4
(115,123,164)
#7F87AC
(127,135,172)
#8B93B4
(139,147,180)
#979FBC
(151,159,188)
#A3ABC4
(163,171,196)
#AFB7CC
(175,183,204)
#BBC3D4
(187,195,212)
#C7CFDC
(199,207,220)
#D3DBE4
(211,219,228)
#DFE7EC
(223,231,236)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737BA4 color. Also use rgb(115,123,164) instead hex code.

Text Font Color

.myTextColor { color: #737BA4; }

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

This text font color is #737BA4.


Background Color

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

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

This div background color is #737BA4.


Border color

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

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

This div border color is #737BA4.


Opacity

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

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

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

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

This text has shadow with #737BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737BA4 on black background.


Color preview on white background

This text has color #737BA4 on white background.



Black color preview on #737BA4 background

This text has black color on #737BA4 background.


White color preview on #737BA4 background

This text has white color on #737BA4 background.