COLOR #74440B

HEX: #74440B
RGB: (116,68,11)

Color info

#74440B contains mainly red and green colors. Web safe color of #74440B is #663300 (or #630).

RGB color model

#74440B color RGB value is (116,68,11).

  • red value is 116;
  • green value is 68;
  • blue value is 11.
RGB:
(116,68,11)
(45%,27%,4%)

RGB channels and saturation

R 116 of 255 = 45%
G 68 of 255 = 27%
B 11 of 255 = 4%

116
68
11

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

Portions of RGB colors in percentages

R + G + B =
116 + 68 + 11 = 195 (100%)
R 116 of 195 ~ 59.49%
G 68 of 195 ~ 34.87%
B 11 of 195 ~ 5.64%

%59.49
%34.87

CMYK color model

#74440B color CMYK value is (0,41,91,55).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 90.52%
  • key color value is 54.51%
CMYK:
(0,41,91,55)
C0M41Y91K55 
(0%,41%,91%,55%)
(0.00/0.41/0.91/0.55)	

CMYK percentages

%0
%41.38
%90.52
%54.51

Codes

Color #74440B in popluar color models

74440B
RGB1166811
HSL33°82.68%24.90%
HSB/HSV33°90.52%45.49%
CMYK0.00%41.38%90.52%
54.51%

Color #74440B in popluar number systems.

HEX74440B
Decimal1166811
Binary111010010001001011
Octal16410413

Shades and tints

Shades of #74440B

#74440B
(116,68,11)
#6A3E0A
(106,62,10)
#603809
(96,56,9)
#563208
(86,50,8)
#4C2C07
(76,44,7)
#422606
(66,38,6)
#382005
(56,32,5)
#2E1A04
(46,26,4)
#241403
(36,20,3)
#1A0E02
(26,14,2)
#100801
(16,8,1)
#000000
(0,0,0)

Tints of #74440B

#74440B
(116,68,11)
#805521
(128,85,33)
#8C6637
(140,102,55)
#98774D
(152,119,77)
#A48863
(164,136,99)
#B09979
(176,153,121)
#BCAA8F
(188,170,143)
#C8BBA5
(200,187,165)
#D4CCBB
(212,204,187)
#E0DDD1
(224,221,209)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74440B color. Also use rgb(116,68,11) instead hex code.

Text Font Color

.myTextColor { color: #74440B; }

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

This text font color is #74440B.


Background Color

.myBgColor { background-color: #74440B; }

<div style="background-color:#74440B">Inner text</div>

This div background color is #74440B.


Border color

.myBorderColor { border: 1px solid #74440B; }

<div style="border:3px solid #74440B">Div</div>

This div border color is #74440B.


Opacity

.myOpacity80 { color: #74440B; opacity: 0.8; }

<p style="color:#74440B;opacity:0.8;">80%</p>

Text with #74440B 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 #74440B;}

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

This text has shadow with #74440B color.

.textShadow {text-shadow: 3px 3px 1px #74440B, 3px 3px 1px red;}

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

This text has shadow with #74440B primary color and red secondary color.


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

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

This text has shadow with #74440B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74440B on black background.


Color preview on white background

This text has color #74440B on white background.



Black color preview on #74440B background

This text has black color on #74440B background.


White color preview on #74440B background

This text has white color on #74440B background.