COLOR #674437

HEX: #674437
RGB: (103,68,55)

Color info

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

RGB color model

#674437 color RGB value is (103,68,55).

  • red value is 103;
  • green value is 68;
  • blue value is 55.
RGB:
(103,68,55)
(40%,27%,22%)

RGB channels and saturation

R 103 of 255 = 40%
G 68 of 255 = 27%
B 55 of 255 = 22%

103
68
55

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

Portions of RGB colors in percentages

R + G + B =
103 + 68 + 55 = 226 (100%)
R 103 of 226 ~ 45.58%
G 68 of 226 ~ 30.09%
B 55 of 226 ~ 24.34%

%45.58
%30.09
%24.34

CMYK color model

#674437 color CMYK value is (0,34,47,60).

  • cyan value is 0.00%
  • magenta value is 33.98%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(0,34,47,60)
C0M34Y47K60 
(0%,34%,47%,60%)
(0.00/0.34/0.47/0.60)	

CMYK percentages

%0
%33.98
%46.6
%59.61

Codes

Color #674437 in popluar color models

674437
RGB1036855
HSL16°30.38%30.98%
HSB/HSV16°46.60%40.39%
CMYK0.00%33.98%46.60%
59.61%

Color #674437 in popluar number systems.

HEX674437
Decimal1036855
Binary11001111000100110111
Octal14710467

Shades and tints

Shades of #674437

#674437
(103,68,55)
#5E3E32
(94,62,50)
#55382D
(85,56,45)
#4C3228
(76,50,40)
#432C23
(67,44,35)
#3A261E
(58,38,30)
#312019
(49,32,25)
#281A14
(40,26,20)
#1F140F
(31,20,15)
#160E0A
(22,14,10)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #674437

#674437
(103,68,55)
#745549
(116,85,73)
#81665B
(129,102,91)
#8E776D
(142,119,109)
#9B887F
(155,136,127)
#A89991
(168,153,145)
#B5AAA3
(181,170,163)
#C2BBB5
(194,187,181)
#CFCCC7
(207,204,199)
#DCDDD9
(220,221,217)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674437 color. Also use rgb(103,68,55) instead hex code.

Text Font Color

.myTextColor { color: #674437; }

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

This text font color is #674437.


Background Color

.myBgColor { background-color: #674437; }

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

This div background color is #674437.


Border color

.myBorderColor { border: 1px solid #674437; }

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

This div border color is #674437.


Opacity

.myOpacity80 { color: #674437; opacity: 0.8; }

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

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

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

This text has shadow with #674437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674437 on black background.


Color preview on white background

This text has color #674437 on white background.



Black color preview on #674437 background

This text has black color on #674437 background.


White color preview on #674437 background

This text has white color on #674437 background.