COLOR #74343C

HEX: #74343C RGB: (116,52,60)

Color info

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

RGB color model

#74343C color RGB value is (116,52,60).

RGB: (116,52,60) (45%, 20%, 24%)

RGB channels and saturation

R 116 of 255 = 45%
G 52 of 255 = 20%
B 60 of 255 = 24%

116
52
60

R + G + B ~ 30%. #74343C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 52 + 60 = 228 (100%)
R 116 of 228 ~ 50.88%
G 52 of 228 ~ 22.81%
B 60 of 228 ~ 26.32'%

%50.88
%22.81
%26.32

CMYK color model

#74343C color CMYK value is (0,55,48,55).

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

CMYK: (0,55,48,55)
C0M55Y48K55 (0%, 55%, 48%, 55%)
(0.00 / 0.55 / 0.48 / 0.55)

CMYK percentages

%0
%55.17
%48.28
%54.51

Codes

Color #74343C in popluar color models

74 34 3C
RGB 116 52 60
HSL 353° 38.10% 32.94%
HSB/HSV 353° 55.17% 45.49%
CMYK 0.00% 55.17% 48.28%
54.51%

Color #74343C in popluar number systems.

HEX 74 34 3C
Decimal 116 52 60
Binary 1110100 110100 111100
Octal 164 64 74

Shades and tints

Shades of #74343C

#74343C
(116,52,60)
#6A3037
(106,48,55)
#602C32
(96,44,50)
#56282D
(86,40,45)
#4C2428
(76,36,40)
#422023
(66,32,35)
#381C1E
(56,28,30)
#2E1819
(46,24,25)
#241414
(36,20,20)
#1A100F
(26,16,15)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #74343C

#74343C
(116,52,60)
#80464D
(128,70,77)
#8C585E
(140,88,94)
#986A6F
(152,106,111)
#A47C80
(164,124,128)
#B08E91
(176,142,145)
#BCA0A2
(188,160,162)
#C8B2B3
(200,178,179)
#D4C4C4
(212,196,196)
#E0D6D5
(224,214,213)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74343C color. Also use rgb(116,52,60) instead hex code.

Text Font Color

.myTextColor { color: #74343C; }

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

This text font color is #74343C.

Background Color

.myBgColor { background-color: #74343C; }

<div style="background-color:#74343C">Inner text</div>

This div background color is #74343C.

Border color

.myBorderColor { border: 1px solid #74343C; }

<div style="border:3px solid #74343C">Div</div>

This div border color is #74343C.

Opacity

.myOpacity80 { color: #74343C; opacity: 0.8; }

<p style="color:#74343C;opacity:0.8;">80%</p>

Text with #74343C 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 #74343C;}

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

This text has shadow with #74343C color.


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

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

This text has shadow with #74343C primary color and red secondary color.


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

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

This text has shadow with #74343C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74343C.

Preview

Color preview on black background

This text has color #74343C on black background.


Color preview on white background

This text has color #74343C on white background.


Black color preview on #74343C background

This text has black color on #74343C background.


White color preview on #74343C background

This text has white color on #74343C background.


Related colors

Complementary color

Complementary color for #hex is #8BCBC3.


I love getcolorcode.com

Triadic colors

1 #3C7434 and #343C74 with #74343C are triadic colors.

2 #3C3474 and #34743C with #74343C are triadic colors.