COLOR #B68423

HEX: #B68423
RGB: (182,132,35)

Color info

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

RGB color model

#B68423 color RGB value is (182,132,35).

  • red value is 182;
  • green value is 132;
  • blue value is 35.
RGB:
(182,132,35)
(71%,52%,14%)

RGB channels and saturation

R 182 of 255 = 71%
G 132 of 255 = 52%
B 35 of 255 = 14%

182
132
35

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

Portions of RGB colors in percentages

R + G + B =
182 + 132 + 35 = 349 (100%)
R 182 of 349 ~ 52.15%
G 132 of 349 ~ 37.82%
B 35 of 349 ~ 10.03%

%52.15
%37.82
%10.03

CMYK color model

#B68423 color CMYK value is (0,27,81,29).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 80.77%
  • key color value is 28.63%
CMYK:
(0,27,81,29)
C0M27Y81K29 
(0%,27%,81%,29%)
(0.00/0.27/0.81/0.29)	

CMYK percentages

%0
%27.47
%80.77
%28.63

Codes

Color #B68423 in popluar color models

B68423
RGB18213235
HSL40°67.74%42.55%
HSB/HSV40°80.77%71.37%
CMYK0.00%27.47%80.77%
28.63%

Color #B68423 in popluar number systems.

HEXB68423
Decimal18213235
Binary1011011010000100100011
Octal26620443

Shades and tints

Shades of #B68423

#B68423
(182,132,35)
#A67820
(166,120,32)
#966C1D
(150,108,29)
#86601A
(134,96,26)
#765417
(118,84,23)
#664814
(102,72,20)
#563C11
(86,60,17)
#46300E
(70,48,14)
#36240B
(54,36,11)
#261808
(38,24,8)
#160C05
(22,12,5)
#000000
(0,0,0)

Tints of #B68423

#B68423
(182,132,35)
#BC8F37
(188,143,55)
#C29A4B
(194,154,75)
#C8A55F
(200,165,95)
#CEB073
(206,176,115)
#D4BB87
(212,187,135)
#DAC69B
(218,198,155)
#E0D1AF
(224,209,175)
#E6DCC3
(230,220,195)
#ECE7D7
(236,231,215)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68423 color. Also use rgb(182,132,35) instead hex code.

Text Font Color

.myTextColor { color: #B68423; }

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

This text font color is #B68423.


Background Color

.myBgColor { background-color: #B68423; }

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

This div background color is #B68423.


Border color

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

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

This div border color is #B68423.


Opacity

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

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

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

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

This text has shadow with #B68423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68423 on black background.


Color preview on white background

This text has color #B68423 on white background.



Black color preview on #B68423 background

This text has black color on #B68423 background.


White color preview on #B68423 background

This text has white color on #B68423 background.