COLOR #B78035

HEX: #B78035
RGB: (183,128,53)

Color info

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

RGB color model

#B78035 color RGB value is (183,128,53).

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

RGB channels and saturation

R 183 of 255 = 72%
G 128 of 255 = 50%
B 53 of 255 = 21%

183
128
53

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

Portions of RGB colors in percentages

R + G + B =
183 + 128 + 53 = 364 (100%)
R 183 of 364 ~ 50.27%
G 128 of 364 ~ 35.16%
B 53 of 364 ~ 14.56%

%50.27
%35.16
%14.56

CMYK color model

#B78035 color CMYK value is (0,30,71,28).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 71.04%
  • key color value is 28.24%
CMYK:
(0,30,71,28)
C0M30Y71K28 
(0%,30%,71%,28%)
(0.00/0.30/0.71/0.28)	

CMYK percentages

%0
%30.05
%71.04
%28.24

Codes

Color #B78035 in popluar color models

B78035
RGB18312853
HSL35°55.08%46.27%
HSB/HSV35°71.04%71.76%
CMYK0.00%30.05%71.04%
28.24%

Color #B78035 in popluar number systems.

HEXB78035
Decimal18312853
Binary1011011110000000110101
Octal26720065

Shades and tints

Shades of #B78035

#B78035
(183,128,53)
#A77531
(167,117,49)
#976A2D
(151,106,45)
#875F29
(135,95,41)
#775425
(119,84,37)
#674921
(103,73,33)
#573E1D
(87,62,29)
#473319
(71,51,25)
#372815
(55,40,21)
#271D11
(39,29,17)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #B78035

#B78035
(183,128,53)
#BD8B47
(189,139,71)
#C39659
(195,150,89)
#C9A16B
(201,161,107)
#CFAC7D
(207,172,125)
#D5B78F
(213,183,143)
#DBC2A1
(219,194,161)
#E1CDB3
(225,205,179)
#E7D8C5
(231,216,197)
#EDE3D7
(237,227,215)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78035; }

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

This text font color is #B78035.


Background Color

.myBgColor { background-color: #B78035; }

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

This div background color is #B78035.


Border color

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

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

This div border color is #B78035.


Opacity

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

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

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

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

This text has shadow with #B78035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78035 on black background.


Color preview on white background

This text has color #B78035 on white background.



Black color preview on #B78035 background

This text has black color on #B78035 background.


White color preview on #B78035 background

This text has white color on #B78035 background.