COLOR #74673D

HEX: #74673D
RGB: (116,103,61)

Color info

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

RGB color model

#74673D color RGB value is (116,103,61).

  • red value is 116;
  • green value is 103;
  • blue value is 61.
RGB:
(116,103,61)
(45%,40%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 61 of 255 = 24%

116
103
61

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 61 = 280 (100%)
R 116 of 280 ~ 41.43%
G 103 of 280 ~ 36.79%
B 61 of 280 ~ 21.79%

%41.43
%36.79
%21.79

CMYK color model

#74673D color CMYK value is (0,11,47,55).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 47.41%
  • key color value is 54.51%
CMYK:
(0,11,47,55)
C0M11Y47K55 
(0%,11%,47%,55%)
(0.00/0.11/0.47/0.55)	

CMYK percentages

%0
%11.21
%47.41
%54.51

Codes

Color #74673D in popluar color models

74673D
RGB11610361
HSL46°31.07%34.71%
HSB/HSV46°47.41%45.49%
CMYK0.00%11.21%47.41%
54.51%

Color #74673D in popluar number systems.

HEX74673D
Decimal11610361
Binary11101001100111111101
Octal16414775

Shades and tints

Shades of #74673D

#74673D
(116,103,61)
#6A5E38
(106,94,56)
#605533
(96,85,51)
#564C2E
(86,76,46)
#4C4329
(76,67,41)
#423A24
(66,58,36)
#38311F
(56,49,31)
#2E281A
(46,40,26)
#241F15
(36,31,21)
#1A1610
(26,22,16)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #74673D

#74673D
(116,103,61)
#80744E
(128,116,78)
#8C815F
(140,129,95)
#988E70
(152,142,112)
#A49B81
(164,155,129)
#B0A892
(176,168,146)
#BCB5A3
(188,181,163)
#C8C2B4
(200,194,180)
#D4CFC5
(212,207,197)
#E0DCD6
(224,220,214)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74673D; }

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

This text font color is #74673D.


Background Color

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

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

This div background color is #74673D.


Border color

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

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

This div border color is #74673D.


Opacity

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

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

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

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

This text has shadow with #74673D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74673D on black background.


Color preview on white background

This text has color #74673D on white background.



Black color preview on #74673D background

This text has black color on #74673D background.


White color preview on #74673D background

This text has white color on #74673D background.