COLOR #B78F3C

HEX: #B78F3C
RGB: (183,143,60)

Color info

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

RGB color model

#B78F3C color RGB value is (183,143,60).

  • red value is 183;
  • green value is 143;
  • blue value is 60.
RGB:
(183,143,60)
(72%,56%,24%)

RGB channels and saturation

R 183 of 255 = 72%
G 143 of 255 = 56%
B 60 of 255 = 24%

183
143
60

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

Portions of RGB colors in percentages

R + G + B =
183 + 143 + 60 = 386 (100%)
R 183 of 386 ~ 47.41%
G 143 of 386 ~ 37.05%
B 60 of 386 ~ 15.54%

%47.41
%37.05
%15.54

CMYK color model

#B78F3C color CMYK value is (0,22,67,28).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 67.21%
  • key color value is 28.24%
CMYK:
(0,22,67,28)
C0M22Y67K28 
(0%,22%,67%,28%)
(0.00/0.22/0.67/0.28)	

CMYK percentages

%0
%21.86
%67.21
%28.24

Codes

Color #B78F3C in popluar color models

B78F3C
RGB18314360
HSL40°50.62%47.65%
HSB/HSV40°67.21%71.76%
CMYK0.00%21.86%67.21%
28.24%

Color #B78F3C in popluar number systems.

HEXB78F3C
Decimal18314360
Binary1011011110001111111100
Octal26721774

Shades and tints

Shades of #B78F3C

#B78F3C
(183,143,60)
#A78237
(167,130,55)
#977532
(151,117,50)
#87682D
(135,104,45)
#775B28
(119,91,40)
#674E23
(103,78,35)
#57411E
(87,65,30)
#473419
(71,52,25)
#372714
(55,39,20)
#271A0F
(39,26,15)
#170D0A
(23,13,10)
#000000
(0,0,0)

Tints of #B78F3C

#B78F3C
(183,143,60)
#BD994D
(189,153,77)
#C3A35E
(195,163,94)
#C9AD6F
(201,173,111)
#CFB780
(207,183,128)
#D5C191
(213,193,145)
#DBCBA2
(219,203,162)
#E1D5B3
(225,213,179)
#E7DFC4
(231,223,196)
#EDE9D5
(237,233,213)
#F3F3E6
(243,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78F3C color. Also use rgb(183,143,60) instead hex code.

Text Font Color

.myTextColor { color: #B78F3C; }

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

This text font color is #B78F3C.


Background Color

.myBgColor { background-color: #B78F3C; }

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

This div background color is #B78F3C.


Border color

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

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

This div border color is #B78F3C.


Opacity

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

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

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

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

This text has shadow with #B78F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78F3C on black background.


Color preview on white background

This text has color #B78F3C on white background.



Black color preview on #B78F3C background

This text has black color on #B78F3C background.


White color preview on #B78F3C background

This text has white color on #B78F3C background.