COLOR #745A4A

HEX: #745A4A RGB: (116,90,74)

Color info

#745A4A contains red, green and blue colors in about the same proportion. Web safe color of #745A4A is #666633 (or #663).

RGB color model

#745A4A color RGB value is (116,90,74).

RGB: (116,90,74) (45%, 35%, 29%)

RGB channels and saturation

R 116 of 255 = 45%
G 90 of 255 = 35%
B 74 of 255 = 29%

116
90
74

R + G + B ~ 36%. #745A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 90 + 74 = 280 (100%)
R 116 of 280 ~ 41.43%
G 90 of 280 ~ 32.14%
B 74 of 280 ~ 26.43'%

%41.43
%32.14
%26.43

CMYK color model

#745A4A color CMYK value is (0,22,36,55).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK: (0,22,36,55) C0M22Y36K55 (0%,22%,36%,55%) (0.00/0.22/0.36/0.55) 

CMYK percentages

%0
%22.41
%36.21
%54.51

Codes

Color #745A4A in popluar color models

74 5A 4A
RGB 116 90 74
HSL 23° 22.11% 37.25%
HSB/HSV 23° 36.21% 45.49%
CMYK 0.00% 22.41% 36.21%
54.51%

Color #745A4A in popluar number systems.

HEX 74 5A 4A
Decimal 116 90 74
Binary 1110100 1011010 1001010
Octal 164 132 112

Shades and tints

Shades of #745A4A

#745A4A
(116,90,74)
#6A5244
(106,82,68)
#604A3E
(96,74,62)
#564238
(86,66,56)
#4C3A32
(76,58,50)
#42322C
(66,50,44)
#382A26
(56,42,38)
#2E2220
(46,34,32)
#241A1A
(36,26,26)
#1A1214
(26,18,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #745A4A

#745A4A
(116,90,74)
#80695A
(128,105,90)
#8C786A
(140,120,106)
#98877A
(152,135,122)
#A4968A
(164,150,138)
#B0A59A
(176,165,154)
#BCB4AA
(188,180,170)
#C8C3BA
(200,195,186)
#D4D2CA
(212,210,202)
#E0E1DA
(224,225,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745A4A color. Also use rgb(116,90,74) instead hex code.

Text Font Color

.myTextColor { color: #745A4A; }

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

This text font color is #745A4A.

Background Color

.myBgColor { background-color: #745A4A; }

<div style="background-color:#745A4A">Inner text</div>

This div background color is #745A4A.

Border color

.myBorderColor { border: 1px solid #745A4A; }

<div style="border:3px solid #745A4A">Div</div>

This div border color is #745A4A.

Opacity

.myOpacity80 { color: #745A4A; opacity: 0.8; }

<p style="color:#745A4A;opacity:0.8;">80%</p>

Text with #745A4A 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 #745A4A;}

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

This text has shadow with #745A4A color.


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

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

This text has shadow with #745A4A primary color and red secondary color.


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

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

This text has shadow with #745A4A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #745A4A.

Preview

Color preview on black background

This text has color #745A4A on black background.


Color preview on white background

This text has color #745A4A on white background.


Black color preview on #745A4A background

This text has black color on #745A4A background.


White color preview on #745A4A background

This text has white color on #745A4A background.


Related colors

Complementary color

Complementary color for #hex is #8BA5B5.


I love getcolorcode.com

Triadic colors

1 #4A745A and #5A4A74 with #745A4A are triadic colors.

2 #4A5A74 and #5A744A with #745A4A are triadic colors.