COLOR #74483C

HEX: #74483C RGB: (116,72,60)

Color info

#74483C contains red, green and blue colors in about the same proportion. Web safe color of #74483C is #663333 (or #633).

RGB color model

#74483C color RGB value is (116,72,60).

RGB: (116,72,60) (45%, 28%, 24%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 60 of 255 = 24%

116
72
60

R + G + B ~ 32%. #74483C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 72 + 60 = 248 (100%)
R 116 of 248 ~ 46.77%
G 72 of 248 ~ 29.03%
B 60 of 248 ~ 24.19'%

%46.77
%29.03
%24.19

CMYK color model

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

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

CMYK: (0,38,48,55)
C0M38Y48K55 (0%, 38%, 48%, 55%)
(0.00 / 0.38 / 0.48 / 0.55)

CMYK percentages

%0
%37.93
%48.28
%54.51

Codes

Color #74483C in popluar color models

74 48 3C
RGB 116 72 60
HSL 13° 31.82% 34.51%
HSB/HSV 13° 48.28% 45.49%
CMYK 0.00% 37.93% 48.28%
54.51%

Color #74483C in popluar number systems.

HEX 74 48 3C
Decimal 116 72 60
Binary 1110100 1001000 111100
Octal 164 110 74

Shades and tints

Shades of #74483C

#74483C
(116,72,60)
#6A4237
(106,66,55)
#603C32
(96,60,50)
#56362D
(86,54,45)
#4C3028
(76,48,40)
#422A23
(66,42,35)
#38241E
(56,36,30)
#2E1E19
(46,30,25)
#241814
(36,24,20)
#1A120F
(26,18,15)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #74483C

#74483C
(116,72,60)
#80584D
(128,88,77)
#8C685E
(140,104,94)
#98786F
(152,120,111)
#A48880
(164,136,128)
#B09891
(176,152,145)
#BCA8A2
(188,168,162)
#C8B8B3
(200,184,179)
#D4C8C4
(212,200,196)
#E0D8D5
(224,216,213)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74483C; }

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

This text font color is #74483C.

Background Color

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

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

This div background color is #74483C.

Border color

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

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

This div border color is #74483C.

Opacity

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

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

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

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

This text has shadow with #74483C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74483C.

Preview

Color preview on black background

This text has color #74483C on black background.


Color preview on white background

This text has color #74483C on white background.


Black color preview on #74483C background

This text has black color on #74483C background.


White color preview on #74483C background

This text has white color on #74483C background.


Related colors

Complementary color

Complementary color for #hex is #8BB7C3.


I love getcolorcode.com

Triadic colors

1 #3C7448 and #483C74 with #74483C are triadic colors.

2 #3C4874 and #48743C with #74483C are triadic colors.