COLOR #737476

HEX: #737476
RGB: (115,116,118)

Renk bilgisi

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

RGB renk modeli

#737476 color RGB value is (115,116,118).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 116 of 255 = 45%
B 118 of 255 = 46%

115
116
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 116 + 118 = 349 (100%)
R 115 of 349 ~ 32.95%
G 116 of 349 ~ 33.24%
B 118 of 349 ~ 33.81%

%32.95
%33.24
%33.81

CMYK RENK MODELİ

#737476 rengi CMYK tonu (3,2,0,54).

  • camgöbeği tonu 2.54%
  • eflatun tonu 1.69%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(3,2,0,54)
C3M2Y0K54 
(3%,2%,0%,54%)
(0.03/0.02/0.00/0.54)	

CMYK yüzdeleri

%2.54
%1.69
%0
%53.73

Codes

Color #737476 in popluar color models

737476
RGB115116118
HSL220°1.29%45.69%
HSB/HSV220°2.54%46.27%
CMYK2.54%1.69%0.00%
53.73%

Color #737476 in popluar number systems.

HEX737476
Decimal115116118
Binary111001111101001110110
Octal163164166

Shades and tints

Shades of #737476

#737476
(115,116,118)
#696A6C
(105,106,108)
#5F6062
(95,96,98)
#555658
(85,86,88)
#4B4C4E
(75,76,78)
#414244
(65,66,68)
#37383A
(55,56,58)
#2D2E30
(45,46,48)
#232426
(35,36,38)
#191A1C
(25,26,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #737476

#737476
(115,116,118)
#7F8082
(127,128,130)
#8B8C8E
(139,140,142)
#97989A
(151,152,154)
#A3A4A6
(163,164,166)
#AFB0B2
(175,176,178)
#BBBCBE
(187,188,190)
#C7C8CA
(199,200,202)
#D3D4D6
(211,212,214)
#DFE0E2
(223,224,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737476; }

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

This text font color is #737476.


Background Color

.myBgColor { background-color: #737476; }

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

This div background color is #737476.


Border color

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

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

This div border color is #737476.


Opacity

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

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

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

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

This text has shadow with #737476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737476 on black background.


Color preview on white background

This text has color #737476 on white background.



Black color preview on #737476 background

This text has black color on #737476 background.


White color preview on #737476 background

This text has white color on #737476 background.