COLOR #B79C3E

HEX: #B79C3E
RGB: (183,156,62)

Color info

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

RGB color model

#B79C3E color RGB value is (183,156,62).

  • red value is 183;
  • green value is 156;
  • blue value is 62.
RGB:
(183,156,62)
(72%,61%,24%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 62 of 255 = 24%

183
156
62

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

Portions of RGB colors in percentages

R + G + B =
183 + 156 + 62 = 401 (100%)
R 183 of 401 ~ 45.64%
G 156 of 401 ~ 38.9%
B 62 of 401 ~ 15.46%

%45.64
%38.9
%15.46

CMYK color model

#B79C3E color CMYK value is (0,15,66,28).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 66.12%
  • key color value is 28.24%
CMYK:
(0,15,66,28)
C0M15Y66K28 
(0%,15%,66%,28%)
(0.00/0.15/0.66/0.28)	

CMYK percentages

%0
%14.75
%66.12
%28.24

Codes

Color #B79C3E in popluar color models

B79C3E
RGB18315662
HSL47°49.39%48.04%
HSB/HSV47°66.12%71.76%
CMYK0.00%14.75%66.12%
28.24%

Color #B79C3E in popluar number systems.

HEXB79C3E
Decimal18315662
Binary1011011110011100111110
Octal26723476

Shades and tints

Shades of #B79C3E

#B79C3E
(183,156,62)
#A78E39
(167,142,57)
#978034
(151,128,52)
#87722F
(135,114,47)
#77642A
(119,100,42)
#675625
(103,86,37)
#574820
(87,72,32)
#473A1B
(71,58,27)
#372C16
(55,44,22)
#271E11
(39,30,17)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #B79C3E

#B79C3E
(183,156,62)
#BDA54F
(189,165,79)
#C3AE60
(195,174,96)
#C9B771
(201,183,113)
#CFC082
(207,192,130)
#D5C993
(213,201,147)
#DBD2A4
(219,210,164)
#E1DBB5
(225,219,181)
#E7E4C6
(231,228,198)
#EDEDD7
(237,237,215)
#F3F6E8
(243,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79C3E color. Also use rgb(183,156,62) instead hex code.

Text Font Color

.myTextColor { color: #B79C3E; }

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

This text font color is #B79C3E.


Background Color

.myBgColor { background-color: #B79C3E; }

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

This div background color is #B79C3E.


Border color

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

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

This div border color is #B79C3E.


Opacity

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

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

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

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

This text has shadow with #B79C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79C3E on black background.


Color preview on white background

This text has color #B79C3E on white background.



Black color preview on #B79C3E background

This text has black color on #B79C3E background.


White color preview on #B79C3E background

This text has white color on #B79C3E background.