COLOR #74474C

HEX: #74474C
RGB: (116,71,76)

Renk bilgisi

#74474C contains red, green and blue colors in about the same proportion. #74474C ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#74474C color RGB value is (116,71,76).

  • kırmız ton 116;
  • yeşil ton 71;
  • mavi ton 76.
RGB:
(116,71,76)
(45%,28%,30%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 71 of 255 = 28%
B 76 of 255 = 30%

116
71
76

R + G + B ~ 34%. #74474C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 71 + 76 = 263 (100%)
R 116 of 263 ~ 44.11%
G 71 of 263 ~ 27%
B 76 of 263 ~ 28.9%

%44.11
%27
%28.9

CMYK RENK MODELİ

#74474C rengi CMYK tonu (0,39,34,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.79%
  • sarı tonu 34.48%
  • ana renk tonu 54.51%
CMYK:
(0,39,34,55)
C0M39Y34K55 
(0%,39%,34%,55%)
(0.00/0.39/0.34/0.55)	

CMYK yüzdeleri

%0
%38.79
%34.48
%54.51

Codes

Color #74474C in popluar color models

74474C
RGB1167176
HSL353°24.06%36.67%
HSB/HSV353°38.79%45.49%
CMYK0.00%38.79%34.48%
54.51%

Color #74474C in popluar number systems.

HEX74474C
Decimal1167176
Binary111010010001111001100
Octal164107114

Shades and tints

Shades of #74474C

#74474C
(116,71,76)
#6A4146
(106,65,70)
#603B40
(96,59,64)
#56353A
(86,53,58)
#4C2F34
(76,47,52)
#42292E
(66,41,46)
#382328
(56,35,40)
#2E1D22
(46,29,34)
#24171C
(36,23,28)
#1A1116
(26,17,22)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #74474C

#74474C
(116,71,76)
#80575C
(128,87,92)
#8C676C
(140,103,108)
#98777C
(152,119,124)
#A4878C
(164,135,140)
#B0979C
(176,151,156)
#BCA7AC
(188,167,172)
#C8B7BC
(200,183,188)
#D4C7CC
(212,199,204)
#E0D7DC
(224,215,220)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74474C color. Also use rgb(116,71,76) instead hex code.

Text Font Color

.myTextColor { color: #74474C; }

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

This text font color is #74474C.


Background Color

.myBgColor { background-color: #74474C; }

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

This div background color is #74474C.


Border color

.myBorderColor { border: 1px solid #74474C; }

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

This div border color is #74474C.


Opacity

.myOpacity80 { color: #74474C; opacity: 0.8; }

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

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

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

This text has shadow with #74474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74474C on black background.


Color preview on white background

This text has color #74474C on white background.



Black color preview on #74474C background

This text has black color on #74474C background.


White color preview on #74474C background

This text has white color on #74474C background.