COLOR #675459

HEX: #675459
RGB: (103,84,89)

Color info

#675459 contains red, green and blue colors in about the same proportion. Web safe color of #675459 is #666666 (or #666).

RGB color model

#675459 color RGB value is (103,84,89).

  • red value is 103;
  • green value is 84;
  • blue value is 89.
RGB:
(103,84,89)
(40%,33%,35%)

RGB channels and saturation

R 103 of 255 = 40%
G 84 of 255 = 33%
B 89 of 255 = 35%

103
84
89

R + G + B ~ 36%. #675459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 84 + 89 = 276 (100%)
R 103 of 276 ~ 37.32%
G 84 of 276 ~ 30.43%
B 89 of 276 ~ 32.25%

%37.32
%30.43
%32.25

CMYK color model

#675459 color CMYK value is (0,18,14,60).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(0,18,14,60)
C0M18Y14K60 
(0%,18%,14%,60%)
(0.00/0.18/0.14/0.60)	

CMYK percentages

%0
%18.45
%13.59
%59.61

Codes

Color #675459 in popluar color models

675459
RGB1038489
HSL344°10.16%36.67%
HSB/HSV344°18.45%40.39%
CMYK0.00%18.45%13.59%
59.61%

Color #675459 in popluar number systems.

HEX675459
Decimal1038489
Binary110011110101001011001
Octal147124131

Shades and tints

Shades of #675459

#675459
(103,84,89)
#5E4D51
(94,77,81)
#554649
(85,70,73)
#4C3F41
(76,63,65)
#433839
(67,56,57)
#3A3131
(58,49,49)
#312A29
(49,42,41)
#282321
(40,35,33)
#1F1C19
(31,28,25)
#161511
(22,21,17)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #675459

#675459
(103,84,89)
#746368
(116,99,104)
#817277
(129,114,119)
#8E8186
(142,129,134)
#9B9095
(155,144,149)
#A89FA4
(168,159,164)
#B5AEB3
(181,174,179)
#C2BDC2
(194,189,194)
#CFCCD1
(207,204,209)
#DCDBE0
(220,219,224)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675459 color. Also use rgb(103,84,89) instead hex code.

Text Font Color

.myTextColor { color: #675459; }

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

This text font color is #675459.


Background Color

.myBgColor { background-color: #675459; }

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

This div background color is #675459.


Border color

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

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

This div border color is #675459.


Opacity

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

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

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

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

This text has shadow with #675459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675459 on black background.


Color preview on white background

This text has color #675459 on white background.



Black color preview on #675459 background

This text has black color on #675459 background.


White color preview on #675459 background

This text has white color on #675459 background.