COLOR #74480B

HEX: #74480B RGB: (116,72,11)

Color info

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

RGB color model

#74480B color RGB value is (116,72,11).

RGB: (116,72,11) (45%, 28%, 4%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 11 of 255 = 4%

116
72
11

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

Portions of RGB colors in percentages

R + G + B = 116 + 72 + 11 = 199 (100%)
R 116 of 199 ~ 58.29%
G 72 of 199 ~ 36.18%
B 11 of 199 ~ 5.53'%

%58.29
%36.18

CMYK color model

#74480B color CMYK value is (0,38,91,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 90.52%
  • key color value is 54.51%

CMYK: (0,38,91,55)
C0M38Y91K55 (0%, 38%, 91%, 55%)
(0.00 / 0.38 / 0.91 / 0.55)

CMYK percentages

%0
%37.93
%90.52
%54.51

Codes

Color #74480B in popluar color models

74 48 0B
RGB 116 72 11
HSL 35° 82.68% 24.90%
HSB/HSV 35° 90.52% 45.49%
CMYK 0.00% 37.93% 90.52%
54.51%

Color #74480B in popluar number systems.

HEX 74 48 0B
Decimal 116 72 11
Binary 1110100 1001000 1011
Octal 164 110 13

Shades and tints

Shades of #74480B

#74480B
(116,72,11)
#6A420A
(106,66,10)
#603C09
(96,60,9)
#563608
(86,54,8)
#4C3007
(76,48,7)
#422A06
(66,42,6)
#382405
(56,36,5)
#2E1E04
(46,30,4)
#241803
(36,24,3)
#1A1202
(26,18,2)
#100C01
(16,12,1)
#000000
(0,0,0)

Tints of #74480B

#74480B
(116,72,11)
#805821
(128,88,33)
#8C6837
(140,104,55)
#98784D
(152,120,77)
#A48863
(164,136,99)
#B09879
(176,152,121)
#BCA88F
(188,168,143)
#C8B8A5
(200,184,165)
#D4C8BB
(212,200,187)
#E0D8D1
(224,216,209)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74480B; }

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

This text font color is #74480B.

Background Color

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

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

This div background color is #74480B.

Border color

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

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

This div border color is #74480B.

Opacity

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

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

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

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

This text has shadow with #74480B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74480B.

Preview

Color preview on black background

This text has color #74480B on black background.


Color preview on white background

This text has color #74480B on white background.


Black color preview on #74480B background

This text has black color on #74480B background.


White color preview on #74480B background

This text has white color on #74480B background.


Related colors

Complementary color

Complementary color for #hex is #8BB7F4.


I love getcolorcode.com

Triadic colors

1 #0B7448 and #480B74 with #74480B are triadic colors.

2 #0B4874 and #48740B with #74480B are triadic colors.