COLOR #737D83

HEX: #737D83
RGB: (115,125,131)

Renk bilgisi

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

RGB renk modeli

#737D83 color RGB value is (115,125,131).

  • kırmız ton 115;
  • yeşil ton 125;
  • mavi ton 131.
RGB:
(115,125,131)
(45%,49%,51%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 125 of 255 = 49%
B 131 of 255 = 51%

115
125
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 125 + 131 = 371 (100%)
R 115 of 371 ~ 31%
G 125 of 371 ~ 33.69%
B 131 of 371 ~ 35.31%

%31
%33.69
%35.31

CMYK RENK MODELİ

#737D83 rengi CMYK tonu (12,5,0,49).

  • camgöbeği tonu 12.21%
  • eflatun tonu 4.58%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(12,5,0,49)
C12M5Y0K49 
(12%,5%,0%,49%)
(0.12/0.05/0.00/0.49)	

CMYK yüzdeleri

%12.21
%4.58
%0
%48.63

Codes

Color #737D83 in popluar color models

737D83
RGB115125131
HSL203°6.50%48.24%
HSB/HSV203°12.21%51.37%
CMYK12.21%4.58%0.00%
48.63%

Color #737D83 in popluar number systems.

HEX737D83
Decimal115125131
Binary1110011111110110000011
Octal163175203

Shades and tints

Shades of #737D83

#737D83
(115,125,131)
#697278
(105,114,120)
#5F676D
(95,103,109)
#555C62
(85,92,98)
#4B5157
(75,81,87)
#41464C
(65,70,76)
#373B41
(55,59,65)
#2D3036
(45,48,54)
#23252B
(35,37,43)
#191A20
(25,26,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #737D83

#737D83
(115,125,131)
#7F888E
(127,136,142)
#8B9399
(139,147,153)
#979EA4
(151,158,164)
#A3A9AF
(163,169,175)
#AFB4BA
(175,180,186)
#BBBFC5
(187,191,197)
#C7CAD0
(199,202,208)
#D3D5DB
(211,213,219)
#DFE0E6
(223,224,230)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737D83 color. Also use rgb(115,125,131) instead hex code.

Text Font Color

.myTextColor { color: #737D83; }

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

This text font color is #737D83.


Background Color

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

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

This div background color is #737D83.


Border color

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

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

This div border color is #737D83.


Opacity

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

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

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

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

This text has shadow with #737D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D83 on black background.


Color preview on white background

This text has color #737D83 on white background.



Black color preview on #737D83 background

This text has black color on #737D83 background.


White color preview on #737D83 background

This text has white color on #737D83 background.