COLOR #74631A

HEX: #74631A
RGB: (116,99,26)

Color info

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

RGB color model

#74631A color RGB value is (116,99,26).

  • red value is 116;
  • green value is 99;
  • blue value is 26.
RGB:
(116,99,26)
(45%,39%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 26 of 255 = 10%

116
99
26

R + G + B ~ 31%. #74631A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 26 = 241 (100%)
R 116 of 241 ~ 48.13%
G 99 of 241 ~ 41.08%
B 26 of 241 ~ 10.79%

%48.13
%41.08
%10.79

CMYK color model

#74631A color CMYK value is (0,15,78,55).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 77.59%
  • key color value is 54.51%
CMYK:
(0,15,78,55)
C0M15Y78K55 
(0%,15%,78%,55%)
(0.00/0.15/0.78/0.55)	

CMYK percentages

%0
%14.66
%77.59
%54.51

Codes

Color #74631A in popluar color models

74631A
RGB1169926
HSL49°63.38%27.84%
HSB/HSV49°77.59%45.49%
CMYK0.00%14.66%77.59%
54.51%

Color #74631A in popluar number systems.

HEX74631A
Decimal1169926
Binary1110100110001111010
Octal16414332

Shades and tints

Shades of #74631A

#74631A
(116,99,26)
#6A5A18
(106,90,24)
#605116
(96,81,22)
#564814
(86,72,20)
#4C3F12
(76,63,18)
#423610
(66,54,16)
#382D0E
(56,45,14)
#2E240C
(46,36,12)
#241B0A
(36,27,10)
#1A1208
(26,18,8)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #74631A

#74631A
(116,99,26)
#80712E
(128,113,46)
#8C7F42
(140,127,66)
#988D56
(152,141,86)
#A49B6A
(164,155,106)
#B0A97E
(176,169,126)
#BCB792
(188,183,146)
#C8C5A6
(200,197,166)
#D4D3BA
(212,211,186)
#E0E1CE
(224,225,206)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74631A color. Also use rgb(116,99,26) instead hex code.

Text Font Color

.myTextColor { color: #74631A; }

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

This text font color is #74631A.


Background Color

.myBgColor { background-color: #74631A; }

<div style="background-color:#74631A">Inner text</div>

This div background color is #74631A.


Border color

.myBorderColor { border: 1px solid #74631A; }

<div style="border:3px solid #74631A">Div</div>

This div border color is #74631A.


Opacity

.myOpacity80 { color: #74631A; opacity: 0.8; }

<p style="color:#74631A;opacity:0.8;">80%</p>

Text with #74631A 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 #74631A;}

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

This text has shadow with #74631A color.

.textShadow {text-shadow: 3px 3px 1px #74631A, 3px 3px 1px red;}

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

This text has shadow with #74631A primary color and red secondary color.


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

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

This text has shadow with #74631A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74631A on black background.


Color preview on white background

This text has color #74631A on white background.



Black color preview on #74631A background

This text has black color on #74631A background.


White color preview on #74631A background

This text has white color on #74631A background.