COLOR #742F35

HEX: #742F35 RGB: (116,47,53)

Color info

#742F35 contains mainly red color. Web safe color of #742F35 is #663333 (or #633).

RGB color model

#742F35 color RGB value is (116,47,53).

RGB: (116,47,53) (45%, 18%, 21%)

RGB channels and saturation

R 116 of 255 = 45%
G 47 of 255 = 18%
B 53 of 255 = 21%

116
47
53

R + G + B ~ 28%. #742F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 47 + 53 = 216 (100%)
R 116 of 216 ~ 53.7%
G 47 of 216 ~ 21.76%
B 53 of 216 ~ 24.54'%

%53.7
%21.76
%24.54

CMYK color model

#742F35 color CMYK value is (0,59,54,55).

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

CMYK: (0,59,54,55)
C0M59Y54K55 (0%, 59%, 54%, 55%)
(0.00 / 0.59 / 0.54 / 0.55)

CMYK percentages

%0
%59.48
%54.31
%54.51

Codes

Color #742F35 in popluar color models

74 2F 35
RGB 116 47 53
HSL 355° 42.33% 31.96%
HSB/HSV 355° 59.48% 45.49%
CMYK 0.00% 59.48% 54.31%
54.51%

Color #742F35 in popluar number systems.

HEX 74 2F 35
Decimal 116 47 53
Binary 1110100 101111 110101
Octal 164 57 65

Shades and tints

Shades of #742F35

#742F35
(116,47,53)
#6A2B31
(106,43,49)
#60272D
(96,39,45)
#562329
(86,35,41)
#4C1F25
(76,31,37)
#421B21
(66,27,33)
#38171D
(56,23,29)
#2E1319
(46,19,25)
#240F15
(36,15,21)
#1A0B11
(26,11,17)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #742F35

#742F35
(116,47,53)
#804147
(128,65,71)
#8C5359
(140,83,89)
#98656B
(152,101,107)
#A4777D
(164,119,125)
#B0898F
(176,137,143)
#BC9BA1
(188,155,161)
#C8ADB3
(200,173,179)
#D4BFC5
(212,191,197)
#E0D1D7
(224,209,215)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742F35; }

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

This text font color is #742F35.

Background Color

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

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

This div background color is #742F35.

Border color

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

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

This div border color is #742F35.

Opacity

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

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

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

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

This text has shadow with #742F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742F35.

Preview

Color preview on black background

This text has color #742F35 on black background.


Color preview on white background

This text has color #742F35 on white background.


Black color preview on #742F35 background

This text has black color on #742F35 background.


White color preview on #742F35 background

This text has white color on #742F35 background.


Related colors

Complementary color

Complementary color for #hex is #8BD0CA.


I love getcolorcode.com

Triadic colors

1 #35742F and #2F3574 with #742F35 are triadic colors.

2 #352F74 and #2F7435 with #742F35 are triadic colors.