COLOR #674551

HEX: #674551
RGB: (103,69,81)

Color info

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

RGB color model

#674551 color RGB value is (103,69,81).

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

RGB channels and saturation

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

103
69
81

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

Portions of RGB colors in percentages

R + G + B =
103 + 69 + 81 = 253 (100%)
R 103 of 253 ~ 40.71%
G 69 of 253 ~ 27.27%
B 81 of 253 ~ 32.02%

%40.71
%27.27
%32.02

CMYK color model

#674551 color CMYK value is (0,33,21,60).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(0,33,21,60)
C0M33Y21K60 
(0%,33%,21%,60%)
(0.00/0.33/0.21/0.60)	

CMYK percentages

%0
%33.01
%21.36
%59.61

Codes

Color #674551 in popluar color models

674551
RGB1036981
HSL339°19.77%33.73%
HSB/HSV339°33.01%40.39%
CMYK0.00%33.01%21.36%
59.61%

Color #674551 in popluar number systems.

HEX674551
Decimal1036981
Binary110011110001011010001
Octal147105121

Shades and tints

Shades of #674551

#674551
(103,69,81)
#5E3F4A
(94,63,74)
#553943
(85,57,67)
#4C333C
(76,51,60)
#432D35
(67,45,53)
#3A272E
(58,39,46)
#312127
(49,33,39)
#281B20
(40,27,32)
#1F1519
(31,21,25)
#160F12
(22,15,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #674551

#674551
(103,69,81)
#745560
(116,85,96)
#81656F
(129,101,111)
#8E757E
(142,117,126)
#9B858D
(155,133,141)
#A8959C
(168,149,156)
#B5A5AB
(181,165,171)
#C2B5BA
(194,181,186)
#CFC5C9
(207,197,201)
#DCD5D8
(220,213,216)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674551; }

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

This text font color is #674551.


Background Color

.myBgColor { background-color: #674551; }

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

This div background color is #674551.


Border color

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

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

This div border color is #674551.


Opacity

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

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

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

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

This text has shadow with #674551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674551 on black background.


Color preview on white background

This text has color #674551 on white background.



Black color preview on #674551 background

This text has black color on #674551 background.


White color preview on #674551 background

This text has white color on #674551 background.