COLOR #742F3C

HEX: #742F3C RGB: (116,47,60)

Color info

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

RGB color model

#742F3C color RGB value is (116,47,60).

RGB: (116,47,60) (45%, 18%, 24%)

RGB channels and saturation

R 116 of 255 = 45%
G 47 of 255 = 18%
B 60 of 255 = 24%

116
47
60

R + G + B ~ 29%. #742F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 47 + 60 = 223 (100%)
R 116 of 223 ~ 52.02%
G 47 of 223 ~ 21.08%
B 60 of 223 ~ 26.91'%

%52.02
%21.08
%26.91

CMYK color model

#742F3C color CMYK value is (0,59,48,55).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 48.28%
  • key color value is 54.51%

CMYK: (0,59,48,55)
C0M59Y48K55 (0%, 59%, 48%, 55%)
(0.00 / 0.59 / 0.48 / 0.55)

CMYK percentages

%0
%59.48
%48.28
%54.51

Codes

Color #742F3C in popluar color models

74 2F 3C
RGB 116 47 60
HSL 349° 42.33% 31.96%
HSB/HSV 349° 59.48% 45.49%
CMYK 0.00% 59.48% 48.28%
54.51%

Color #742F3C in popluar number systems.

HEX 74 2F 3C
Decimal 116 47 60
Binary 1110100 101111 111100
Octal 164 57 74

Shades and tints

Shades of #742F3C

#742F3C
(116,47,60)
#6A2B37
(106,43,55)
#602732
(96,39,50)
#56232D
(86,35,45)
#4C1F28
(76,31,40)
#421B23
(66,27,35)
#38171E
(56,23,30)
#2E1319
(46,19,25)
#240F14
(36,15,20)
#1A0B0F
(26,11,15)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #742F3C

#742F3C
(116,47,60)
#80414D
(128,65,77)
#8C535E
(140,83,94)
#98656F
(152,101,111)
#A47780
(164,119,128)
#B08991
(176,137,145)
#BC9BA2
(188,155,162)
#C8ADB3
(200,173,179)
#D4BFC4
(212,191,196)
#E0D1D5
(224,209,213)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742F3C color. Also use rgb(116,47,60) instead hex code.

Text Font Color

.myTextColor { color: #742F3C; }

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

This text font color is #742F3C.

Background Color

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

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

This div background color is #742F3C.

Border color

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

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

This div border color is #742F3C.

Opacity

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

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

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

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

This text has shadow with #742F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742F3C.

Preview

Color preview on black background

This text has color #742F3C on black background.


Color preview on white background

This text has color #742F3C on white background.


Black color preview on #742F3C background

This text has black color on #742F3C background.


White color preview on #742F3C background

This text has white color on #742F3C background.


Related colors

Complementary color

Complementary color for #hex is #8BD0C3.


I love getcolorcode.com

Triadic colors

1 #3C742F and #2F3C74 with #742F3C are triadic colors.

2 #3C2F74 and #2F743C with #742F3C are triadic colors.