COLOR #745D1F

HEX: #745D1F RGB: (116,93,31)

Color info

#745D1F contains mainly red and green colors. Web safe color of #745D1F is #666633 (or #663).

RGB color model

#745D1F color RGB value is (116,93,31).

RGB: (116,93,31) (45%, 36%, 12%)

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 31 of 255 = 12%

116
93
31

R + G + B ~ 31%. #745D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 93 + 31 = 240 (100%)
R 116 of 240 ~ 48.33%
G 93 of 240 ~ 38.75%
B 31 of 240 ~ 12.92'%

%48.33
%38.75
%12.92

CMYK color model

#745D1F color CMYK value is (0,20,73,55).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 73.28%
  • key color value is 54.51%

CMYK: (0,20,73,55)
C0M20Y73K55 (0%, 20%, 73%, 55%)
(0.00 / 0.20 / 0.73 / 0.55)

CMYK percentages

%0
%19.83
%73.28
%54.51

Codes

Color #745D1F in popluar color models

74 5D 1F
RGB 116 93 31
HSL 44° 57.82% 28.82%
HSB/HSV 44° 73.28% 45.49%
CMYK 0.00% 19.83% 73.28%
54.51%

Color #745D1F in popluar number systems.

HEX 74 5D 1F
Decimal 116 93 31
Binary 1110100 1011101 11111
Octal 164 135 37

Shades and tints

Shades of #745D1F

#745D1F
(116,93,31)
#6A551D
(106,85,29)
#604D1B
(96,77,27)
#564519
(86,69,25)
#4C3D17
(76,61,23)
#423515
(66,53,21)
#382D13
(56,45,19)
#2E2511
(46,37,17)
#241D0F
(36,29,15)
#1A150D
(26,21,13)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #745D1F

#745D1F
(116,93,31)
#806B33
(128,107,51)
#8C7947
(140,121,71)
#98875B
(152,135,91)
#A4956F
(164,149,111)
#B0A383
(176,163,131)
#BCB197
(188,177,151)
#C8BFAB
(200,191,171)
#D4CDBF
(212,205,191)
#E0DBD3
(224,219,211)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745D1F color. Also use rgb(116,93,31) instead hex code.

Text Font Color

.myTextColor { color: #745D1F; }

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

This text font color is #745D1F.

Background Color

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

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

This div background color is #745D1F.

Border color

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

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

This div border color is #745D1F.

Opacity

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

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

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

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

This text has shadow with #745D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745D1F.

Preview

Color preview on black background

This text has color #745D1F on black background.


Color preview on white background

This text has color #745D1F on white background.


Black color preview on #745D1F background

This text has black color on #745D1F background.


White color preview on #745D1F background

This text has white color on #745D1F background.


Related colors

Complementary color

Complementary color for #hex is #8BA2E0.


I love getcolorcode.com

Triadic colors

1 #1F745D and #5D1F74 with #745D1F are triadic colors.

2 #1F5D74 and #5D741F with #745D1F are triadic colors.