COLOR #74403E

HEX: #74403E
RGB: (116,64,62)

Color info

#74403E contains red, green and blue colors in about the same proportion. Web safe color of #74403E is #663333 (or #633).

RGB color model

#74403E color RGB value is (116,64,62).

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

RGB channels and saturation

R 116 of 255 = 45%
G 64 of 255 = 25%
B 62 of 255 = 24%

116
64
62

R + G + B ~ 31%. #74403E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 64 + 62 = 242 (100%)
R 116 of 242 ~ 47.93%
G 64 of 242 ~ 26.45%
B 62 of 242 ~ 25.62%

%47.93
%26.45
%25.62

CMYK color model

#74403E color CMYK value is (0,45,47,55).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 46.55%
  • key color value is 54.51%
CMYK:
(0,45,47,55)
C0M45Y47K55 
(0%,45%,47%,55%)
(0.00/0.45/0.47/0.55)	

CMYK percentages

%0
%44.83
%46.55
%54.51

Codes

Color #74403E in popluar color models

74403E
RGB1166462
HSL30.34%34.90%
HSB/HSV46.55%45.49%
CMYK0.00%44.83%46.55%
54.51%

Color #74403E in popluar number systems.

HEX74403E
Decimal1166462
Binary11101001000000111110
Octal16410076

Shades and tints

Shades of #74403E

#74403E
(116,64,62)
#6A3B39
(106,59,57)
#603634
(96,54,52)
#56312F
(86,49,47)
#4C2C2A
(76,44,42)
#422725
(66,39,37)
#382220
(56,34,32)
#2E1D1B
(46,29,27)
#241816
(36,24,22)
#1A1311
(26,19,17)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #74403E

#74403E
(116,64,62)
#80514F
(128,81,79)
#8C6260
(140,98,96)
#987371
(152,115,113)
#A48482
(164,132,130)
#B09593
(176,149,147)
#BCA6A4
(188,166,164)
#C8B7B5
(200,183,181)
#D4C8C6
(212,200,198)
#E0D9D7
(224,217,215)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74403E; }

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

This text font color is #74403E.


Background Color

.myBgColor { background-color: #74403E; }

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

This div background color is #74403E.


Border color

.myBorderColor { border: 1px solid #74403E; }

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

This div border color is #74403E.


Opacity

.myOpacity80 { color: #74403E; opacity: 0.8; }

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

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

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

This text has shadow with #74403E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74403E on black background.


Color preview on white background

This text has color #74403E on white background.



Black color preview on #74403E background

This text has black color on #74403E background.


White color preview on #74403E background

This text has white color on #74403E background.