COLOR #737596

HEX: #737596
RGB: (115,117,150)

Renk bilgisi

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

RGB renk modeli

#737596 color RGB value is (115,117,150).

  • kırmız ton 115;
  • yeşil ton 117;
  • mavi ton 150.
RGB:
(115,117,150)
(45%,46%,59%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 117 of 255 = 46%
B 150 of 255 = 59%

115
117
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 117 + 150 = 382 (100%)
R 115 of 382 ~ 30.1%
G 117 of 382 ~ 30.63%
B 150 of 382 ~ 39.27%

%30.1
%30.63
%39.27

CMYK RENK MODELİ

#737596 rengi CMYK tonu (23,22,0,41).

  • camgöbeği tonu 23.33%
  • eflatun tonu 22.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(23,22,0,41)
C23M22Y0K41 
(23%,22%,0%,41%)
(0.23/0.22/0.00/0.41)	

CMYK yüzdeleri

%23.33
%22
%0
%41.18

Codes

Color #737596 in popluar color models

737596
RGB115117150
HSL237°14.29%51.96%
HSB/HSV237°23.33%58.82%
CMYK23.33%22.00%0.00%
41.18%

Color #737596 in popluar number systems.

HEX737596
Decimal115117150
Binary1110011111010110010110
Octal163165226

Shades and tints

Shades of #737596

#737596
(115,117,150)
#696B89
(105,107,137)
#5F617C
(95,97,124)
#55576F
(85,87,111)
#4B4D62
(75,77,98)
#414355
(65,67,85)
#373948
(55,57,72)
#2D2F3B
(45,47,59)
#23252E
(35,37,46)
#191B21
(25,27,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #737596

#737596
(115,117,150)
#7F819F
(127,129,159)
#8B8DA8
(139,141,168)
#9799B1
(151,153,177)
#A3A5BA
(163,165,186)
#AFB1C3
(175,177,195)
#BBBDCC
(187,189,204)
#C7C9D5
(199,201,213)
#D3D5DE
(211,213,222)
#DFE1E7
(223,225,231)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737596 color. Also use rgb(115,117,150) instead hex code.

Text Font Color

.myTextColor { color: #737596; }

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

This text font color is #737596.


Background Color

.myBgColor { background-color: #737596; }

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

This div background color is #737596.


Border color

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

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

This div border color is #737596.


Opacity

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

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

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

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

This text has shadow with #737596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737596 on black background.


Color preview on white background

This text has color #737596 on white background.



Black color preview on #737596 background

This text has black color on #737596 background.


White color preview on #737596 background

This text has white color on #737596 background.