COLOR #74845A

HEX: #74845A RGB: (116,132,90)

Color info

#74845A contains red, green and blue colors in about the same proportion. Web safe color of #74845A is #669966 (or #696).

RGB color model

#74845A color RGB value is (116,132,90).

RGB: (116,132,90) (45%, 52%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 90 of 255 = 35%

116
132
90

R + G + B ~ 44%. #74845A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 132 + 90 = 338 (100%)
R 116 of 338 ~ 34.32%
G 132 of 338 ~ 39.05%
B 90 of 338 ~ 26.63'%

%34.32
%39.05
%26.63

CMYK color model

#74845A color CMYK value is (12,0,32,48).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 48.24%

CMYK: (12,0,32,48)
C12M0Y32K48 (12%, 0%, 32%, 48%)
(0.12 / 0.00 / 0.32 / 0.48)

CMYK percentages

%12.12
%0
%31.82
%48.24

Codes

Color #74845A in popluar color models

74 84 5A
RGB 116 132 90
HSL 83° 18.92% 43.53%
HSB/HSV 83° 31.82% 51.76%
CMYK 12.12% 0.00% 31.82%
48.24%

Color #74845A in popluar number systems.

HEX 74 84 5A
Decimal 116 132 90
Binary 1110100 10000100 1011010
Octal 164 204 132

Shades and tints

Shades of #74845A

#74845A
(116,132,90)
#6A7852
(106,120,82)
#606C4A
(96,108,74)
#566042
(86,96,66)
#4C543A
(76,84,58)
#424832
(66,72,50)
#383C2A
(56,60,42)
#2E3022
(46,48,34)
#24241A
(36,36,26)
#1A1812
(26,24,18)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #74845A

#74845A
(116,132,90)
#808F69
(128,143,105)
#8C9A78
(140,154,120)
#98A587
(152,165,135)
#A4B096
(164,176,150)
#B0BBA5
(176,187,165)
#BCC6B4
(188,198,180)
#C8D1C3
(200,209,195)
#D4DCD2
(212,220,210)
#E0E7E1
(224,231,225)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74845A color. Also use rgb(116,132,90) instead hex code.

Text Font Color

.myTextColor { color: #74845A; }

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

This text font color is #74845A.

Background Color

.myBgColor { background-color: #74845A; }

<div style="background-color:#74845A">Inner text</div>

This div background color is #74845A.

Border color

.myBorderColor { border: 1px solid #74845A; }

<div style="border:3px solid #74845A">Div</div>

This div border color is #74845A.

Opacity

.myOpacity80 { color: #74845A; opacity: 0.8; }

<p style="color:#74845A;opacity:0.8;">80%</p>

Text with #74845A 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 #74845A;}

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

This text has shadow with #74845A color.


.textShadow {text-shadow: 3px 3px 1px #74845A', 3px 3px 1px red;}

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

This text has shadow with #74845A primary color and red secondary color.


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

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

This text has shadow with #74845A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74845A; -webkit-box-shadow: 1px 1px 3px 2px #74845A; box-shadow:1px 1px 3px 2px #74845A;">
Div content here
</div>

This div box has shadow with color #74845A.

Preview

Color preview on black background

This text has color #74845A on black background.


Color preview on white background

This text has color #74845A on white background.


Black color preview on #74845A background

This text has black color on #74845A background.


White color preview on #74845A background

This text has white color on #74845A background.


Related colors

Complementary color

Complementary color for #hex is #8B7BA5.


I love getcolorcode.com

Triadic colors

1 #5A7484 and #845A74 with #74845A are triadic colors.

2 #5A8474 and #84745A with #74845A are triadic colors.