COLOR #745F19

HEX: #745F19 RGB: (116,95,25)

Color info

#745F19 contains mainly red and green colors. Web safe color of #745F19 is #666600 (or #660).

RGB color model

#745F19 color RGB value is (116,95,25).

RGB: (116,95,25) (45%, 37%, 10%)

RGB channels and saturation

R 116 of 255 = 45%
G 95 of 255 = 37%
B 25 of 255 = 10%

116
95
25

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

Portions of RGB colors in percentages

R + G + B = 116 + 95 + 25 = 236 (100%)
R 116 of 236 ~ 49.15%
G 95 of 236 ~ 40.25%
B 25 of 236 ~ 10.59'%

%49.15
%40.25
%10.59

CMYK color model

#745F19 color CMYK value is (0,18,78,55).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 78.45%
  • key color value is 54.51%

CMYK: (0,18,78,55)
C0M18Y78K55 (0%, 18%, 78%, 55%)
(0.00 / 0.18 / 0.78 / 0.55)

CMYK percentages

%0
%18.1
%78.45
%54.51

Codes

Color #745F19 in popluar color models

74 5F 19
RGB 116 95 25
HSL 46° 64.54% 27.65%
HSB/HSV 46° 78.45% 45.49%
CMYK 0.00% 18.10% 78.45%
54.51%

Color #745F19 in popluar number systems.

HEX 74 5F 19
Decimal 116 95 25
Binary 1110100 1011111 11001
Octal 164 137 31

Shades and tints

Shades of #745F19

#745F19
(116,95,25)
#6A5717
(106,87,23)
#604F15
(96,79,21)
#564713
(86,71,19)
#4C3F11
(76,63,17)
#42370F
(66,55,15)
#382F0D
(56,47,13)
#2E270B
(46,39,11)
#241F09
(36,31,9)
#1A1707
(26,23,7)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #745F19

#745F19
(116,95,25)
#806D2D
(128,109,45)
#8C7B41
(140,123,65)
#988955
(152,137,85)
#A49769
(164,151,105)
#B0A57D
(176,165,125)
#BCB391
(188,179,145)
#C8C1A5
(200,193,165)
#D4CFB9
(212,207,185)
#E0DDCD
(224,221,205)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745F19 color. Also use rgb(116,95,25) instead hex code.

Text Font Color

.myTextColor { color: #745F19; }

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

This text font color is #745F19.

Background Color

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

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

This div background color is #745F19.

Border color

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

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

This div border color is #745F19.

Opacity

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

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

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

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

This text has shadow with #745F19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745F19.

Preview

Color preview on black background

This text has color #745F19 on black background.


Color preview on white background

This text has color #745F19 on white background.


Black color preview on #745F19 background

This text has black color on #745F19 background.


White color preview on #745F19 background

This text has white color on #745F19 background.


Related colors

Complementary color

Complementary color for #hex is #8BA0E6.


I love getcolorcode.com

Triadic colors

1 #19745F and #5F1974 with #745F19 are triadic colors.

2 #195F74 and #5F7419 with #745F19 are triadic colors.