COLOR #742D4B

HEX: #742D4B RGB: (116,45,75)

Color info

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

RGB color model

#742D4B color RGB value is (116,45,75).

RGB: (116,45,75) (45%, 18%, 29%)

RGB channels and saturation

R 116 of 255 = 45%
G 45 of 255 = 18%
B 75 of 255 = 29%

116
45
75

R + G + B ~ 31%. #742D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 45 + 75 = 236 (100%)
R 116 of 236 ~ 49.15%
G 45 of 236 ~ 19.07%
B 75 of 236 ~ 31.78'%

%49.15
%19.07
%31.78

CMYK color model

#742D4B color CMYK value is (0,61,35,55).

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

CMYK: (0,61,35,55)
C0M61Y35K55 (0%, 61%, 35%, 55%)
(0.00 / 0.61 / 0.35 / 0.55)

CMYK percentages

%0
%61.21
%35.34
%54.51

Codes

Color #742D4B in popluar color models

74 2D 4B
RGB 116 45 75
HSL 335° 44.10% 31.57%
HSB/HSV 335° 61.21% 45.49%
CMYK 0.00% 61.21% 35.34%
54.51%

Color #742D4B in popluar number systems.

HEX 74 2D 4B
Decimal 116 45 75
Binary 1110100 101101 1001011
Octal 164 55 113

Shades and tints

Shades of #742D4B

#742D4B
(116,45,75)
#6A2945
(106,41,69)
#60253F
(96,37,63)
#562139
(86,33,57)
#4C1D33
(76,29,51)
#42192D
(66,25,45)
#381527
(56,21,39)
#2E1121
(46,17,33)
#240D1B
(36,13,27)
#1A0915
(26,9,21)
#10050F
(16,5,15)
#000000
(0,0,0)

Tints of #742D4B

#742D4B
(116,45,75)
#80405B
(128,64,91)
#8C536B
(140,83,107)
#98667B
(152,102,123)
#A4798B
(164,121,139)
#B08C9B
(176,140,155)
#BC9FAB
(188,159,171)
#C8B2BB
(200,178,187)
#D4C5CB
(212,197,203)
#E0D8DB
(224,216,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742D4B; }

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

This text font color is #742D4B.

Background Color

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

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

This div background color is #742D4B.

Border color

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

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

This div border color is #742D4B.

Opacity

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

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

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

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

This text has shadow with #742D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742D4B.

Preview

Color preview on black background

This text has color #742D4B on black background.


Color preview on white background

This text has color #742D4B on white background.


Black color preview on #742D4B background

This text has black color on #742D4B background.


White color preview on #742D4B background

This text has white color on #742D4B background.


Related colors

Complementary color

Complementary color for #hex is #8BD2B4.


I love getcolorcode.com

Triadic colors

1 #4B742D and #2D4B74 with #742D4B are triadic colors.

2 #4B2D74 and #2D744B with #742D4B are triadic colors.