COLOR #74464F

HEX: #74464F
RGB: (116,70,79)

Renk bilgisi

#74464F contains red, green and blue colors in about the same proportion. #74464F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#74464F color RGB value is (116,70,79).

  • kırmız ton 116;
  • yeşil ton 70;
  • mavi ton 79.
RGB:
(116,70,79)
(45%,27%,31%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 70 of 255 = 27%
B 79 of 255 = 31%

116
70
79

R + G + B ~ 34%. #74464F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 70 + 79 = 265 (100%)
R 116 of 265 ~ 43.77%
G 70 of 265 ~ 26.42%
B 79 of 265 ~ 29.81%

%43.77
%26.42
%29.81

CMYK RENK MODELİ

#74464F rengi CMYK tonu (0,40,32,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.66%
  • sarı tonu 31.90%
  • ana renk tonu 54.51%
CMYK:
(0,40,32,55)
C0M40Y32K55 
(0%,40%,32%,55%)
(0.00/0.40/0.32/0.55)	

CMYK yüzdeleri

%0
%39.66
%31.9
%54.51

Codes

Color #74464F in popluar color models

74464F
RGB1167079
HSL348°24.73%36.47%
HSB/HSV348°39.66%45.49%
CMYK0.00%39.66%31.90%
54.51%

Color #74464F in popluar number systems.

HEX74464F
Decimal1167079
Binary111010010001101001111
Octal164106117

Shades and tints

Shades of #74464F

#74464F
(116,70,79)
#6A4048
(106,64,72)
#603A41
(96,58,65)
#56343A
(86,52,58)
#4C2E33
(76,46,51)
#42282C
(66,40,44)
#382225
(56,34,37)
#2E1C1E
(46,28,30)
#241617
(36,22,23)
#1A1010
(26,16,16)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #74464F

#74464F
(116,70,79)
#80565F
(128,86,95)
#8C666F
(140,102,111)
#98767F
(152,118,127)
#A4868F
(164,134,143)
#B0969F
(176,150,159)
#BCA6AF
(188,166,175)
#C8B6BF
(200,182,191)
#D4C6CF
(212,198,207)
#E0D6DF
(224,214,223)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74464F color. Also use rgb(116,70,79) instead hex code.

Text Font Color

.myTextColor { color: #74464F; }

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

This text font color is #74464F.


Background Color

.myBgColor { background-color: #74464F; }

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

This div background color is #74464F.


Border color

.myBorderColor { border: 1px solid #74464F; }

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

This div border color is #74464F.


Opacity

.myOpacity80 { color: #74464F; opacity: 0.8; }

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

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

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

This text has shadow with #74464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74464F on black background.


Color preview on white background

This text has color #74464F on white background.



Black color preview on #74464F background

This text has black color on #74464F background.


White color preview on #74464F background

This text has white color on #74464F background.