COLOR #B79368

HEX: #B79368
RGB: (183,147,104)

Color info

#B79368 contains mainly red and green colors. Web safe color of #B79368 is #CC9966 (or #C96).

RGB color model

#B79368 color RGB value is (183,147,104).

  • red value is 183;
  • green value is 147;
  • blue value is 104.
RGB:
(183,147,104)
(72%,58%,41%)

RGB channels and saturation

R 183 of 255 = 72%
G 147 of 255 = 58%
B 104 of 255 = 41%

183
147
104

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

Portions of RGB colors in percentages

R + G + B =
183 + 147 + 104 = 434 (100%)
R 183 of 434 ~ 42.17%
G 147 of 434 ~ 33.87%
B 104 of 434 ~ 23.96%

%42.17
%33.87
%23.96

CMYK color model

#B79368 color CMYK value is (0,20,43,28).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 43.17%
  • key color value is 28.24%
CMYK:
(0,20,43,28)
C0M20Y43K28 
(0%,20%,43%,28%)
(0.00/0.20/0.43/0.28)	

CMYK percentages

%0
%19.67
%43.17
%28.24

Codes

Color #B79368 in popluar color models

B79368
RGB183147104
HSL33°35.43%56.27%
HSB/HSV33°43.17%71.76%
CMYK0.00%19.67%43.17%
28.24%

Color #B79368 in popluar number systems.

HEXB79368
Decimal183147104
Binary10110111100100111101000
Octal267223150

Shades and tints

Shades of #B79368

#B79368
(183,147,104)
#A7865F
(167,134,95)
#977956
(151,121,86)
#876C4D
(135,108,77)
#775F44
(119,95,68)
#67523B
(103,82,59)
#574532
(87,69,50)
#473829
(71,56,41)
#372B20
(55,43,32)
#271E17
(39,30,23)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #B79368

#B79368
(183,147,104)
#BD9C75
(189,156,117)
#C3A582
(195,165,130)
#C9AE8F
(201,174,143)
#CFB79C
(207,183,156)
#D5C0A9
(213,192,169)
#DBC9B6
(219,201,182)
#E1D2C3
(225,210,195)
#E7DBD0
(231,219,208)
#EDE4DD
(237,228,221)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79368 color. Also use rgb(183,147,104) instead hex code.

Text Font Color

.myTextColor { color: #B79368; }

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

This text font color is #B79368.


Background Color

.myBgColor { background-color: #B79368; }

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

This div background color is #B79368.


Border color

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

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

This div border color is #B79368.


Opacity

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

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

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

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

This text has shadow with #B79368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79368 on black background.


Color preview on white background

This text has color #B79368 on white background.



Black color preview on #B79368 background

This text has black color on #B79368 background.


White color preview on #B79368 background

This text has white color on #B79368 background.