COLOR #744810

HEX: #744810
RGB: (116,72,16)

Color info

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

RGB color model

#744810 color RGB value is (116,72,16).

  • red value is 116;
  • green value is 72;
  • blue value is 16.
RGB:
(116,72,16)
(45%,28%,6%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 16 of 255 = 6%

116
72
16

R + G + B ~ 26%. #744810 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 16 = 204 (100%)
R 116 of 204 ~ 56.86%
G 72 of 204 ~ 35.29%
B 16 of 204 ~ 7.84%

%56.86
%35.29

CMYK color model

#744810 color CMYK value is (0,38,86,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 86.21%
  • key color value is 54.51%
CMYK:
(0,38,86,55)
C0M38Y86K55 
(0%,38%,86%,55%)
(0.00/0.38/0.86/0.55)	

CMYK percentages

%0
%37.93
%86.21
%54.51

Codes

Color #744810 in popluar color models

744810
RGB1167216
HSL34°75.76%25.88%
HSB/HSV34°86.21%45.49%
CMYK0.00%37.93%86.21%
54.51%

Color #744810 in popluar number systems.

HEX744810
Decimal1167216
Binary1110100100100010000
Octal16411020

Shades and tints

Shades of #744810

#744810
(116,72,16)
#6A420F
(106,66,15)
#603C0E
(96,60,14)
#56360D
(86,54,13)
#4C300C
(76,48,12)
#422A0B
(66,42,11)
#38240A
(56,36,10)
#2E1E09
(46,30,9)
#241808
(36,24,8)
#1A1207
(26,18,7)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #744810

#744810
(116,72,16)
#805825
(128,88,37)
#8C683A
(140,104,58)
#98784F
(152,120,79)
#A48864
(164,136,100)
#B09879
(176,152,121)
#BCA88E
(188,168,142)
#C8B8A3
(200,184,163)
#D4C8B8
(212,200,184)
#E0D8CD
(224,216,205)
#ECE8E2
(236,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744810 color. Also use rgb(116,72,16) instead hex code.

Text Font Color

.myTextColor { color: #744810; }

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

This text font color is #744810.


Background Color

.myBgColor { background-color: #744810; }

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

This div background color is #744810.


Border color

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

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

This div border color is #744810.


Opacity

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

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

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

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

This text has shadow with #744810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744810 on black background.


Color preview on white background

This text has color #744810 on white background.



Black color preview on #744810 background

This text has black color on #744810 background.


White color preview on #744810 background

This text has white color on #744810 background.