COLOR #736472

HEX: #736472
RGB: (115,100,114)

Renk bilgisi

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

RGB renk modeli

#736472 color RGB value is (115,100,114).

  • kırmız ton 115;
  • yeşil ton 100;
  • mavi ton 114.
RGB:
(115,100,114)
(45%,39%,45%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 100 of 255 = 39%
B 114 of 255 = 45%

115
100
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 100 + 114 = 329 (100%)
R 115 of 329 ~ 34.95%
G 100 of 329 ~ 30.4%
B 114 of 329 ~ 34.65%

%34.95
%30.4
%34.65

CMYK RENK MODELİ

#736472 rengi CMYK tonu (0,13,1,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.04%
  • sarı tonu 0.87%
  • ana renk tonu 54.90%
CMYK:
(0,13,1,55)
C0M13Y1K55 
(0%,13%,1%,55%)
(0.00/0.13/0.01/0.55)	

CMYK yüzdeleri

%0
%13.04
%0.87
%54.9

Codes

Color #736472 in popluar color models

736472
RGB115100114
HSL304°6.98%42.16%
HSB/HSV304°13.04%45.10%
CMYK0.00%13.04%0.87%
54.90%

Color #736472 in popluar number systems.

HEX736472
Decimal115100114
Binary111001111001001110010
Octal163144162

Shades and tints

Shades of #736472

#736472
(115,100,114)
#695B68
(105,91,104)
#5F525E
(95,82,94)
#554954
(85,73,84)
#4B404A
(75,64,74)
#413740
(65,55,64)
#372E36
(55,46,54)
#2D252C
(45,37,44)
#231C22
(35,28,34)
#191318
(25,19,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #736472

#736472
(115,100,114)
#7F727E
(127,114,126)
#8B808A
(139,128,138)
#978E96
(151,142,150)
#A39CA2
(163,156,162)
#AFAAAE
(175,170,174)
#BBB8BA
(187,184,186)
#C7C6C6
(199,198,198)
#D3D4D2
(211,212,210)
#DFE2DE
(223,226,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736472 color. Also use rgb(115,100,114) instead hex code.

Text Font Color

.myTextColor { color: #736472; }

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

This text font color is #736472.


Background Color

.myBgColor { background-color: #736472; }

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

This div background color is #736472.


Border color

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

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

This div border color is #736472.


Opacity

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

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

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

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

This text has shadow with #736472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736472 on black background.


Color preview on white background

This text has color #736472 on white background.



Black color preview on #736472 background

This text has black color on #736472 background.


White color preview on #736472 background

This text has white color on #736472 background.