COLOR #737396

HEX: #737396
RGB: (115,115,150)

Renk bilgisi

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

RGB renk modeli

#737396 color RGB value is (115,115,150).

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

RGB bağlantıları ve doygunluk

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

115
115
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 115 + 150 = 380 (100%)
R 115 of 380 ~ 30.26%
G 115 of 380 ~ 30.26%
B 150 of 380 ~ 39.47%

%30.26
%30.26
%39.47

CMYK RENK MODELİ

#737396 rengi CMYK tonu (23,23,0,41).

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

CMYK yüzdeleri

%23.33
%23.33
%0
%41.18

Codes

Color #737396 in popluar color models

737396
RGB115115150
HSL240°14.29%51.96%
HSB/HSV240°23.33%58.82%
CMYK23.33%23.33%0.00%
41.18%

Color #737396 in popluar number systems.

HEX737396
Decimal115115150
Binary1110011111001110010110
Octal163163226

Shades and tints

Shades of #737396

#737396
(115,115,150)
#696989
(105,105,137)
#5F5F7C
(95,95,124)
#55556F
(85,85,111)
#4B4B62
(75,75,98)
#414155
(65,65,85)
#373748
(55,55,72)
#2D2D3B
(45,45,59)
#23232E
(35,35,46)
#191921
(25,25,33)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #737396

#737396
(115,115,150)
#7F7F9F
(127,127,159)
#8B8BA8
(139,139,168)
#9797B1
(151,151,177)
#A3A3BA
(163,163,186)
#AFAFC3
(175,175,195)
#BBBBCC
(187,187,204)
#C7C7D5
(199,199,213)
#D3D3DE
(211,211,222)
#DFDFE7
(223,223,231)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737396; }

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

This text font color is #737396.


Background Color

.myBgColor { background-color: #737396; }

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

This div background color is #737396.


Border color

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

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

This div border color is #737396.


Opacity

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

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

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

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

This text has shadow with #737396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737396 on black background.


Color preview on white background

This text has color #737396 on white background.



Black color preview on #737396 background

This text has black color on #737396 background.


White color preview on #737396 background

This text has white color on #737396 background.