COLOR #74681B

HEX: #74681B
RGB: (116,104,27)

Color info

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

RGB color model

#74681B color RGB value is (116,104,27).

  • red value is 116;
  • green value is 104;
  • blue value is 27.
RGB:
(116,104,27)
(45%,41%,11%)

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 27 of 255 = 11%

116
104
27

R + G + B ~ 32%. #74681B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 27 = 247 (100%)
R 116 of 247 ~ 46.96%
G 104 of 247 ~ 42.11%
B 27 of 247 ~ 10.93%

%46.96
%42.11
%10.93

CMYK color model

#74681B color CMYK value is (0,10,77,55).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 76.72%
  • key color value is 54.51%
CMYK:
(0,10,77,55)
C0M10Y77K55 
(0%,10%,77%,55%)
(0.00/0.10/0.77/0.55)	

CMYK percentages

%0
%10.34
%76.72
%54.51

Codes

Color #74681B in popluar color models

74681B
RGB11610427
HSL52°62.24%28.04%
HSB/HSV52°76.72%45.49%
CMYK0.00%10.34%76.72%
54.51%

Color #74681B in popluar number systems.

HEX74681B
Decimal11610427
Binary1110100110100011011
Octal16415033

Shades and tints

Shades of #74681B

#74681B
(116,104,27)
#6A5F19
(106,95,25)
#605617
(96,86,23)
#564D15
(86,77,21)
#4C4413
(76,68,19)
#423B11
(66,59,17)
#38320F
(56,50,15)
#2E290D
(46,41,13)
#24200B
(36,32,11)
#1A1709
(26,23,9)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #74681B

#74681B
(116,104,27)
#80752F
(128,117,47)
#8C8243
(140,130,67)
#988F57
(152,143,87)
#A49C6B
(164,156,107)
#B0A97F
(176,169,127)
#BCB693
(188,182,147)
#C8C3A7
(200,195,167)
#D4D0BB
(212,208,187)
#E0DDCF
(224,221,207)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74681B color. Also use rgb(116,104,27) instead hex code.

Text Font Color

.myTextColor { color: #74681B; }

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

This text font color is #74681B.


Background Color

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

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

This div background color is #74681B.


Border color

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

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

This div border color is #74681B.


Opacity

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

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

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

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

This text has shadow with #74681B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74681B on black background.


Color preview on white background

This text has color #74681B on white background.



Black color preview on #74681B background

This text has black color on #74681B background.


White color preview on #74681B background

This text has white color on #74681B background.