COLOR #674037

HEX: #674037
RGB: (103,64,55)

Color info

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

RGB color model

#674037 color RGB value is (103,64,55).

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

RGB channels and saturation

R 103 of 255 = 40%
G 64 of 255 = 25%
B 55 of 255 = 22%

103
64
55

R + G + B ~ 29%. #674037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 64 + 55 = 222 (100%)
R 103 of 222 ~ 46.4%
G 64 of 222 ~ 28.83%
B 55 of 222 ~ 24.77%

%46.4
%28.83
%24.77

CMYK color model

#674037 color CMYK value is (0,38,47,60).

  • cyan value is 0.00%
  • magenta value is 37.86%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(0,38,47,60)
C0M38Y47K60 
(0%,38%,47%,60%)
(0.00/0.38/0.47/0.60)	

CMYK percentages

%0
%37.86
%46.6
%59.61

Codes

Color #674037 in popluar color models

674037
RGB1036455
HSL11°30.38%30.98%
HSB/HSV11°46.60%40.39%
CMYK0.00%37.86%46.60%
59.61%

Color #674037 in popluar number systems.

HEX674037
Decimal1036455
Binary11001111000000110111
Octal14710067

Shades and tints

Shades of #674037

#674037
(103,64,55)
#5E3B32
(94,59,50)
#55362D
(85,54,45)
#4C3128
(76,49,40)
#432C23
(67,44,35)
#3A271E
(58,39,30)
#312219
(49,34,25)
#281D14
(40,29,20)
#1F180F
(31,24,15)
#16130A
(22,19,10)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #674037

#674037
(103,64,55)
#745149
(116,81,73)
#81625B
(129,98,91)
#8E736D
(142,115,109)
#9B847F
(155,132,127)
#A89591
(168,149,145)
#B5A6A3
(181,166,163)
#C2B7B5
(194,183,181)
#CFC8C7
(207,200,199)
#DCD9D9
(220,217,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674037; }

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

This text font color is #674037.


Background Color

.myBgColor { background-color: #674037; }

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

This div background color is #674037.


Border color

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

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

This div border color is #674037.


Opacity

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

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

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

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

This text has shadow with #674037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674037 on black background.


Color preview on white background

This text has color #674037 on white background.



Black color preview on #674037 background

This text has black color on #674037 background.


White color preview on #674037 background

This text has white color on #674037 background.