COLOR #74893B

HEX: #74893B
RGB: (116,137,59)

Color info

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

RGB color model

#74893B color RGB value is (116,137,59).

  • red value is 116;
  • green value is 137;
  • blue value is 59.
RGB:
(116,137,59)
(45%,54%,23%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 59 of 255 = 23%

116
137
59

R + G + B ~ 41%. #74893B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 59 = 312 (100%)
R 116 of 312 ~ 37.18%
G 137 of 312 ~ 43.91%
B 59 of 312 ~ 18.91%

%37.18
%43.91
%18.91

CMYK color model

#74893B color CMYK value is (15,0,57,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 56.93%
  • key color value is 46.27%
CMYK:
(15,0,57,46)
C15M0Y57K46 
(15%,0%,57%,46%)
(0.15/0.00/0.57/0.46)	

CMYK percentages

%15.33
%0
%56.93
%46.27

Codes

Color #74893B in popluar color models

74893B
RGB11613759
HSL76°39.80%38.43%
HSB/HSV76°56.93%53.73%
CMYK15.33%0.00%56.93%
46.27%

Color #74893B in popluar number systems.

HEX74893B
Decimal11613759
Binary111010010001001111011
Octal16421173

Shades and tints

Shades of #74893B

#74893B
(116,137,59)
#6A7D36
(106,125,54)
#607131
(96,113,49)
#56652C
(86,101,44)
#4C5927
(76,89,39)
#424D22
(66,77,34)
#38411D
(56,65,29)
#2E3518
(46,53,24)
#242913
(36,41,19)
#1A1D0E
(26,29,14)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #74893B

#74893B
(116,137,59)
#80934C
(128,147,76)
#8C9D5D
(140,157,93)
#98A76E
(152,167,110)
#A4B17F
(164,177,127)
#B0BB90
(176,187,144)
#BCC5A1
(188,197,161)
#C8CFB2
(200,207,178)
#D4D9C3
(212,217,195)
#E0E3D4
(224,227,212)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74893B color. Also use rgb(116,137,59) instead hex code.

Text Font Color

.myTextColor { color: #74893B; }

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

This text font color is #74893B.


Background Color

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

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

This div background color is #74893B.


Border color

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

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

This div border color is #74893B.


Opacity

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

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

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

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

This text has shadow with #74893B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74893B on black background.


Color preview on white background

This text has color #74893B on white background.



Black color preview on #74893B background

This text has black color on #74893B background.


White color preview on #74893B background

This text has white color on #74893B background.