COLOR #74634A

HEX: #74634A
RGB: (116,99,74)

Color info

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

RGB color model

#74634A color RGB value is (116,99,74).

  • red value is 116;
  • green value is 99;
  • blue value is 74.
RGB:
(116,99,74)
(45%,39%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 74 of 255 = 29%

116
99
74

R + G + B ~ 38%. #74634A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 74 = 289 (100%)
R 116 of 289 ~ 40.14%
G 99 of 289 ~ 34.26%
B 74 of 289 ~ 25.61%

%40.14
%34.26
%25.61

CMYK color model

#74634A color CMYK value is (0,15,36,55).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,15,36,55)
C0M15Y36K55 
(0%,15%,36%,55%)
(0.00/0.15/0.36/0.55)	

CMYK percentages

%0
%14.66
%36.21
%54.51

Codes

Color #74634A in popluar color models

74634A
RGB1169974
HSL36°22.11%37.25%
HSB/HSV36°36.21%45.49%
CMYK0.00%14.66%36.21%
54.51%

Color #74634A in popluar number systems.

HEX74634A
Decimal1169974
Binary111010011000111001010
Octal164143112

Shades and tints

Shades of #74634A

#74634A
(116,99,74)
#6A5A44
(106,90,68)
#60513E
(96,81,62)
#564838
(86,72,56)
#4C3F32
(76,63,50)
#42362C
(66,54,44)
#382D26
(56,45,38)
#2E2420
(46,36,32)
#241B1A
(36,27,26)
#1A1214
(26,18,20)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #74634A

#74634A
(116,99,74)
#80715A
(128,113,90)
#8C7F6A
(140,127,106)
#988D7A
(152,141,122)
#A49B8A
(164,155,138)
#B0A99A
(176,169,154)
#BCB7AA
(188,183,170)
#C8C5BA
(200,197,186)
#D4D3CA
(212,211,202)
#E0E1DA
(224,225,218)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74634A color. Also use rgb(116,99,74) instead hex code.

Text Font Color

.myTextColor { color: #74634A; }

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

This text font color is #74634A.


Background Color

.myBgColor { background-color: #74634A; }

<div style="background-color:#74634A">Inner text</div>

This div background color is #74634A.


Border color

.myBorderColor { border: 1px solid #74634A; }

<div style="border:3px solid #74634A">Div</div>

This div border color is #74634A.


Opacity

.myOpacity80 { color: #74634A; opacity: 0.8; }

<p style="color:#74634A;opacity:0.8;">80%</p>

Text with #74634A 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 #74634A;}

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

This text has shadow with #74634A color.

.textShadow {text-shadow: 3px 3px 1px #74634A, 3px 3px 1px red;}

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

This text has shadow with #74634A primary color and red secondary color.


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

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

This text has shadow with #74634A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74634A;
-webkit-box-shadow: 1px 1px 3px 2px #74634A;
box-shadow:1px 1px 3px 2px #74634A;">
Div content here</div>
This div box has shadow with color #74634A.

Preview

Color preview on black background

This text has color #74634A on black background.


Color preview on white background

This text has color #74634A on white background.



Black color preview on #74634A background

This text has black color on #74634A background.


White color preview on #74634A background

This text has white color on #74634A background.