COLOR #B68038

HEX: #B68038
RGB: (182,128,56)

Color info

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

RGB color model

#B68038 color RGB value is (182,128,56).

  • red value is 182;
  • green value is 128;
  • blue value is 56.
RGB:
(182,128,56)
(71%,50%,22%)

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 56 of 255 = 22%

182
128
56

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

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 56 = 366 (100%)
R 182 of 366 ~ 49.73%
G 128 of 366 ~ 34.97%
B 56 of 366 ~ 15.3%

%49.73
%34.97
%15.3

CMYK color model

#B68038 color CMYK value is (0,30,69,29).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 69.23%
  • key color value is 28.63%
CMYK:
(0,30,69,29)
C0M30Y69K29 
(0%,30%,69%,29%)
(0.00/0.30/0.69/0.29)	

CMYK percentages

%0
%29.67
%69.23
%28.63

Codes

Color #B68038 in popluar color models

B68038
RGB18212856
HSL34°52.94%46.67%
HSB/HSV34°69.23%71.37%
CMYK0.00%29.67%69.23%
28.63%

Color #B68038 in popluar number systems.

HEXB68038
Decimal18212856
Binary1011011010000000111000
Octal26620070

Shades and tints

Shades of #B68038

#B68038
(182,128,56)
#A67533
(166,117,51)
#966A2E
(150,106,46)
#865F29
(134,95,41)
#765424
(118,84,36)
#66491F
(102,73,31)
#563E1A
(86,62,26)
#463315
(70,51,21)
#362810
(54,40,16)
#261D0B
(38,29,11)
#161206
(22,18,6)
#000000
(0,0,0)

Tints of #B68038

#B68038
(182,128,56)
#BC8B4A
(188,139,74)
#C2965C
(194,150,92)
#C8A16E
(200,161,110)
#CEAC80
(206,172,128)
#D4B792
(212,183,146)
#DAC2A4
(218,194,164)
#E0CDB6
(224,205,182)
#E6D8C8
(230,216,200)
#ECE3DA
(236,227,218)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68038 color. Also use rgb(182,128,56) instead hex code.

Text Font Color

.myTextColor { color: #B68038; }

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

This text font color is #B68038.


Background Color

.myBgColor { background-color: #B68038; }

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

This div background color is #B68038.


Border color

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

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

This div border color is #B68038.


Opacity

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

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

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

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

This text has shadow with #B68038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68038 on black background.


Color preview on white background

This text has color #B68038 on white background.



Black color preview on #B68038 background

This text has black color on #B68038 background.


White color preview on #B68038 background

This text has white color on #B68038 background.