COLOR #B3584F

HEX: #B3584F RGB: (179,88,79)

Color info

#B3584F contains mainly red color. Web safe color of #B3584F is #996666 (or #966).

RGB color model

#B3584F color RGB value is (179,88,79).

RGB: (179,88,79) (70%, 35%, 31%)

RGB channels and saturation

R 179 of 255 = 70%
G 88 of 255 = 35%
B 79 of 255 = 31%

179
88
79

R + G + B ~ 45%. #B3584F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 179 + 88 + 79 = 346 (100%)
R 179 of 346 ~ 51.73%
G 88 of 346 ~ 25.43%
B 79 of 346 ~ 22.83'%

%51.73
%25.43
%22.83

CMYK color model

#B3584F color CMYK value is (0,51,56,30).

  • cyan value is 0.00%
  • magenta value is 50.84%
  • yellow value is 55.87%
  • key color value is 29.80%
CMYK: (0,51,56,30) C0M51Y56K30 (0%,51%,56%,30%) (0.00/0.51/0.56/0.30) 

CMYK percentages

%0
%50.84
%55.87
%29.8

Codes

Color #B3584F in popluar color models

B3 58 4F
RGB 179 88 79
HSL 39.68% 50.59%
HSB/HSV 55.87% 70.20%
CMYK 0.00% 50.84% 55.87%
29.80%

Color #B3584F in popluar number systems.

HEX B3 58 4F
Decimal 179 88 79
Binary 10110011 1011000 1001111
Octal 263 130 117

Shades and tints

Shades of #B3584F

#B3584F
(179,88,79)
#A35048
(163,80,72)
#934841
(147,72,65)
#83403A
(131,64,58)
#733833
(115,56,51)
#63302C
(99,48,44)
#532825
(83,40,37)
#43201E
(67,32,30)
#331817
(51,24,23)
#231010
(35,16,16)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #B3584F

#B3584F
(179,88,79)
#B9675F
(185,103,95)
#BF766F
(191,118,111)
#C5857F
(197,133,127)
#CB948F
(203,148,143)
#D1A39F
(209,163,159)
#D7B2AF
(215,178,175)
#DDC1BF
(221,193,191)
#E3D0CF
(227,208,207)
#E9DFDF
(233,223,223)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3584F color. Also use rgb(179,88,79) instead hex code.

Text Font Color

.myTextColor { color: #B3584F; }

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

This text font color is #B3584F.

Background Color

.myBgColor { background-color: #B3584F; }

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

This div background color is #B3584F.

Border color

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

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

This div border color is #B3584F.

Opacity

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

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

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

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

This text has shadow with #B3584F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3584F.

Preview

Color preview on black background

This text has color #B3584F on black background.


Color preview on white background

This text has color #B3584F on white background.


Black color preview on #B3584F background

This text has black color on #B3584F background.


White color preview on #B3584F background

This text has white color on #B3584F background.


Related colors

Complementary color

Complementary color for #hex is #4CA7B0.


I love getcolorcode.com

Triadic colors

1 #4FB358 and #584FB3 with #B3584F are triadic colors.

2 #4F58B3 and #58B34F with #B3584F are triadic colors.