COLOR #737C84

HEX: #737C84
RGB: (115,124,132)

Renk bilgisi

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

RGB renk modeli

#737C84 color RGB value is (115,124,132).

  • kırmız ton 115;
  • yeşil ton 124;
  • mavi ton 132.
RGB:
(115,124,132)
(45%,49%,52%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 124 of 255 = 49%
B 132 of 255 = 52%

115
124
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 124 + 132 = 371 (100%)
R 115 of 371 ~ 31%
G 124 of 371 ~ 33.42%
B 132 of 371 ~ 35.58%

%31
%33.42
%35.58

CMYK RENK MODELİ

#737C84 rengi CMYK tonu (13,6,0,48).

  • camgöbeği tonu 12.88%
  • eflatun tonu 6.06%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(13,6,0,48)
C13M6Y0K48 
(13%,6%,0%,48%)
(0.13/0.06/0.00/0.48)	

CMYK yüzdeleri

%12.88
%6.06
%0
%48.24

Codes

Color #737C84 in popluar color models

737C84
RGB115124132
HSL208°6.88%48.43%
HSB/HSV208°12.88%51.76%
CMYK12.88%6.06%0.00%
48.24%

Color #737C84 in popluar number systems.

HEX737C84
Decimal115124132
Binary1110011111110010000100
Octal163174204

Shades and tints

Shades of #737C84

#737C84
(115,124,132)
#697178
(105,113,120)
#5F666C
(95,102,108)
#555B60
(85,91,96)
#4B5054
(75,80,84)
#414548
(65,69,72)
#373A3C
(55,58,60)
#2D2F30
(45,47,48)
#232424
(35,36,36)
#191918
(25,25,24)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #737C84

#737C84
(115,124,132)
#7F878F
(127,135,143)
#8B929A
(139,146,154)
#979DA5
(151,157,165)
#A3A8B0
(163,168,176)
#AFB3BB
(175,179,187)
#BBBEC6
(187,190,198)
#C7C9D1
(199,201,209)
#D3D4DC
(211,212,220)
#DFDFE7
(223,223,231)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737C84 color. Also use rgb(115,124,132) instead hex code.

Text Font Color

.myTextColor { color: #737C84; }

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

This text font color is #737C84.


Background Color

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

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

This div background color is #737C84.


Border color

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

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

This div border color is #737C84.


Opacity

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

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

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

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

This text has shadow with #737C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C84 on black background.


Color preview on white background

This text has color #737C84 on white background.



Black color preview on #737C84 background

This text has black color on #737C84 background.


White color preview on #737C84 background

This text has white color on #737C84 background.