COLOR #B3993C

HEX: #B3993C
RGB: (179,153,60)

Color info

#B3993C contains mainly red and green colors. Web safe color of #B3993C is #999933 (or #993).

RGB color model

#B3993C color RGB value is (179,153,60).

  • red value is 179;
  • green value is 153;
  • blue value is 60.
RGB:
(179,153,60)
(70%,60%,24%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 60 of 255 = 24%

179
153
60

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

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 60 = 392 (100%)
R 179 of 392 ~ 45.66%
G 153 of 392 ~ 39.03%
B 60 of 392 ~ 15.31%

%45.66
%39.03
%15.31

CMYK color model

#B3993C color CMYK value is (0,15,66,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 66.48%
  • key color value is 29.80%
CMYK:
(0,15,66,30)
C0M15Y66K30 
(0%,15%,66%,30%)
(0.00/0.15/0.66/0.30)	

CMYK percentages

%0
%14.53
%66.48
%29.8

Codes

Color #B3993C in popluar color models

B3993C
RGB17915360
HSL47°49.79%46.86%
HSB/HSV47°66.48%70.20%
CMYK0.00%14.53%66.48%
29.80%

Color #B3993C in popluar number systems.

HEXB3993C
Decimal17915360
Binary1011001110011001111100
Octal26323174

Shades and tints

Shades of #B3993C

#B3993C
(179,153,60)
#A38C37
(163,140,55)
#937F32
(147,127,50)
#83722D
(131,114,45)
#736528
(115,101,40)
#635823
(99,88,35)
#534B1E
(83,75,30)
#433E19
(67,62,25)
#333114
(51,49,20)
#23240F
(35,36,15)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #B3993C

#B3993C
(179,153,60)
#B9A24D
(185,162,77)
#BFAB5E
(191,171,94)
#C5B46F
(197,180,111)
#CBBD80
(203,189,128)
#D1C691
(209,198,145)
#D7CFA2
(215,207,162)
#DDD8B3
(221,216,179)
#E3E1C4
(227,225,196)
#E9EAD5
(233,234,213)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3993C color. Also use rgb(179,153,60) instead hex code.

Text Font Color

.myTextColor { color: #B3993C; }

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

This text font color is #B3993C.


Background Color

.myBgColor { background-color: #B3993C; }

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

This div background color is #B3993C.


Border color

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

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

This div border color is #B3993C.


Opacity

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

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

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

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

This text has shadow with #B3993C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3993C on black background.


Color preview on white background

This text has color #B3993C on white background.



Black color preview on #B3993C background

This text has black color on #B3993C background.


White color preview on #B3993C background

This text has white color on #B3993C background.