COLOR #B67D42

HEX: #B67D42
RGB: (182,125,66)

Color info

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

RGB color model

#B67D42 color RGB value is (182,125,66).

  • red value is 182;
  • green value is 125;
  • blue value is 66.
RGB:
(182,125,66)
(71%,49%,26%)

RGB channels and saturation

R 182 of 255 = 71%
G 125 of 255 = 49%
B 66 of 255 = 26%

182
125
66

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

Portions of RGB colors in percentages

R + G + B =
182 + 125 + 66 = 373 (100%)
R 182 of 373 ~ 48.79%
G 125 of 373 ~ 33.51%
B 66 of 373 ~ 17.69%

%48.79
%33.51
%17.69

CMYK color model

#B67D42 color CMYK value is (0,31,64,29).

  • cyan value is 0.00%
  • magenta value is 31.32%
  • yellow value is 63.74%
  • key color value is 28.63%
CMYK:
(0,31,64,29)
C0M31Y64K29 
(0%,31%,64%,29%)
(0.00/0.31/0.64/0.29)	

CMYK percentages

%0
%31.32
%63.74
%28.63

Codes

Color #B67D42 in popluar color models

B67D42
RGB18212566
HSL31°46.77%48.63%
HSB/HSV31°63.74%71.37%
CMYK0.00%31.32%63.74%
28.63%

Color #B67D42 in popluar number systems.

HEXB67D42
Decimal18212566
Binary1011011011111011000010
Octal266175102

Shades and tints

Shades of #B67D42

#B67D42
(182,125,66)
#A6723C
(166,114,60)
#966736
(150,103,54)
#865C30
(134,92,48)
#76512A
(118,81,42)
#664624
(102,70,36)
#563B1E
(86,59,30)
#463018
(70,48,24)
#362512
(54,37,18)
#261A0C
(38,26,12)
#160F06
(22,15,6)
#000000
(0,0,0)

Tints of #B67D42

#B67D42
(182,125,66)
#BC8853
(188,136,83)
#C29364
(194,147,100)
#C89E75
(200,158,117)
#CEA986
(206,169,134)
#D4B497
(212,180,151)
#DABFA8
(218,191,168)
#E0CAB9
(224,202,185)
#E6D5CA
(230,213,202)
#ECE0DB
(236,224,219)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67D42 color. Also use rgb(182,125,66) instead hex code.

Text Font Color

.myTextColor { color: #B67D42; }

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

This text font color is #B67D42.


Background Color

.myBgColor { background-color: #B67D42; }

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

This div background color is #B67D42.


Border color

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

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

This div border color is #B67D42.


Opacity

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

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

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

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

This text has shadow with #B67D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67D42 on black background.


Color preview on white background

This text has color #B67D42 on white background.



Black color preview on #B67D42 background

This text has black color on #B67D42 background.


White color preview on #B67D42 background

This text has white color on #B67D42 background.