COLOR #742D1A

HEX: #742D1A RGB: (116,45,26)

Color info

#742D1A contains mainly red color. Web safe color of #742D1A is #663300 (or #630).

RGB color model

#742D1A color RGB value is (116,45,26).

RGB: (116,45,26) (45%, 18%, 10%)

RGB channels and saturation

R 116 of 255 = 45%
G 45 of 255 = 18%
B 26 of 255 = 10%

116
45
26

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

Portions of RGB colors in percentages

R + G + B = 116 + 45 + 26 = 187 (100%)
R 116 of 187 ~ 62.03%
G 45 of 187 ~ 24.06%
B 26 of 187 ~ 13.9'%

%62.03
%24.06
%13.9

CMYK color model

#742D1A color CMYK value is (0,61,78,55).

  • cyan value is 0.00%
  • magenta value is 61.21%
  • yellow value is 77.59%
  • key color value is 54.51%

CMYK: (0,61,78,55)
C0M61Y78K55 (0%, 61%, 78%, 55%)
(0.00 / 0.61 / 0.78 / 0.55)

CMYK percentages

%0
%61.21
%77.59
%54.51

Codes

Color #742D1A in popluar color models

74 2D 1A
RGB 116 45 26
HSL 13° 63.38% 27.84%
HSB/HSV 13° 77.59% 45.49%
CMYK 0.00% 61.21% 77.59%
54.51%

Color #742D1A in popluar number systems.

HEX 74 2D 1A
Decimal 116 45 26
Binary 1110100 101101 11010
Octal 164 55 32

Shades and tints

Shades of #742D1A

#742D1A
(116,45,26)
#6A2918
(106,41,24)
#602516
(96,37,22)
#562114
(86,33,20)
#4C1D12
(76,29,18)
#421910
(66,25,16)
#38150E
(56,21,14)
#2E110C
(46,17,12)
#240D0A
(36,13,10)
#1A0908
(26,9,8)
#100506
(16,5,6)
#000000
(0,0,0)

Tints of #742D1A

#742D1A
(116,45,26)
#80402E
(128,64,46)
#8C5342
(140,83,66)
#986656
(152,102,86)
#A4796A
(164,121,106)
#B08C7E
(176,140,126)
#BC9F92
(188,159,146)
#C8B2A6
(200,178,166)
#D4C5BA
(212,197,186)
#E0D8CE
(224,216,206)
#ECEBE2
(236,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742D1A color. Also use rgb(116,45,26) instead hex code.

Text Font Color

.myTextColor { color: #742D1A; }

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

This text font color is #742D1A.

Background Color

.myBgColor { background-color: #742D1A; }

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

This div background color is #742D1A.

Border color

.myBorderColor { border: 1px solid #742D1A; }

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

This div border color is #742D1A.

Opacity

.myOpacity80 { color: #742D1A; opacity: 0.8; }

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

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

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

This text has shadow with #742D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742D1A.

Preview

Color preview on black background

This text has color #742D1A on black background.


Color preview on white background

This text has color #742D1A on white background.


Black color preview on #742D1A background

This text has black color on #742D1A background.


White color preview on #742D1A background

This text has white color on #742D1A background.


Related colors

Complementary color

Complementary color for #hex is #8BD2E5.


I love getcolorcode.com

Triadic colors

1 #1A742D and #2D1A74 with #742D1A are triadic colors.

2 #1A2D74 and #2D741A with #742D1A are triadic colors.