COLOR #74633D

HEX: #74633D RGB: (116,99,61)

Color info

#74633D contains red, green and blue colors in about the same proportion. Web safe color of #74633D is #666633 (or #663).

RGB color model

#74633D color RGB value is (116,99,61).

RGB: (116,99,61) (45%, 39%, 24%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 61 of 255 = 24%

116
99
61

R + G + B ~ 36%. #74633D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 99 + 61 = 276 (100%)
R 116 of 276 ~ 42.03%
G 99 of 276 ~ 35.87%
B 61 of 276 ~ 22.1'%

%42.03
%35.87
%22.1

CMYK color model

#74633D color CMYK value is (0,15,47,55).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 47.41%
  • key color value is 54.51%

CMYK: (0,15,47,55)
C0M15Y47K55 (0%, 15%, 47%, 55%)
(0.00 / 0.15 / 0.47 / 0.55)

CMYK percentages

%0
%14.66
%47.41
%54.51

Codes

Color #74633D in popluar color models

74 63 3D
RGB 116 99 61
HSL 41° 31.07% 34.71%
HSB/HSV 41° 47.41% 45.49%
CMYK 0.00% 14.66% 47.41%
54.51%

Color #74633D in popluar number systems.

HEX 74 63 3D
Decimal 116 99 61
Binary 1110100 1100011 111101
Octal 164 143 75

Shades and tints

Shades of #74633D

#74633D
(116,99,61)
#6A5A38
(106,90,56)
#605133
(96,81,51)
#56482E
(86,72,46)
#4C3F29
(76,63,41)
#423624
(66,54,36)
#382D1F
(56,45,31)
#2E241A
(46,36,26)
#241B15
(36,27,21)
#1A1210
(26,18,16)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #74633D

#74633D
(116,99,61)
#80714E
(128,113,78)
#8C7F5F
(140,127,95)
#988D70
(152,141,112)
#A49B81
(164,155,129)
#B0A992
(176,169,146)
#BCB7A3
(188,183,163)
#C8C5B4
(200,197,180)
#D4D3C5
(212,211,197)
#E0E1D6
(224,225,214)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74633D color. Also use rgb(116,99,61) instead hex code.

Text Font Color

.myTextColor { color: #74633D; }

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

This text font color is #74633D.

Background Color

.myBgColor { background-color: #74633D; }

<div style="background-color:#74633D">Inner text</div>

This div background color is #74633D.

Border color

.myBorderColor { border: 1px solid #74633D; }

<div style="border:3px solid #74633D">Div</div>

This div border color is #74633D.

Opacity

.myOpacity80 { color: #74633D; opacity: 0.8; }

<p style="color:#74633D;opacity:0.8;">80%</p>

Text with #74633D 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 #74633D;}

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

This text has shadow with #74633D color.


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

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

This text has shadow with #74633D primary color and red secondary color.


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

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

This text has shadow with #74633D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74633D.

Preview

Color preview on black background

This text has color #74633D on black background.


Color preview on white background

This text has color #74633D on white background.


Black color preview on #74633D background

This text has black color on #74633D background.


White color preview on #74633D background

This text has white color on #74633D background.


Related colors

Complementary color

Complementary color for #hex is #8B9CC2.


I love getcolorcode.com

Triadic colors

1 #3D7463 and #633D74 with #74633D are triadic colors.

2 #3D6374 and #63743D with #74633D are triadic colors.