COLOR #B79135

HEX: #B79135
RGB: (183,145,53)

Color info

#B79135 contains mainly red and green colors. Web safe color of #B79135 is #CC9933 (or #C93).

RGB color model

#B79135 color RGB value is (183,145,53).

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

RGB channels and saturation

R 183 of 255 = 72%
G 145 of 255 = 57%
B 53 of 255 = 21%

183
145
53

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

Portions of RGB colors in percentages

R + G + B =
183 + 145 + 53 = 381 (100%)
R 183 of 381 ~ 48.03%
G 145 of 381 ~ 38.06%
B 53 of 381 ~ 13.91%

%48.03
%38.06
%13.91

CMYK color model

#B79135 color CMYK value is (0,21,71,28).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 71.04%
  • key color value is 28.24%
CMYK:
(0,21,71,28)
C0M21Y71K28 
(0%,21%,71%,28%)
(0.00/0.21/0.71/0.28)	

CMYK percentages

%0
%20.77
%71.04
%28.24

Codes

Color #B79135 in popluar color models

B79135
RGB18314553
HSL42°55.08%46.27%
HSB/HSV42°71.04%71.76%
CMYK0.00%20.77%71.04%
28.24%

Color #B79135 in popluar number systems.

HEXB79135
Decimal18314553
Binary1011011110010001110101
Octal26722165

Shades and tints

Shades of #B79135

#B79135
(183,145,53)
#A78431
(167,132,49)
#97772D
(151,119,45)
#876A29
(135,106,41)
#775D25
(119,93,37)
#675021
(103,80,33)
#57431D
(87,67,29)
#473619
(71,54,25)
#372915
(55,41,21)
#271C11
(39,28,17)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #B79135

#B79135
(183,145,53)
#BD9B47
(189,155,71)
#C3A559
(195,165,89)
#C9AF6B
(201,175,107)
#CFB97D
(207,185,125)
#D5C38F
(213,195,143)
#DBCDA1
(219,205,161)
#E1D7B3
(225,215,179)
#E7E1C5
(231,225,197)
#EDEBD7
(237,235,215)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79135; }

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

This text font color is #B79135.


Background Color

.myBgColor { background-color: #B79135; }

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

This div background color is #B79135.


Border color

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

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

This div border color is #B79135.


Opacity

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

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

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

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

This text has shadow with #B79135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79135 on black background.


Color preview on white background

This text has color #B79135 on white background.



Black color preview on #B79135 background

This text has black color on #B79135 background.


White color preview on #B79135 background

This text has white color on #B79135 background.