COLOR #74531E

HEX: #74531E RGB: (116,83,30)

Color info

#74531E contains mainly red and green colors. Web safe color of #74531E is #666633 (or #663).

RGB color model

#74531E color RGB value is (116,83,30).

RGB: (116,83,30) (45%, 33%, 12%)

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 30 of 255 = 12%

116
83
30

R + G + B ~ 30%. #74531E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 83 + 30 = 229 (100%)
R 116 of 229 ~ 50.66%
G 83 of 229 ~ 36.24%
B 30 of 229 ~ 13.1'%

%50.66
%36.24
%13.1

CMYK color model

#74531E color CMYK value is (0,28,74,55).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 74.14%
  • key color value is 54.51%
CMYK: (0,28,74,55) C0M28Y74K55 (0%,28%,74%,55%) (0.00/0.28/0.74/0.55) 

CMYK percentages

%0
%28.45
%74.14
%54.51

Codes

Color #74531E in popluar color models

74 53 1E
RGB 116 83 30
HSL 37° 58.90% 28.63%
HSB/HSV 37° 74.14% 45.49%
CMYK 0.00% 28.45% 74.14%
54.51%

Color #74531E in popluar number systems.

HEX 74 53 1E
Decimal 116 83 30
Binary 1110100 1010011 11110
Octal 164 123 36

Shades and tints

Shades of #74531E

#74531E
(116,83,30)
#6A4C1C
(106,76,28)
#60451A
(96,69,26)
#563E18
(86,62,24)
#4C3716
(76,55,22)
#423014
(66,48,20)
#382912
(56,41,18)
#2E2210
(46,34,16)
#241B0E
(36,27,14)
#1A140C
(26,20,12)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #74531E

#74531E
(116,83,30)
#806232
(128,98,50)
#8C7146
(140,113,70)
#98805A
(152,128,90)
#A48F6E
(164,143,110)
#B09E82
(176,158,130)
#BCAD96
(188,173,150)
#C8BCAA
(200,188,170)
#D4CBBE
(212,203,190)
#E0DAD2
(224,218,210)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74531E color. Also use rgb(116,83,30) instead hex code.

Text Font Color

.myTextColor { color: #74531E; }

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

This text font color is #74531E.

Background Color

.myBgColor { background-color: #74531E; }

<div style="background-color:#74531E">Inner text</div>

This div background color is #74531E.

Border color

.myBorderColor { border: 1px solid #74531E; }

<div style="border:3px solid #74531E">Div</div>

This div border color is #74531E.

Opacity

.myOpacity80 { color: #74531E; opacity: 0.8; }

<p style="color:#74531E;opacity:0.8;">80%</p>

Text with #74531E 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 #74531E;}

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

This text has shadow with #74531E color.


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

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

This text has shadow with #74531E primary color and red secondary color.


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

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

This text has shadow with #74531E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74531E.

Preview

Color preview on black background

This text has color #74531E on black background.


Color preview on white background

This text has color #74531E on white background.


Black color preview on #74531E background

This text has black color on #74531E background.


White color preview on #74531E background

This text has white color on #74531E background.


Related colors

Complementary color

Complementary color for #hex is #8BACE1.


I love getcolorcode.com

Triadic colors

1 #1E7453 and #531E74 with #74531E are triadic colors.

2 #1E5374 and #53741E with #74531E are triadic colors.