COLOR #67584B

HEX: #67584B
RGB: (103,88,75)

Color info

#67584B contains red, green and blue colors in about the same proportion. Web safe color of #67584B is #666633 (or #663).

RGB color model

#67584B color RGB value is (103,88,75).

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

RGB channels and saturation

R 103 of 255 = 40%
G 88 of 255 = 35%
B 75 of 255 = 29%

103
88
75

R + G + B ~ 35%. #67584B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 75 = 266 (100%)
R 103 of 266 ~ 38.72%
G 88 of 266 ~ 33.08%
B 75 of 266 ~ 28.2%

%38.72
%33.08
%28.2

CMYK color model

#67584B color CMYK value is (0,15,27,60).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK:
(0,15,27,60)
C0M15Y27K60 
(0%,15%,27%,60%)
(0.00/0.15/0.27/0.60)	

CMYK percentages

%0
%14.56
%27.18
%59.61

Codes

Color #67584B in popluar color models

67584B
RGB1038875
HSL28°15.73%34.90%
HSB/HSV28°27.18%40.39%
CMYK0.00%14.56%27.18%
59.61%

Color #67584B in popluar number systems.

HEX67584B
Decimal1038875
Binary110011110110001001011
Octal147130113

Shades and tints

Shades of #67584B

#67584B
(103,88,75)
#5E5045
(94,80,69)
#55483F
(85,72,63)
#4C4039
(76,64,57)
#433833
(67,56,51)
#3A302D
(58,48,45)
#312827
(49,40,39)
#282021
(40,32,33)
#1F181B
(31,24,27)
#161015
(22,16,21)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #67584B

#67584B
(103,88,75)
#74675B
(116,103,91)
#81766B
(129,118,107)
#8E857B
(142,133,123)
#9B948B
(155,148,139)
#A8A39B
(168,163,155)
#B5B2AB
(181,178,171)
#C2C1BB
(194,193,187)
#CFD0CB
(207,208,203)
#DCDFDB
(220,223,219)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67584B color. Also use rgb(103,88,75) instead hex code.

Text Font Color

.myTextColor { color: #67584B; }

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

This text font color is #67584B.


Background Color

.myBgColor { background-color: #67584B; }

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

This div background color is #67584B.


Border color

.myBorderColor { border: 1px solid #67584B; }

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

This div border color is #67584B.


Opacity

.myOpacity80 { color: #67584B; opacity: 0.8; }

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

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

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

This text has shadow with #67584B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67584B on black background.


Color preview on white background

This text has color #67584B on white background.



Black color preview on #67584B background

This text has black color on #67584B background.


White color preview on #67584B background

This text has white color on #67584B background.