COLOR #737584

HEX: #737584
RGB: (115,117,132)

Renk bilgisi

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

RGB renk modeli

#737584 color RGB value is (115,117,132).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 117 of 255 = 46%
B 132 of 255 = 52%

115
117
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 117 + 132 = 364 (100%)
R 115 of 364 ~ 31.59%
G 117 of 364 ~ 32.14%
B 132 of 364 ~ 36.26%

%31.59
%32.14
%36.26

CMYK RENK MODELİ

#737584 rengi CMYK tonu (13,11,0,48).

  • camgöbeği tonu 12.88%
  • eflatun tonu 11.36%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(13,11,0,48)
C13M11Y0K48 
(13%,11%,0%,48%)
(0.13/0.11/0.00/0.48)	

CMYK yüzdeleri

%12.88
%11.36
%0
%48.24

Codes

Color #737584 in popluar color models

737584
RGB115117132
HSL233°6.88%48.43%
HSB/HSV233°12.88%51.76%
CMYK12.88%11.36%0.00%
48.24%

Color #737584 in popluar number systems.

HEX737584
Decimal115117132
Binary1110011111010110000100
Octal163165204

Shades and tints

Shades of #737584

#737584
(115,117,132)
#696B78
(105,107,120)
#5F616C
(95,97,108)
#555760
(85,87,96)
#4B4D54
(75,77,84)
#414348
(65,67,72)
#37393C
(55,57,60)
#2D2F30
(45,47,48)
#232524
(35,37,36)
#191B18
(25,27,24)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #737584

#737584
(115,117,132)
#7F818F
(127,129,143)
#8B8D9A
(139,141,154)
#9799A5
(151,153,165)
#A3A5B0
(163,165,176)
#AFB1BB
(175,177,187)
#BBBDC6
(187,189,198)
#C7C9D1
(199,201,209)
#D3D5DC
(211,213,220)
#DFE1E7
(223,225,231)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737584; }

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

This text font color is #737584.


Background Color

.myBgColor { background-color: #737584; }

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

This div background color is #737584.


Border color

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

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

This div border color is #737584.


Opacity

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

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

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

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

This text has shadow with #737584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737584 on black background.


Color preview on white background

This text has color #737584 on white background.



Black color preview on #737584 background

This text has black color on #737584 background.


White color preview on #737584 background

This text has white color on #737584 background.