COLOR #67585D

HEX: #67585D
RGB: (103,88,93)

Color info

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

RGB color model

#67585D color RGB value is (103,88,93).

  • red value is 103;
  • green value is 88;
  • blue value is 93.
RGB:
(103,88,93)
(40%,35%,36%)

RGB channels and saturation

R 103 of 255 = 40%
G 88 of 255 = 35%
B 93 of 255 = 36%

103
88
93

R + G + B ~ 37%. #67585D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 93 = 284 (100%)
R 103 of 284 ~ 36.27%
G 88 of 284 ~ 30.99%
B 93 of 284 ~ 32.75%

%36.27
%30.99
%32.75

CMYK color model

#67585D color CMYK value is (0,15,10,60).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK:
(0,15,10,60)
C0M15Y10K60 
(0%,15%,10%,60%)
(0.00/0.15/0.10/0.60)	

CMYK percentages

%0
%14.56
%9.71
%59.61

Codes

Color #67585D in popluar color models

67585D
RGB1038893
HSL340°7.85%37.45%
HSB/HSV340°14.56%40.39%
CMYK0.00%14.56%9.71%
59.61%

Color #67585D in popluar number systems.

HEX67585D
Decimal1038893
Binary110011110110001011101
Octal147130135

Shades and tints

Shades of #67585D

#67585D
(103,88,93)
#5E5055
(94,80,85)
#55484D
(85,72,77)
#4C4045
(76,64,69)
#43383D
(67,56,61)
#3A3035
(58,48,53)
#31282D
(49,40,45)
#282025
(40,32,37)
#1F181D
(31,24,29)
#161015
(22,16,21)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #67585D

#67585D
(103,88,93)
#74676B
(116,103,107)
#817679
(129,118,121)
#8E8587
(142,133,135)
#9B9495
(155,148,149)
#A8A3A3
(168,163,163)
#B5B2B1
(181,178,177)
#C2C1BF
(194,193,191)
#CFD0CD
(207,208,205)
#DCDFDB
(220,223,219)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67585D color. Also use rgb(103,88,93) instead hex code.

Text Font Color

.myTextColor { color: #67585D; }

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

This text font color is #67585D.


Background Color

.myBgColor { background-color: #67585D; }

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

This div background color is #67585D.


Border color

.myBorderColor { border: 1px solid #67585D; }

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

This div border color is #67585D.


Opacity

.myOpacity80 { color: #67585D; opacity: 0.8; }

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

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

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

This text has shadow with #67585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67585D on black background.


Color preview on white background

This text has color #67585D on white background.



Black color preview on #67585D background

This text has black color on #67585D background.


White color preview on #67585D background

This text has white color on #67585D background.