COLOR #B3775B

HEX: #B3775B
RGB: (179,119,91)

Color info

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

RGB color model

#B3775B color RGB value is (179,119,91).

  • red value is 179;
  • green value is 119;
  • blue value is 91.
RGB:
(179,119,91)
(70%,47%,36%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 91 of 255 = 36%

179
119
91

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

Portions of RGB colors in percentages

R + G + B =
179 + 119 + 91 = 389 (100%)
R 179 of 389 ~ 46.02%
G 119 of 389 ~ 30.59%
B 91 of 389 ~ 23.39%

%46.02
%30.59
%23.39

CMYK color model

#B3775B color CMYK value is (0,34,49,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 49.16%
  • key color value is 29.80%
CMYK:
(0,34,49,30)
C0M34Y49K30 
(0%,34%,49%,30%)
(0.00/0.34/0.49/0.30)	

CMYK percentages

%0
%33.52
%49.16
%29.8

Codes

Color #B3775B in popluar color models

B3775B
RGB17911991
HSL19°36.67%52.94%
HSB/HSV19°49.16%70.20%
CMYK0.00%33.52%49.16%
29.80%

Color #B3775B in popluar number systems.

HEXB3775B
Decimal17911991
Binary1011001111101111011011
Octal263167133

Shades and tints

Shades of #B3775B

#B3775B
(179,119,91)
#A36D53
(163,109,83)
#93634B
(147,99,75)
#835943
(131,89,67)
#734F3B
(115,79,59)
#634533
(99,69,51)
#533B2B
(83,59,43)
#433123
(67,49,35)
#33271B
(51,39,27)
#231D13
(35,29,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #B3775B

#B3775B
(179,119,91)
#B98369
(185,131,105)
#BF8F77
(191,143,119)
#C59B85
(197,155,133)
#CBA793
(203,167,147)
#D1B3A1
(209,179,161)
#D7BFAF
(215,191,175)
#DDCBBD
(221,203,189)
#E3D7CB
(227,215,203)
#E9E3D9
(233,227,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3775B color. Also use rgb(179,119,91) instead hex code.

Text Font Color

.myTextColor { color: #B3775B; }

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

This text font color is #B3775B.


Background Color

.myBgColor { background-color: #B3775B; }

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

This div background color is #B3775B.


Border color

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

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

This div border color is #B3775B.


Opacity

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

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

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

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

This text has shadow with #B3775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3775B on black background.


Color preview on white background

This text has color #B3775B on white background.



Black color preview on #B3775B background

This text has black color on #B3775B background.


White color preview on #B3775B background

This text has white color on #B3775B background.