COLOR #B77335

HEX: #B77335
RGB: (183,115,53)

Color info

#B77335 contains mainly red color. Web safe color of #B77335 is #CC6633 (or #C63).

RGB color model

#B77335 color RGB value is (183,115,53).

  • red value is 183;
  • green value is 115;
  • blue value is 53.
RGB:
(183,115,53)
(72%,45%,21%)

RGB channels and saturation

R 183 of 255 = 72%
G 115 of 255 = 45%
B 53 of 255 = 21%

183
115
53

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

Portions of RGB colors in percentages

R + G + B =
183 + 115 + 53 = 351 (100%)
R 183 of 351 ~ 52.14%
G 115 of 351 ~ 32.76%
B 53 of 351 ~ 15.1%

%52.14
%32.76
%15.1

CMYK color model

#B77335 color CMYK value is (0,37,71,28).

  • cyan value is 0.00%
  • magenta value is 37.16%
  • yellow value is 71.04%
  • key color value is 28.24%
CMYK:
(0,37,71,28)
C0M37Y71K28 
(0%,37%,71%,28%)
(0.00/0.37/0.71/0.28)	

CMYK percentages

%0
%37.16
%71.04
%28.24

Codes

Color #B77335 in popluar color models

B77335
RGB18311553
HSL29°55.08%46.27%
HSB/HSV29°71.04%71.76%
CMYK0.00%37.16%71.04%
28.24%

Color #B77335 in popluar number systems.

HEXB77335
Decimal18311553
Binary101101111110011110101
Octal26716365

Shades and tints

Shades of #B77335

#B77335
(183,115,53)
#A76931
(167,105,49)
#975F2D
(151,95,45)
#875529
(135,85,41)
#774B25
(119,75,37)
#674121
(103,65,33)
#57371D
(87,55,29)
#472D19
(71,45,25)
#372315
(55,35,21)
#271911
(39,25,17)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #B77335

#B77335
(183,115,53)
#BD7F47
(189,127,71)
#C38B59
(195,139,89)
#C9976B
(201,151,107)
#CFA37D
(207,163,125)
#D5AF8F
(213,175,143)
#DBBBA1
(219,187,161)
#E1C7B3
(225,199,179)
#E7D3C5
(231,211,197)
#EDDFD7
(237,223,215)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77335 color. Also use rgb(183,115,53) instead hex code.

Text Font Color

.myTextColor { color: #B77335; }

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

This text font color is #B77335.


Background Color

.myBgColor { background-color: #B77335; }

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

This div background color is #B77335.


Border color

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

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

This div border color is #B77335.


Opacity

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

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

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

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

This text has shadow with #B77335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77335 on black background.


Color preview on white background

This text has color #B77335 on white background.



Black color preview on #B77335 background

This text has black color on #B77335 background.


White color preview on #B77335 background

This text has white color on #B77335 background.