COLOR #74853D

HEX: #74853D
RGB: (116,133,61)

Color info

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

RGB color model

#74853D color RGB value is (116,133,61).

  • red value is 116;
  • green value is 133;
  • blue value is 61.
RGB:
(116,133,61)
(45%,52%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 61 of 255 = 24%

116
133
61

R + G + B ~ 40%. #74853D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 61 = 310 (100%)
R 116 of 310 ~ 37.42%
G 133 of 310 ~ 42.9%
B 61 of 310 ~ 19.68%

%37.42
%42.9
%19.68

CMYK color model

#74853D color CMYK value is (13,0,54,48).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 54.14%
  • key color value is 47.84%
CMYK:
(13,0,54,48)
C13M0Y54K48 
(13%,0%,54%,48%)
(0.13/0.00/0.54/0.48)	

CMYK percentages

%12.78
%0
%54.14
%47.84

Codes

Color #74853D in popluar color models

74853D
RGB11613361
HSL74°37.11%38.04%
HSB/HSV74°54.14%52.16%
CMYK12.78%0.00%54.14%
47.84%

Color #74853D in popluar number systems.

HEX74853D
Decimal11613361
Binary111010010000101111101
Octal16420575

Shades and tints

Shades of #74853D

#74853D
(116,133,61)
#6A7938
(106,121,56)
#606D33
(96,109,51)
#56612E
(86,97,46)
#4C5529
(76,85,41)
#424924
(66,73,36)
#383D1F
(56,61,31)
#2E311A
(46,49,26)
#242515
(36,37,21)
#1A1910
(26,25,16)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #74853D

#74853D
(116,133,61)
#80904E
(128,144,78)
#8C9B5F
(140,155,95)
#98A670
(152,166,112)
#A4B181
(164,177,129)
#B0BC92
(176,188,146)
#BCC7A3
(188,199,163)
#C8D2B4
(200,210,180)
#D4DDC5
(212,221,197)
#E0E8D6
(224,232,214)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74853D color. Also use rgb(116,133,61) instead hex code.

Text Font Color

.myTextColor { color: #74853D; }

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

This text font color is #74853D.


Background Color

.myBgColor { background-color: #74853D; }

<div style="background-color:#74853D">Inner text</div>

This div background color is #74853D.


Border color

.myBorderColor { border: 1px solid #74853D; }

<div style="border:3px solid #74853D">Div</div>

This div border color is #74853D.


Opacity

.myOpacity80 { color: #74853D; opacity: 0.8; }

<p style="color:#74853D;opacity:0.8;">80%</p>

Text with #74853D 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 #74853D;}

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

This text has shadow with #74853D color.

.textShadow {text-shadow: 3px 3px 1px #74853D, 3px 3px 1px red;}

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

This text has shadow with #74853D primary color and red secondary color.


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

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

This text has shadow with #74853D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74853D on black background.


Color preview on white background

This text has color #74853D on white background.



Black color preview on #74853D background

This text has black color on #74853D background.


White color preview on #74853D background

This text has white color on #74853D background.