COLOR #737478

HEX: #737478
RGB: (115,116,120)

Renk bilgisi

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

RGB renk modeli

#737478 color RGB value is (115,116,120).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 116 of 255 = 45%
B 120 of 255 = 47%

115
116
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 116 + 120 = 351 (100%)
R 115 of 351 ~ 32.76%
G 116 of 351 ~ 33.05%
B 120 of 351 ~ 34.19%

%32.76
%33.05
%34.19

CMYK RENK MODELİ

#737478 rengi CMYK tonu (4,3,0,53).

  • camgöbeği tonu 4.17%
  • eflatun tonu 3.33%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(4,3,0,53)
C4M3Y0K53 
(4%,3%,0%,53%)
(0.04/0.03/0.00/0.53)	

CMYK yüzdeleri

%4.17
%3.33
%0
%52.94

Codes

Color #737478 in popluar color models

737478
RGB115116120
HSL228°2.13%46.08%
HSB/HSV228°4.17%47.06%
CMYK4.17%3.33%0.00%
52.94%

Color #737478 in popluar number systems.

HEX737478
Decimal115116120
Binary111001111101001111000
Octal163164170

Shades and tints

Shades of #737478

#737478
(115,116,120)
#696A6E
(105,106,110)
#5F6064
(95,96,100)
#55565A
(85,86,90)
#4B4C50
(75,76,80)
#414246
(65,66,70)
#37383C
(55,56,60)
#2D2E32
(45,46,50)
#232428
(35,36,40)
#191A1E
(25,26,30)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #737478

#737478
(115,116,120)
#7F8084
(127,128,132)
#8B8C90
(139,140,144)
#97989C
(151,152,156)
#A3A4A8
(163,164,168)
#AFB0B4
(175,176,180)
#BBBCC0
(187,188,192)
#C7C8CC
(199,200,204)
#D3D4D8
(211,212,216)
#DFE0E4
(223,224,228)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737478; }

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

This text font color is #737478.


Background Color

.myBgColor { background-color: #737478; }

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

This div background color is #737478.


Border color

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

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

This div border color is #737478.


Opacity

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

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

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

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

This text has shadow with #737478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737478 on black background.


Color preview on white background

This text has color #737478 on white background.



Black color preview on #737478 background

This text has black color on #737478 background.


White color preview on #737478 background

This text has white color on #737478 background.