COLOR #74881C

HEX: #74881C
RGB: (116,136,28)

Color info

#74881C contains mainly red and green colors. Web safe color of #74881C is #669933 (or #693).

RGB color model

#74881C color RGB value is (116,136,28).

  • red value is 116;
  • green value is 136;
  • blue value is 28.
RGB:
(116,136,28)
(45%,53%,11%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 28 of 255 = 11%

116
136
28

R + G + B ~ 36%. #74881C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 28 = 280 (100%)
R 116 of 280 ~ 41.43%
G 136 of 280 ~ 48.57%
B 28 of 280 ~ 10%

%41.43
%48.57
%10

CMYK color model

#74881C color CMYK value is (15,0,79,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 79.41%
  • key color value is 46.67%
CMYK:
(15,0,79,47)
C15M0Y79K47 
(15%,0%,79%,47%)
(0.15/0.00/0.79/0.47)	

CMYK percentages

%14.71
%0
%79.41
%46.67

Codes

Color #74881C in popluar color models

74881C
RGB11613628
HSL71°65.85%32.16%
HSB/HSV71°79.41%53.33%
CMYK14.71%0.00%79.41%
46.67%

Color #74881C in popluar number systems.

HEX74881C
Decimal11613628
Binary11101001000100011100
Octal16421034

Shades and tints

Shades of #74881C

#74881C
(116,136,28)
#6A7C1A
(106,124,26)
#607018
(96,112,24)
#566416
(86,100,22)
#4C5814
(76,88,20)
#424C12
(66,76,18)
#384010
(56,64,16)
#2E340E
(46,52,14)
#24280C
(36,40,12)
#1A1C0A
(26,28,10)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #74881C

#74881C
(116,136,28)
#809230
(128,146,48)
#8C9C44
(140,156,68)
#98A658
(152,166,88)
#A4B06C
(164,176,108)
#B0BA80
(176,186,128)
#BCC494
(188,196,148)
#C8CEA8
(200,206,168)
#D4D8BC
(212,216,188)
#E0E2D0
(224,226,208)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74881C color. Also use rgb(116,136,28) instead hex code.

Text Font Color

.myTextColor { color: #74881C; }

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

This text font color is #74881C.


Background Color

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

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

This div background color is #74881C.


Border color

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

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

This div border color is #74881C.


Opacity

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

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

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

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

This text has shadow with #74881C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74881C on black background.


Color preview on white background

This text has color #74881C on white background.



Black color preview on #74881C background

This text has black color on #74881C background.


White color preview on #74881C background

This text has white color on #74881C background.