COLOR #74472F

HEX: #74472F
RGB: (116,71,47)

Renk bilgisi

#74472F contains mainly red and green colors. #74472F ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#74472F color RGB value is (116,71,47).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 71 of 255 = 28%
B 47 of 255 = 18%

116
71
47

R + G + B ~ 30%. #74472F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 71 + 47 = 234 (100%)
R 116 of 234 ~ 49.57%
G 71 of 234 ~ 30.34%
B 47 of 234 ~ 20.09%

%49.57
%30.34
%20.09

CMYK RENK MODELİ

#74472F rengi CMYK tonu (0,39,59,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.79%
  • sarı tonu 59.48%
  • ana renk tonu 54.51%
CMYK:
(0,39,59,55)
C0M39Y59K55 
(0%,39%,59%,55%)
(0.00/0.39/0.59/0.55)	

CMYK yüzdeleri

%0
%38.79
%59.48
%54.51

Codes

Color #74472F in popluar color models

74472F
RGB1167147
HSL21°42.33%31.96%
HSB/HSV21°59.48%45.49%
CMYK0.00%38.79%59.48%
54.51%

Color #74472F in popluar number systems.

HEX74472F
Decimal1167147
Binary11101001000111101111
Octal16410757

Shades and tints

Shades of #74472F

#74472F
(116,71,47)
#6A412B
(106,65,43)
#603B27
(96,59,39)
#563523
(86,53,35)
#4C2F1F
(76,47,31)
#42291B
(66,41,27)
#382317
(56,35,23)
#2E1D13
(46,29,19)
#24170F
(36,23,15)
#1A110B
(26,17,11)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #74472F

#74472F
(116,71,47)
#805741
(128,87,65)
#8C6753
(140,103,83)
#987765
(152,119,101)
#A48777
(164,135,119)
#B09789
(176,151,137)
#BCA79B
(188,167,155)
#C8B7AD
(200,183,173)
#D4C7BF
(212,199,191)
#E0D7D1
(224,215,209)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74472F color. Also use rgb(116,71,47) instead hex code.

Text Font Color

.myTextColor { color: #74472F; }

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

This text font color is #74472F.


Background Color

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

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

This div background color is #74472F.


Border color

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

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

This div border color is #74472F.


Opacity

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

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

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

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

This text has shadow with #74472F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74472F on black background.


Color preview on white background

This text has color #74472F on white background.



Black color preview on #74472F background

This text has black color on #74472F background.


White color preview on #74472F background

This text has white color on #74472F background.