COLOR #74413E

HEX: #74413E
RGB: (116,65,62)

Color info

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

RGB color model

#74413E color RGB value is (116,65,62).

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

RGB channels and saturation

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

116
65
62

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

Portions of RGB colors in percentages

R + G + B =
116 + 65 + 62 = 243 (100%)
R 116 of 243 ~ 47.74%
G 65 of 243 ~ 26.75%
B 62 of 243 ~ 25.51%

%47.74
%26.75
%25.51

CMYK color model

#74413E color CMYK value is (0,44,47,55).

  • cyan value is 0.00%
  • magenta value is 43.97%
  • yellow value is 46.55%
  • key color value is 54.51%
CMYK: (0,44,47,55) C0M44Y47K55 (0%,44%,47%,55%) (0.00/0.44/0.47/0.55)

CMYK percentages

%0
%43.97
%46.55
%54.51

Codes

Color #74413E in popluar color models

74413E
RGB1166562
HSL30.34%34.90%
HSB/HSV46.55%45.49%
CMYK0.00%43.97%46.55%
54.51%

Color #74413E in popluar number systems.

HEX74413E
Decimal1166562
Binary11101001000001111110
Octal16410176

Shades and tints

Shades of #74413E

#74413E
(116,65,62)
#6A3C39
(106,60,57)
#603734
(96,55,52)
#56322F
(86,50,47)
#4C2D2A
(76,45,42)
#422825
(66,40,37)
#382320
(56,35,32)
#2E1E1B
(46,30,27)
#241916
(36,25,22)
#1A1411
(26,20,17)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #74413E

#74413E
(116,65,62)
#80524F
(128,82,79)
#8C6360
(140,99,96)
#987471
(152,116,113)
#A48582
(164,133,130)
#B09693
(176,150,147)
#BCA7A4
(188,167,164)
#C8B8B5
(200,184,181)
#D4C9C6
(212,201,198)
#E0DAD7
(224,218,215)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74413E; }

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

This text font color is #74413E.


Background Color

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

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

This div background color is #74413E.


Border color

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

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

This div border color is #74413E.


Opacity

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

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

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

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

This text has shadow with #74413E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #74413E on black background.


Color preview on white background

This text has color #74413E on white background.



Black color preview on #74413E background

This text has black color on #74413E background.


White color preview on #74413E background

This text has white color on #74413E background.