COLOR #74272F

HEX: #74272F
RGB: (116,39,47)

Color info

#74272F contains mainly red color. Web safe color of #74272F is #663333 (or #633).

RGB color model

#74272F color RGB value is (116,39,47).

  • red value is 116;
  • green value is 39;
  • blue value is 47.
RGB:
(116,39,47)
(45%,15%,18%)

RGB channels and saturation

R 116 of 255 = 45%
G 39 of 255 = 15%
B 47 of 255 = 18%

116
39
47

R + G + B ~ 26%. #74272F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 39 + 47 = 202 (100%)
R 116 of 202 ~ 57.43%
G 39 of 202 ~ 19.31%
B 47 of 202 ~ 23.27%

%57.43
%19.31
%23.27

CMYK color model

#74272F color CMYK value is (0,66,59,55).

  • cyan value is 0.00%
  • magenta value is 66.38%
  • yellow value is 59.48%
  • key color value is 54.51%
CMYK:
(0,66,59,55)
C0M66Y59K55 
(0%,66%,59%,55%)
(0.00/0.66/0.59/0.55)	

CMYK percentages

%0
%66.38
%59.48
%54.51

Codes

Color #74272F in popluar color models

74272F
RGB1163947
HSL354°49.68%30.39%
HSB/HSV354°66.38%45.49%
CMYK0.00%66.38%59.48%
54.51%

Color #74272F in popluar number systems.

HEX74272F
Decimal1163947
Binary1110100100111101111
Octal1644757

Shades and tints

Shades of #74272F

#74272F
(116,39,47)
#6A242B
(106,36,43)
#602127
(96,33,39)
#561E23
(86,30,35)
#4C1B1F
(76,27,31)
#42181B
(66,24,27)
#381517
(56,21,23)
#2E1213
(46,18,19)
#240F0F
(36,15,15)
#1A0C0B
(26,12,11)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #74272F

#74272F
(116,39,47)
#803A41
(128,58,65)
#8C4D53
(140,77,83)
#986065
(152,96,101)
#A47377
(164,115,119)
#B08689
(176,134,137)
#BC999B
(188,153,155)
#C8ACAD
(200,172,173)
#D4BFBF
(212,191,191)
#E0D2D1
(224,210,209)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74272F; }

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

This text font color is #74272F.


Background Color

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

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

This div background color is #74272F.


Border color

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

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

This div border color is #74272F.


Opacity

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

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

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

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

This text has shadow with #74272F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74272F on black background.


Color preview on white background

This text has color #74272F on white background.



Black color preview on #74272F background

This text has black color on #74272F background.


White color preview on #74272F background

This text has white color on #74272F background.