COLOR #B67378

HEX: #B67378
RGB: (182,115,120)

Color info

#B67378 contains mainly red color. Web safe color of #B67378 is #CC6666 (or #C66).

RGB color model

#B67378 color RGB value is (182,115,120).

  • red value is 182;
  • green value is 115;
  • blue value is 120.
RGB:
(182,115,120)
(71%,45%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 115 of 255 = 45%
B 120 of 255 = 47%

182
115
120

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

Portions of RGB colors in percentages

R + G + B =
182 + 115 + 120 = 417 (100%)
R 182 of 417 ~ 43.65%
G 115 of 417 ~ 27.58%
B 120 of 417 ~ 28.78%

%43.65
%27.58
%28.78

CMYK color model

#B67378 color CMYK value is (0,37,34,29).

  • cyan value is 0.00%
  • magenta value is 36.81%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(0,37,34,29)
C0M37Y34K29 
(0%,37%,34%,29%)
(0.00/0.37/0.34/0.29)	

CMYK percentages

%0
%36.81
%34.07
%28.63

Codes

Color #B67378 in popluar color models

B67378
RGB182115120
HSL356°31.46%58.24%
HSB/HSV356°36.81%71.37%
CMYK0.00%36.81%34.07%
28.63%

Color #B67378 in popluar number systems.

HEXB67378
Decimal182115120
Binary1011011011100111111000
Octal266163170

Shades and tints

Shades of #B67378

#B67378
(182,115,120)
#A6696E
(166,105,110)
#965F64
(150,95,100)
#86555A
(134,85,90)
#764B50
(118,75,80)
#664146
(102,65,70)
#56373C
(86,55,60)
#462D32
(70,45,50)
#362328
(54,35,40)
#26191E
(38,25,30)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #B67378

#B67378
(182,115,120)
#BC7F84
(188,127,132)
#C28B90
(194,139,144)
#C8979C
(200,151,156)
#CEA3A8
(206,163,168)
#D4AFB4
(212,175,180)
#DABBC0
(218,187,192)
#E0C7CC
(224,199,204)
#E6D3D8
(230,211,216)
#ECDFE4
(236,223,228)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67378 color. Also use rgb(182,115,120) instead hex code.

Text Font Color

.myTextColor { color: #B67378; }

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

This text font color is #B67378.


Background Color

.myBgColor { background-color: #B67378; }

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

This div background color is #B67378.


Border color

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

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

This div border color is #B67378.


Opacity

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

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

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

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

This text has shadow with #B67378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67378 on black background.


Color preview on white background

This text has color #B67378 on white background.



Black color preview on #B67378 background

This text has black color on #B67378 background.


White color preview on #B67378 background

This text has white color on #B67378 background.