COLOR #674651

HEX: #674651
RGB: (103,70,81)

Color info

#674651 contains red, green and blue colors in about the same proportion. Web safe color of #674651 is #663366 (or #636).

RGB color model

#674651 color RGB value is (103,70,81).

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

RGB channels and saturation

R 103 of 255 = 40%
G 70 of 255 = 27%
B 81 of 255 = 32%

103
70
81

R + G + B ~ 33%. #674651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 70 + 81 = 254 (100%)
R 103 of 254 ~ 40.55%
G 70 of 254 ~ 27.56%
B 81 of 254 ~ 31.89%

%40.55
%27.56
%31.89

CMYK color model

#674651 color CMYK value is (0,32,21,60).

  • cyan value is 0.00%
  • magenta value is 32.04%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(0,32,21,60)
C0M32Y21K60 
(0%,32%,21%,60%)
(0.00/0.32/0.21/0.60)	

CMYK percentages

%0
%32.04
%21.36
%59.61

Codes

Color #674651 in popluar color models

674651
RGB1037081
HSL340°19.08%33.92%
HSB/HSV340°32.04%40.39%
CMYK0.00%32.04%21.36%
59.61%

Color #674651 in popluar number systems.

HEX674651
Decimal1037081
Binary110011110001101010001
Octal147106121

Shades and tints

Shades of #674651

#674651
(103,70,81)
#5E404A
(94,64,74)
#553A43
(85,58,67)
#4C343C
(76,52,60)
#432E35
(67,46,53)
#3A282E
(58,40,46)
#312227
(49,34,39)
#281C20
(40,28,32)
#1F1619
(31,22,25)
#161012
(22,16,18)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #674651

#674651
(103,70,81)
#745660
(116,86,96)
#81666F
(129,102,111)
#8E767E
(142,118,126)
#9B868D
(155,134,141)
#A8969C
(168,150,156)
#B5A6AB
(181,166,171)
#C2B6BA
(194,182,186)
#CFC6C9
(207,198,201)
#DCD6D8
(220,214,216)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674651; }

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

This text font color is #674651.


Background Color

.myBgColor { background-color: #674651; }

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

This div background color is #674651.


Border color

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

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

This div border color is #674651.


Opacity

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

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

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

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

This text has shadow with #674651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674651 on black background.


Color preview on white background

This text has color #674651 on white background.



Black color preview on #674651 background

This text has black color on #674651 background.


White color preview on #674651 background

This text has white color on #674651 background.