COLOR #74481F

HEX: #74481F
RGB: (116,72,31)

Color info

#74481F contains mainly red and green colors. Web safe color of #74481F is #663333 (or #633).

RGB color model

#74481F color RGB value is (116,72,31).

  • red value is 116;
  • green value is 72;
  • blue value is 31.
RGB:
(116,72,31)
(45%,28%,12%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 31 of 255 = 12%

116
72
31

R + G + B ~ 28%. #74481F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 31 = 219 (100%)
R 116 of 219 ~ 52.97%
G 72 of 219 ~ 32.88%
B 31 of 219 ~ 14.16%

%52.97
%32.88
%14.16

CMYK color model

#74481F color CMYK value is (0,38,73,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 73.28%
  • key color value is 54.51%
CMYK:
(0,38,73,55)
C0M38Y73K55 
(0%,38%,73%,55%)
(0.00/0.38/0.73/0.55)	

CMYK percentages

%0
%37.93
%73.28
%54.51

Codes

Color #74481F in popluar color models

74481F
RGB1167231
HSL29°57.82%28.82%
HSB/HSV29°73.28%45.49%
CMYK0.00%37.93%73.28%
54.51%

Color #74481F in popluar number systems.

HEX74481F
Decimal1167231
Binary1110100100100011111
Octal16411037

Shades and tints

Shades of #74481F

#74481F
(116,72,31)
#6A421D
(106,66,29)
#603C1B
(96,60,27)
#563619
(86,54,25)
#4C3017
(76,48,23)
#422A15
(66,42,21)
#382413
(56,36,19)
#2E1E11
(46,30,17)
#24180F
(36,24,15)
#1A120D
(26,18,13)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #74481F

#74481F
(116,72,31)
#805833
(128,88,51)
#8C6847
(140,104,71)
#98785B
(152,120,91)
#A4886F
(164,136,111)
#B09883
(176,152,131)
#BCA897
(188,168,151)
#C8B8AB
(200,184,171)
#D4C8BF
(212,200,191)
#E0D8D3
(224,216,211)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74481F color. Also use rgb(116,72,31) instead hex code.

Text Font Color

.myTextColor { color: #74481F; }

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

This text font color is #74481F.


Background Color

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

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

This div background color is #74481F.


Border color

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

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

This div border color is #74481F.


Opacity

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

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

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

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

This text has shadow with #74481F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74481F on black background.


Color preview on white background

This text has color #74481F on white background.



Black color preview on #74481F background

This text has black color on #74481F background.


White color preview on #74481F background

This text has white color on #74481F background.