COLOR #674351

HEX: #674351
RGB: (103,67,81)

Color info

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

RGB color model

#674351 color RGB value is (103,67,81).

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

RGB channels and saturation

R 103 of 255 = 40%
G 67 of 255 = 26%
B 81 of 255 = 32%

103
67
81

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

Portions of RGB colors in percentages

R + G + B =
103 + 67 + 81 = 251 (100%)
R 103 of 251 ~ 41.04%
G 67 of 251 ~ 26.69%
B 81 of 251 ~ 32.27%

%41.04
%26.69
%32.27

CMYK color model

#674351 color CMYK value is (0,35,21,60).

  • cyan value is 0.00%
  • magenta value is 34.95%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(0,35,21,60)
C0M35Y21K60 
(0%,35%,21%,60%)
(0.00/0.35/0.21/0.60)	

CMYK percentages

%0
%34.95
%21.36
%59.61

Codes

Color #674351 in popluar color models

674351
RGB1036781
HSL337°21.18%33.33%
HSB/HSV337°34.95%40.39%
CMYK0.00%34.95%21.36%
59.61%

Color #674351 in popluar number systems.

HEX674351
Decimal1036781
Binary110011110000111010001
Octal147103121

Shades and tints

Shades of #674351

#674351
(103,67,81)
#5E3D4A
(94,61,74)
#553743
(85,55,67)
#4C313C
(76,49,60)
#432B35
(67,43,53)
#3A252E
(58,37,46)
#311F27
(49,31,39)
#281920
(40,25,32)
#1F1319
(31,19,25)
#160D12
(22,13,18)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #674351

#674351
(103,67,81)
#745460
(116,84,96)
#81656F
(129,101,111)
#8E767E
(142,118,126)
#9B878D
(155,135,141)
#A8989C
(168,152,156)
#B5A9AB
(181,169,171)
#C2BABA
(194,186,186)
#CFCBC9
(207,203,201)
#DCDCD8
(220,220,216)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674351; }

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

This text font color is #674351.


Background Color

.myBgColor { background-color: #674351; }

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

This div background color is #674351.


Border color

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

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

This div border color is #674351.


Opacity

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

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

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

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

This text has shadow with #674351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674351 on black background.


Color preview on white background

This text has color #674351 on white background.



Black color preview on #674351 background

This text has black color on #674351 background.


White color preview on #674351 background

This text has white color on #674351 background.