COLOR #74512C

HEX: #74512C
RGB: (116,81,44)

Color info

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

RGB color model

#74512C color RGB value is (116,81,44).

  • red value is 116;
  • green value is 81;
  • blue value is 44.
RGB:
(116,81,44)
(45%,32%,17%)

RGB channels and saturation

R 116 of 255 = 45%
G 81 of 255 = 32%
B 44 of 255 = 17%

116
81
44

R + G + B ~ 31%. #74512C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 81 + 44 = 241 (100%)
R 116 of 241 ~ 48.13%
G 81 of 241 ~ 33.61%
B 44 of 241 ~ 18.26%

%48.13
%33.61
%18.26

CMYK color model

#74512C color CMYK value is (0,30,62,55).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 62.07%
  • key color value is 54.51%
CMYK:
(0,30,62,55)
C0M30Y62K55 
(0%,30%,62%,55%)
(0.00/0.30/0.62/0.55)	

CMYK percentages

%0
%30.17
%62.07
%54.51

Codes

Color #74512C in popluar color models

74512C
RGB1168144
HSL31°45.00%31.37%
HSB/HSV31°62.07%45.49%
CMYK0.00%30.17%62.07%
54.51%

Color #74512C in popluar number systems.

HEX74512C
Decimal1168144
Binary11101001010001101100
Octal16412154

Shades and tints

Shades of #74512C

#74512C
(116,81,44)
#6A4A28
(106,74,40)
#604324
(96,67,36)
#563C20
(86,60,32)
#4C351C
(76,53,28)
#422E18
(66,46,24)
#382714
(56,39,20)
#2E2010
(46,32,16)
#24190C
(36,25,12)
#1A1208
(26,18,8)
#100B04
(16,11,4)
#000000
(0,0,0)

Tints of #74512C

#74512C
(116,81,44)
#80603F
(128,96,63)
#8C6F52
(140,111,82)
#987E65
(152,126,101)
#A48D78
(164,141,120)
#B09C8B
(176,156,139)
#BCAB9E
(188,171,158)
#C8BAB1
(200,186,177)
#D4C9C4
(212,201,196)
#E0D8D7
(224,216,215)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74512C; }

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

This text font color is #74512C.


Background Color

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

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

This div background color is #74512C.


Border color

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

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

This div border color is #74512C.


Opacity

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

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

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

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

This text has shadow with #74512C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74512C on black background.


Color preview on white background

This text has color #74512C on white background.



Black color preview on #74512C background

This text has black color on #74512C background.


White color preview on #74512C background

This text has white color on #74512C background.