COLOR #741F3B

HEX: #741F3B RGB: (116,31,59)

Color info

#741F3B contains mainly red and blue colors. Web safe color of #741F3B is #663333 (or #633).

RGB color model

#741F3B color RGB value is (116,31,59).

RGB: (116,31,59) (45%, 12%, 23%)

RGB channels and saturation

R 116 of 255 = 45%
G 31 of 255 = 12%
B 59 of 255 = 23%

116
31
59

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

Portions of RGB colors in percentages

R + G + B = 116 + 31 + 59 = 206 (100%)
R 116 of 206 ~ 56.31%
G 31 of 206 ~ 15.05%
B 59 of 206 ~ 28.64'%

%56.31
%15.05
%28.64

CMYK color model

#741F3B color CMYK value is (0,73,49,55).

  • cyan value is 0.00%
  • magenta value is 73.28%
  • yellow value is 49.14%
  • key color value is 54.51%

CMYK: (0,73,49,55)
C0M73Y49K55 (0%, 73%, 49%, 55%)
(0.00 / 0.73 / 0.49 / 0.55)

CMYK percentages

%0
%73.28
%49.14
%54.51

Codes

Color #741F3B in popluar color models

74 1F 3B
RGB 116 31 59
HSL 340° 57.82% 28.82%
HSB/HSV 340° 73.28% 45.49%
CMYK 0.00% 73.28% 49.14%
54.51%

Color #741F3B in popluar number systems.

HEX 74 1F 3B
Decimal 116 31 59
Binary 1110100 11111 111011
Octal 164 37 73

Shades and tints

Shades of #741F3B

#741F3B
(116,31,59)
#6A1D36
(106,29,54)
#601B31
(96,27,49)
#56192C
(86,25,44)
#4C1727
(76,23,39)
#421522
(66,21,34)
#38131D
(56,19,29)
#2E1118
(46,17,24)
#240F13
(36,15,19)
#1A0D0E
(26,13,14)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #741F3B

#741F3B
(116,31,59)
#80334C
(128,51,76)
#8C475D
(140,71,93)
#985B6E
(152,91,110)
#A46F7F
(164,111,127)
#B08390
(176,131,144)
#BC97A1
(188,151,161)
#C8ABB2
(200,171,178)
#D4BFC3
(212,191,195)
#E0D3D4
(224,211,212)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741F3B color. Also use rgb(116,31,59) instead hex code.

Text Font Color

.myTextColor { color: #741F3B; }

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

This text font color is #741F3B.

Background Color

.myBgColor { background-color: #741F3B; }

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

This div background color is #741F3B.

Border color

.myBorderColor { border: 1px solid #741F3B; }

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

This div border color is #741F3B.

Opacity

.myOpacity80 { color: #741F3B; opacity: 0.8; }

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

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

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

This text has shadow with #741F3B color.


.textShadow {text-shadow: 3px 3px 1px #741F3B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #741F3B; -webkit-box-shadow: 1px 1px 3px 2px #741F3B; box-shadow:1px 1px 3px 2px #741F3B;">
Div content here
</div>

This div box has shadow with color #741F3B.

Preview

Color preview on black background

This text has color #741F3B on black background.


Color preview on white background

This text has color #741F3B on white background.


Black color preview on #741F3B background

This text has black color on #741F3B background.


White color preview on #741F3B background

This text has white color on #741F3B background.


Related colors

Complementary color

Complementary color for #hex is #8BE0C4.


I love getcolorcode.com

Triadic colors

1 #3B741F and #1F3B74 with #741F3B are triadic colors.

2 #3B1F74 and #1F743B with #741F3B are triadic colors.