COLOR #74731B

HEX: #74731B
RGB: (116,115,27)

Color info

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

RGB color model

#74731B color RGB value is (116,115,27).

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

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 27 of 255 = 11%

116
115
27

R + G + B ~ 34%. #74731B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 27 = 258 (100%)
R 116 of 258 ~ 44.96%
G 115 of 258 ~ 44.57%
B 27 of 258 ~ 10.47%

%44.96
%44.57
%10.47

CMYK color model

#74731B color CMYK value is (0,1,77,55).

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 76.72%
  • key color value is 54.51%
CMYK:
(0,1,77,55)
C0M1Y77K55 
(0%,1%,77%,55%)
(0.00/0.01/0.77/0.55)	

CMYK percentages

%0
%0.86
%76.72
%54.51

Codes

Color #74731B in popluar color models

74731B
RGB11611527
HSL59°62.24%28.04%
HSB/HSV59°76.72%45.49%
CMYK0.00%0.86%76.72%
54.51%

Color #74731B in popluar number systems.

HEX74731B
Decimal11611527
Binary1110100111001111011
Octal16416333

Shades and tints

Shades of #74731B

#74731B
(116,115,27)
#6A6919
(106,105,25)
#605F17
(96,95,23)
#565515
(86,85,21)
#4C4B13
(76,75,19)
#424111
(66,65,17)
#38370F
(56,55,15)
#2E2D0D
(46,45,13)
#24230B
(36,35,11)
#1A1909
(26,25,9)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #74731B

#74731B
(116,115,27)
#807F2F
(128,127,47)
#8C8B43
(140,139,67)
#989757
(152,151,87)
#A4A36B
(164,163,107)
#B0AF7F
(176,175,127)
#BCBB93
(188,187,147)
#C8C7A7
(200,199,167)
#D4D3BB
(212,211,187)
#E0DFCF
(224,223,207)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74731B; }

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

This text font color is #74731B.


Background Color

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

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

This div background color is #74731B.


Border color

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

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

This div border color is #74731B.


Opacity

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

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

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

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

This text has shadow with #74731B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74731B on black background.


Color preview on white background

This text has color #74731B on white background.



Black color preview on #74731B background

This text has black color on #74731B background.


White color preview on #74731B background

This text has white color on #74731B background.