COLOR #67596A

HEX: #67596A
RGB: (103,89,106)

Color info

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

RGB color model

#67596A color RGB value is (103,89,106).

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

RGB channels and saturation

R 103 of 255 = 40%
G 89 of 255 = 35%
B 106 of 255 = 42%

103
89
106

R + G + B ~ 39%. #67596A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 89 + 106 = 298 (100%)
R 103 of 298 ~ 34.56%
G 89 of 298 ~ 29.87%
B 106 of 298 ~ 35.57%

%34.56
%29.87
%35.57

CMYK color model

#67596A color CMYK value is (3,16,0,58).

  • cyan value is 2.83%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(3,16,0,58)
C3M16Y0K58 
(3%,16%,0%,58%)
(0.03/0.16/0.00/0.58)	

CMYK percentages

%2.83
%16.04
%0
%58.43

Codes

Color #67596A in popluar color models

67596A
RGB10389106
HSL289°8.72%38.24%
HSB/HSV289°16.04%41.57%
CMYK2.83%16.04%0.00%
58.43%

Color #67596A in popluar number systems.

HEX67596A
Decimal10389106
Binary110011110110011101010
Octal147131152

Shades and tints

Shades of #67596A

#67596A
(103,89,106)
#5E5161
(94,81,97)
#554958
(85,73,88)
#4C414F
(76,65,79)
#433946
(67,57,70)
#3A313D
(58,49,61)
#312934
(49,41,52)
#28212B
(40,33,43)
#1F1922
(31,25,34)
#161119
(22,17,25)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #67596A

#67596A
(103,89,106)
#746877
(116,104,119)
#817784
(129,119,132)
#8E8691
(142,134,145)
#9B959E
(155,149,158)
#A8A4AB
(168,164,171)
#B5B3B8
(181,179,184)
#C2C2C5
(194,194,197)
#CFD1D2
(207,209,210)
#DCE0DF
(220,224,223)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67596A; }

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

This text font color is #67596A.


Background Color

.myBgColor { background-color: #67596A; }

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

This div background color is #67596A.


Border color

.myBorderColor { border: 1px solid #67596A; }

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

This div border color is #67596A.


Opacity

.myOpacity80 { color: #67596A; opacity: 0.8; }

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

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

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

This text has shadow with #67596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67596A on black background.


Color preview on white background

This text has color #67596A on white background.



Black color preview on #67596A background

This text has black color on #67596A background.


White color preview on #67596A background

This text has white color on #67596A background.