COLOR #674637

HEX: #674637
RGB: (103,70,55)

Color info

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

RGB color model

#674637 color RGB value is (103,70,55).

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

RGB channels and saturation

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

103
70
55

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

Portions of RGB colors in percentages

R + G + B =
103 + 70 + 55 = 228 (100%)
R 103 of 228 ~ 45.18%
G 70 of 228 ~ 30.7%
B 55 of 228 ~ 24.12%

%45.18
%30.7
%24.12

CMYK color model

#674637 color CMYK value is (0,32,47,60).

  • cyan value is 0.00%
  • magenta value is 32.04%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(0,32,47,60)
C0M32Y47K60 
(0%,32%,47%,60%)
(0.00/0.32/0.47/0.60)	

CMYK percentages

%0
%32.04
%46.6
%59.61

Codes

Color #674637 in popluar color models

674637
RGB1037055
HSL19°30.38%30.98%
HSB/HSV19°46.60%40.39%
CMYK0.00%32.04%46.60%
59.61%

Color #674637 in popluar number systems.

HEX674637
Decimal1037055
Binary11001111000110110111
Octal14710667

Shades and tints

Shades of #674637

#674637
(103,70,55)
#5E4032
(94,64,50)
#553A2D
(85,58,45)
#4C3428
(76,52,40)
#432E23
(67,46,35)
#3A281E
(58,40,30)
#312219
(49,34,25)
#281C14
(40,28,20)
#1F160F
(31,22,15)
#16100A
(22,16,10)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #674637

#674637
(103,70,55)
#745649
(116,86,73)
#81665B
(129,102,91)
#8E766D
(142,118,109)
#9B867F
(155,134,127)
#A89691
(168,150,145)
#B5A6A3
(181,166,163)
#C2B6B5
(194,182,181)
#CFC6C7
(207,198,199)
#DCD6D9
(220,214,217)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674637; }

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

This text font color is #674637.


Background Color

.myBgColor { background-color: #674637; }

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

This div background color is #674637.


Border color

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

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

This div border color is #674637.


Opacity

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

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

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

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

This text has shadow with #674637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674637 on black background.


Color preview on white background

This text has color #674637 on white background.



Black color preview on #674637 background

This text has black color on #674637 background.


White color preview on #674637 background

This text has white color on #674637 background.