COLOR #674852

HEX: #674852
RGB: (103,72,82)

Color info

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

RGB color model

#674852 color RGB value is (103,72,82).

  • red value is 103;
  • green value is 72;
  • blue value is 82.
RGB:
(103,72,82)
(40%,28%,32%)

RGB channels and saturation

R 103 of 255 = 40%
G 72 of 255 = 28%
B 82 of 255 = 32%

103
72
82

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

Portions of RGB colors in percentages

R + G + B =
103 + 72 + 82 = 257 (100%)
R 103 of 257 ~ 40.08%
G 72 of 257 ~ 28.02%
B 82 of 257 ~ 31.91%

%40.08
%28.02
%31.91

CMYK color model

#674852 color CMYK value is (0,30,20,60).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(0,30,20,60)
C0M30Y20K60 
(0%,30%,20%,60%)
(0.00/0.30/0.20/0.60)	

CMYK percentages

%0
%30.1
%20.39
%59.61

Codes

Color #674852 in popluar color models

674852
RGB1037282
HSL341°17.71%34.31%
HSB/HSV341°30.10%40.39%
CMYK0.00%30.10%20.39%
59.61%

Color #674852 in popluar number systems.

HEX674852
Decimal1037282
Binary110011110010001010010
Octal147110122

Shades and tints

Shades of #674852

#674852
(103,72,82)
#5E424B
(94,66,75)
#553C44
(85,60,68)
#4C363D
(76,54,61)
#433036
(67,48,54)
#3A2A2F
(58,42,47)
#312428
(49,36,40)
#281E21
(40,30,33)
#1F181A
(31,24,26)
#161213
(22,18,19)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #674852

#674852
(103,72,82)
#745861
(116,88,97)
#816870
(129,104,112)
#8E787F
(142,120,127)
#9B888E
(155,136,142)
#A8989D
(168,152,157)
#B5A8AC
(181,168,172)
#C2B8BB
(194,184,187)
#CFC8CA
(207,200,202)
#DCD8D9
(220,216,217)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674852 color. Also use rgb(103,72,82) instead hex code.

Text Font Color

.myTextColor { color: #674852; }

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

This text font color is #674852.


Background Color

.myBgColor { background-color: #674852; }

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

This div background color is #674852.


Border color

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

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

This div border color is #674852.


Opacity

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

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

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

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

This text has shadow with #674852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674852 on black background.


Color preview on white background

This text has color #674852 on white background.



Black color preview on #674852 background

This text has black color on #674852 background.


White color preview on #674852 background

This text has white color on #674852 background.