COLOR #B4993F

HEX: #B4993F
RGB: (180,153,63)

Color info

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

RGB color model

#B4993F color RGB value is (180,153,63).

  • red value is 180;
  • green value is 153;
  • blue value is 63.
RGB:
(180,153,63)
(71%,60%,25%)

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 63 of 255 = 25%

180
153
63

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

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 63 = 396 (100%)
R 180 of 396 ~ 45.45%
G 153 of 396 ~ 38.64%
B 63 of 396 ~ 15.91%

%45.45
%38.64
%15.91

CMYK color model

#B4993F color CMYK value is (0,15,65,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 65.00%
  • key color value is 29.41%
CMYK:
(0,15,65,29)
C0M15Y65K29 
(0%,15%,65%,29%)
(0.00/0.15/0.65/0.29)	

CMYK percentages

%0
%15
%65
%29.41

Codes

Color #B4993F in popluar color models

B4993F
RGB18015363
HSL46°48.15%47.65%
HSB/HSV46°65.00%70.59%
CMYK0.00%15.00%65.00%
29.41%

Color #B4993F in popluar number systems.

HEXB4993F
Decimal18015363
Binary1011010010011001111111
Octal26423177

Shades and tints

Shades of #B4993F

#B4993F
(180,153,63)
#A48C3A
(164,140,58)
#947F35
(148,127,53)
#847230
(132,114,48)
#74652B
(116,101,43)
#645826
(100,88,38)
#544B21
(84,75,33)
#443E1C
(68,62,28)
#343117
(52,49,23)
#242412
(36,36,18)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #B4993F

#B4993F
(180,153,63)
#BAA250
(186,162,80)
#C0AB61
(192,171,97)
#C6B472
(198,180,114)
#CCBD83
(204,189,131)
#D2C694
(210,198,148)
#D8CFA5
(216,207,165)
#DED8B6
(222,216,182)
#E4E1C7
(228,225,199)
#EAEAD8
(234,234,216)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4993F color. Also use rgb(180,153,63) instead hex code.

Text Font Color

.myTextColor { color: #B4993F; }

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

This text font color is #B4993F.


Background Color

.myBgColor { background-color: #B4993F; }

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

This div background color is #B4993F.


Border color

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

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

This div border color is #B4993F.


Opacity

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

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

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

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

This text has shadow with #B4993F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4993F on black background.


Color preview on white background

This text has color #B4993F on white background.



Black color preview on #B4993F background

This text has black color on #B4993F background.


White color preview on #B4993F background

This text has white color on #B4993F background.