COLOR #744003

HEX: #744003
RGB: (116,64,3)

Color info

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

RGB color model

#744003 color RGB value is (116,64,3).

  • red value is 116;
  • green value is 64;
  • blue value is 3.
RGB:
(116,64,3)
(45%,25%,1%)

RGB channels and saturation

R 116 of 255 = 45%
G 64 of 255 = 25%
B 3 of 255 = 1%

116
64
3

R + G + B ~ 24%. #744003 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 64 + 3 = 183 (100%)
R 116 of 183 ~ 63.39%
G 64 of 183 ~ 34.97%
B 3 of 183 ~ 1.64%

%63.39
%34.97

CMYK color model

#744003 color CMYK value is (0,45,97,55).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 97.41%
  • key color value is 54.51%
CMYK:
(0,45,97,55)
C0M45Y97K55 
(0%,45%,97%,55%)
(0.00/0.45/0.97/0.55)	

CMYK percentages

%0
%44.83
%97.41
%54.51

Codes

Color #744003 in popluar color models

744003
RGB116643
HSL32°94.96%23.33%
HSB/HSV32°97.41%45.49%
CMYK0.00%44.83%97.41%
54.51%

Color #744003 in popluar number systems.

HEX744003
Decimal116643
Binary1110100100000011
Octal1641003

Shades and tints

Shades of #744003

#744003
(116,64,3)
#6A3B03
(106,59,3)
#603603
(96,54,3)
#563103
(86,49,3)
#4C2C03
(76,44,3)
#422703
(66,39,3)
#382203
(56,34,3)
#2E1D03
(46,29,3)
#241803
(36,24,3)
#1A1303
(26,19,3)
#100E03
(16,14,3)
#000000
(0,0,0)

Tints of #744003

#744003
(116,64,3)
#805119
(128,81,25)
#8C622F
(140,98,47)
#987345
(152,115,69)
#A4845B
(164,132,91)
#B09571
(176,149,113)
#BCA687
(188,166,135)
#C8B79D
(200,183,157)
#D4C8B3
(212,200,179)
#E0D9C9
(224,217,201)
#ECEADF
(236,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744003 color. Also use rgb(116,64,3) instead hex code.

Text Font Color

.myTextColor { color: #744003; }

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

This text font color is #744003.


Background Color

.myBgColor { background-color: #744003; }

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

This div background color is #744003.


Border color

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

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

This div border color is #744003.


Opacity

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

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

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

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

This text has shadow with #744003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744003 on black background.


Color preview on white background

This text has color #744003 on white background.



Black color preview on #744003 background

This text has black color on #744003 background.


White color preview on #744003 background

This text has white color on #744003 background.