COLOR #74482F

HEX: #74482F RGB: (116,72,47)

Color info

#74482F contains mainly red and green colors. Web safe color of #74482F is #663333 (or #633).

RGB color model

#74482F color RGB value is (116,72,47).

RGB: (116,72,47) (45%, 28%, 18%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 47 of 255 = 18%

116
72
47

R + G + B ~ 30%. #74482F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 72 + 47 = 235 (100%)
R 116 of 235 ~ 49.36%
G 72 of 235 ~ 30.64%
B 47 of 235 ~ 20'%

%49.36
%30.64
%20

CMYK color model

#74482F color CMYK value is (0,38,59,55).

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

CMYK: (0,38,59,55)
C0M38Y59K55 (0%, 38%, 59%, 55%)
(0.00 / 0.38 / 0.59 / 0.55)

CMYK percentages

%0
%37.93
%59.48
%54.51

Codes

Color #74482F in popluar color models

74 48 2F
RGB 116 72 47
HSL 22° 42.33% 31.96%
HSB/HSV 22° 59.48% 45.49%
CMYK 0.00% 37.93% 59.48%
54.51%

Color #74482F in popluar number systems.

HEX 74 48 2F
Decimal 116 72 47
Binary 1110100 1001000 101111
Octal 164 110 57

Shades and tints

Shades of #74482F

#74482F
(116,72,47)
#6A422B
(106,66,43)
#603C27
(96,60,39)
#563623
(86,54,35)
#4C301F
(76,48,31)
#422A1B
(66,42,27)
#382417
(56,36,23)
#2E1E13
(46,30,19)
#24180F
(36,24,15)
#1A120B
(26,18,11)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #74482F

#74482F
(116,72,47)
#805841
(128,88,65)
#8C6853
(140,104,83)
#987865
(152,120,101)
#A48877
(164,136,119)
#B09889
(176,152,137)
#BCA89B
(188,168,155)
#C8B8AD
(200,184,173)
#D4C8BF
(212,200,191)
#E0D8D1
(224,216,209)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74482F color. Also use rgb(116,72,47) instead hex code.

Text Font Color

.myTextColor { color: #74482F; }

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

This text font color is #74482F.

Background Color

.myBgColor { background-color: #74482F; }

<div style="background-color:#74482F">Inner text</div>

This div background color is #74482F.

Border color

.myBorderColor { border: 1px solid #74482F; }

<div style="border:3px solid #74482F">Div</div>

This div border color is #74482F.

Opacity

.myOpacity80 { color: #74482F; opacity: 0.8; }

<p style="color:#74482F;opacity:0.8;">80%</p>

Text with #74482F 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 #74482F;}

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

This text has shadow with #74482F color.


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

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

This text has shadow with #74482F primary color and red secondary color.


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

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

This text has shadow with #74482F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74482F.

Preview

Color preview on black background

This text has color #74482F on black background.


Color preview on white background

This text has color #74482F on white background.


Black color preview on #74482F background

This text has black color on #74482F background.


White color preview on #74482F background

This text has white color on #74482F background.


Related colors

Complementary color

Complementary color for #hex is #8BB7D0.


I love getcolorcode.com

Triadic colors

1 #2F7448 and #482F74 with #74482F are triadic colors.

2 #2F4874 and #48742F with #74482F are triadic colors.