COLOR #74510C

HEX: #74510C RGB: (116,81,12)

Color info

#74510C contains mainly red and green colors. Web safe color of #74510C is #666600 (or #660).

RGB color model

#74510C color RGB value is (116,81,12).

RGB: (116,81,12) (45%, 32%, 5%)

RGB channels and saturation

R 116 of 255 = 45%
G 81 of 255 = 32%
B 12 of 255 = 5%

116
81
12

R + G + B ~ 27%. #74510C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 81 + 12 = 209 (100%)
R 116 of 209 ~ 55.5%
G 81 of 209 ~ 38.76%
B 12 of 209 ~ 5.74'%

%55.5
%38.76

CMYK color model

#74510C color CMYK value is (0,30,90,55).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 89.66%
  • key color value is 54.51%

CMYK: (0,30,90,55)
C0M30Y90K55 (0%, 30%, 90%, 55%)
(0.00 / 0.30 / 0.90 / 0.55)

CMYK percentages

%0
%30.17
%89.66
%54.51

Codes

Color #74510C in popluar color models

74 51 0C
RGB 116 81 12
HSL 40° 81.25% 25.10%
HSB/HSV 40° 89.66% 45.49%
CMYK 0.00% 30.17% 89.66%
54.51%

Color #74510C in popluar number systems.

HEX 74 51 0C
Decimal 116 81 12
Binary 1110100 1010001 1100
Octal 164 121 14

Shades and tints

Shades of #74510C

#74510C
(116,81,12)
#6A4A0B
(106,74,11)
#60430A
(96,67,10)
#563C09
(86,60,9)
#4C3508
(76,53,8)
#422E07
(66,46,7)
#382706
(56,39,6)
#2E2005
(46,32,5)
#241904
(36,25,4)
#1A1203
(26,18,3)
#100B02
(16,11,2)
#000000
(0,0,0)

Tints of #74510C

#74510C
(116,81,12)
#806022
(128,96,34)
#8C6F38
(140,111,56)
#987E4E
(152,126,78)
#A48D64
(164,141,100)
#B09C7A
(176,156,122)
#BCAB90
(188,171,144)
#C8BAA6
(200,186,166)
#D4C9BC
(212,201,188)
#E0D8D2
(224,216,210)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74510C color. Also use rgb(116,81,12) instead hex code.

Text Font Color

.myTextColor { color: #74510C; }

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

This text font color is #74510C.

Background Color

.myBgColor { background-color: #74510C; }

<div style="background-color:#74510C">Inner text</div>

This div background color is #74510C.

Border color

.myBorderColor { border: 1px solid #74510C; }

<div style="border:3px solid #74510C">Div</div>

This div border color is #74510C.

Opacity

.myOpacity80 { color: #74510C; opacity: 0.8; }

<p style="color:#74510C;opacity:0.8;">80%</p>

Text with #74510C 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 #74510C;}

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

This text has shadow with #74510C color.


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

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

This text has shadow with #74510C primary color and red secondary color.


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

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

This text has shadow with #74510C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74510C.

Preview

Color preview on black background

This text has color #74510C on black background.


Color preview on white background

This text has color #74510C on white background.


Black color preview on #74510C background

This text has black color on #74510C background.


White color preview on #74510C background

This text has white color on #74510C background.


Related colors

Complementary color

Complementary color for #hex is #8BAEF3.


I love getcolorcode.com

Triadic colors

1 #0C7451 and #510C74 with #74510C are triadic colors.

2 #0C5174 and #51740C with #74510C are triadic colors.