COLOR #B77E30

HEX: #B77E30
RGB: (183,126,48)

Color info

#B77E30 contains mainly red and green colors. Web safe color of #B77E30 is #CC6633 (or #C63).

RGB color model

#B77E30 color RGB value is (183,126,48).

  • red value is 183;
  • green value is 126;
  • blue value is 48.
RGB:
(183,126,48)
(72%,49%,19%)

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 48 of 255 = 19%

183
126
48

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

Portions of RGB colors in percentages

R + G + B =
183 + 126 + 48 = 357 (100%)
R 183 of 357 ~ 51.26%
G 126 of 357 ~ 35.29%
B 48 of 357 ~ 13.45%

%51.26
%35.29
%13.45

CMYK color model

#B77E30 color CMYK value is (0,31,74,28).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 73.77%
  • key color value is 28.24%
CMYK:
(0,31,74,28)
C0M31Y74K28 
(0%,31%,74%,28%)
(0.00/0.31/0.74/0.28)	

CMYK percentages

%0
%31.15
%73.77
%28.24

Codes

Color #B77E30 in popluar color models

B77E30
RGB18312648
HSL35°58.44%45.29%
HSB/HSV35°73.77%71.76%
CMYK0.00%31.15%73.77%
28.24%

Color #B77E30 in popluar number systems.

HEXB77E30
Decimal18312648
Binary101101111111110110000
Octal26717660

Shades and tints

Shades of #B77E30

#B77E30
(183,126,48)
#A7732C
(167,115,44)
#976828
(151,104,40)
#875D24
(135,93,36)
#775220
(119,82,32)
#67471C
(103,71,28)
#573C18
(87,60,24)
#473114
(71,49,20)
#372610
(55,38,16)
#271B0C
(39,27,12)
#171008
(23,16,8)
#000000
(0,0,0)

Tints of #B77E30

#B77E30
(183,126,48)
#BD8942
(189,137,66)
#C39454
(195,148,84)
#C99F66
(201,159,102)
#CFAA78
(207,170,120)
#D5B58A
(213,181,138)
#DBC09C
(219,192,156)
#E1CBAE
(225,203,174)
#E7D6C0
(231,214,192)
#EDE1D2
(237,225,210)
#F3ECE4
(243,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77E30 color. Also use rgb(183,126,48) instead hex code.

Text Font Color

.myTextColor { color: #B77E30; }

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

This text font color is #B77E30.


Background Color

.myBgColor { background-color: #B77E30; }

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

This div background color is #B77E30.


Border color

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

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

This div border color is #B77E30.


Opacity

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

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

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

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

This text has shadow with #B77E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77E30 on black background.


Color preview on white background

This text has color #B77E30 on white background.



Black color preview on #B77E30 background

This text has black color on #B77E30 background.


White color preview on #B77E30 background

This text has white color on #B77E30 background.