COLOR #744619

HEX: #744619
RGB: (116,70,25)

Color info

#744619 contains mainly red and green colors. Web safe color of #744619 is #663300 (or #630).

RGB color model

#744619 color RGB value is (116,70,25).

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

RGB channels and saturation

R 116 of 255 = 45%
G 70 of 255 = 27%
B 25 of 255 = 10%

116
70
25

R + G + B ~ 27%. #744619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 70 + 25 = 211 (100%)
R 116 of 211 ~ 54.98%
G 70 of 211 ~ 33.18%
B 25 of 211 ~ 11.85%

%54.98
%33.18
%11.85

CMYK color model

#744619 color CMYK value is (0,40,78,55).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(0,40,78,55)
C0M40Y78K55 
(0%,40%,78%,55%)
(0.00/0.40/0.78/0.55)	

CMYK percentages

%0
%39.66
%78.45
%54.51

Codes

Color #744619 in popluar color models

744619
RGB1167025
HSL30°64.54%27.65%
HSB/HSV30°78.45%45.49%
CMYK0.00%39.66%78.45%
54.51%

Color #744619 in popluar number systems.

HEX744619
Decimal1167025
Binary1110100100011011001
Octal16410631

Shades and tints

Shades of #744619

#744619
(116,70,25)
#6A4017
(106,64,23)
#603A15
(96,58,21)
#563413
(86,52,19)
#4C2E11
(76,46,17)
#42280F
(66,40,15)
#38220D
(56,34,13)
#2E1C0B
(46,28,11)
#241609
(36,22,9)
#1A1007
(26,16,7)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #744619

#744619
(116,70,25)
#80562D
(128,86,45)
#8C6641
(140,102,65)
#987655
(152,118,85)
#A48669
(164,134,105)
#B0967D
(176,150,125)
#BCA691
(188,166,145)
#C8B6A5
(200,182,165)
#D4C6B9
(212,198,185)
#E0D6CD
(224,214,205)
#ECE6E1
(236,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744619; }

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

This text font color is #744619.


Background Color

.myBgColor { background-color: #744619; }

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

This div background color is #744619.


Border color

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

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

This div border color is #744619.


Opacity

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

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

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

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

This text has shadow with #744619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744619 on black background.


Color preview on white background

This text has color #744619 on white background.



Black color preview on #744619 background

This text has black color on #744619 background.


White color preview on #744619 background

This text has white color on #744619 background.