COLOR #74331A

HEX: #74331A
RGB: (116,51,26)

Color info

#74331A contains mainly red color. Web safe color of #74331A is #663300 (or #630).

RGB color model

#74331A color RGB value is (116,51,26).

  • red value is 116;
  • green value is 51;
  • blue value is 26.
RGB:
(116,51,26)
(45%,20%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 51 of 255 = 20%
B 26 of 255 = 10%

116
51
26

R + G + B ~ 25%. #74331A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 51 + 26 = 193 (100%)
R 116 of 193 ~ 60.1%
G 51 of 193 ~ 26.42%
B 26 of 193 ~ 13.47%

%60.1
%26.42
%13.47

CMYK color model

#74331A color CMYK value is (0,56,78,55).

  • cyan value is 0.00%
  • magenta value is 56.03%
  • yellow value is 77.59%
  • key color value is 54.51%
CMYK:
(0,56,78,55)
C0M56Y78K55 
(0%,56%,78%,55%)
(0.00/0.56/0.78/0.55)	

CMYK percentages

%0
%56.03
%77.59
%54.51

Codes

Color #74331A in popluar color models

74331A
RGB1165126
HSL17°63.38%27.84%
HSB/HSV17°77.59%45.49%
CMYK0.00%56.03%77.59%
54.51%

Color #74331A in popluar number systems.

HEX74331A
Decimal1165126
Binary111010011001111010
Octal1646332

Shades and tints

Shades of #74331A

#74331A
(116,51,26)
#6A2F18
(106,47,24)
#602B16
(96,43,22)
#562714
(86,39,20)
#4C2312
(76,35,18)
#421F10
(66,31,16)
#381B0E
(56,27,14)
#2E170C
(46,23,12)
#24130A
(36,19,10)
#1A0F08
(26,15,8)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #74331A

#74331A
(116,51,26)
#80452E
(128,69,46)
#8C5742
(140,87,66)
#986956
(152,105,86)
#A47B6A
(164,123,106)
#B08D7E
(176,141,126)
#BC9F92
(188,159,146)
#C8B1A6
(200,177,166)
#D4C3BA
(212,195,186)
#E0D5CE
(224,213,206)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74331A color. Also use rgb(116,51,26) instead hex code.

Text Font Color

.myTextColor { color: #74331A; }

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

This text font color is #74331A.


Background Color

.myBgColor { background-color: #74331A; }

<div style="background-color:#74331A">Inner text</div>

This div background color is #74331A.


Border color

.myBorderColor { border: 1px solid #74331A; }

<div style="border:3px solid #74331A">Div</div>

This div border color is #74331A.


Opacity

.myOpacity80 { color: #74331A; opacity: 0.8; }

<p style="color:#74331A;opacity:0.8;">80%</p>

Text with #74331A 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 #74331A;}

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

This text has shadow with #74331A color.

.textShadow {text-shadow: 3px 3px 1px #74331A, 3px 3px 1px red;}

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

This text has shadow with #74331A primary color and red secondary color.


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

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

This text has shadow with #74331A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74331A on black background.


Color preview on white background

This text has color #74331A on white background.



Black color preview on #74331A background

This text has black color on #74331A background.


White color preview on #74331A background

This text has white color on #74331A background.