COLOR #745419

HEX: #745419
RGB: (116,84,25)

Color info

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

RGB color model

#745419 color RGB value is (116,84,25).

  • red value is 116;
  • green value is 84;
  • blue value is 25.
RGB:
(116,84,25)
(45%,33%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 25 of 255 = 10%

116
84
25

R + G + B ~ 29%. #745419 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 25 = 225 (100%)
R 116 of 225 ~ 51.56%
G 84 of 225 ~ 37.33%
B 25 of 225 ~ 11.11%

%51.56
%37.33
%11.11

CMYK color model

#745419 color CMYK value is (0,28,78,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(0,28,78,55)
C0M28Y78K55 
(0%,28%,78%,55%)
(0.00/0.28/0.78/0.55)	

CMYK percentages

%0
%27.59
%78.45
%54.51

Codes

Color #745419 in popluar color models

745419
RGB1168425
HSL39°64.54%27.65%
HSB/HSV39°78.45%45.49%
CMYK0.00%27.59%78.45%
54.51%

Color #745419 in popluar number systems.

HEX745419
Decimal1168425
Binary1110100101010011001
Octal16412431

Shades and tints

Shades of #745419

#745419
(116,84,25)
#6A4D17
(106,77,23)
#604615
(96,70,21)
#563F13
(86,63,19)
#4C3811
(76,56,17)
#42310F
(66,49,15)
#382A0D
(56,42,13)
#2E230B
(46,35,11)
#241C09
(36,28,9)
#1A1507
(26,21,7)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #745419

#745419
(116,84,25)
#80632D
(128,99,45)
#8C7241
(140,114,65)
#988155
(152,129,85)
#A49069
(164,144,105)
#B09F7D
(176,159,125)
#BCAE91
(188,174,145)
#C8BDA5
(200,189,165)
#D4CCB9
(212,204,185)
#E0DBCD
(224,219,205)
#ECEAE1
(236,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745419; }

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

This text font color is #745419.


Background Color

.myBgColor { background-color: #745419; }

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

This div background color is #745419.


Border color

.myBorderColor { border: 1px solid #745419; }

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

This div border color is #745419.


Opacity

.myOpacity80 { color: #745419; opacity: 0.8; }

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

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

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

This text has shadow with #745419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745419 on black background.


Color preview on white background

This text has color #745419 on white background.



Black color preview on #745419 background

This text has black color on #745419 background.


White color preview on #745419 background

This text has white color on #745419 background.