COLOR #B07D4A

HEX: #B07D4A
RGB: (176,125,74)

Color info

#B07D4A contains mainly red and green colors. Web safe color of #B07D4A is #996633 (or #963).

RGB color model

#B07D4A color RGB value is (176,125,74).

  • red value is 176;
  • green value is 125;
  • blue value is 74.
RGB:
(176,125,74)
(69%,49%,29%)

RGB channels and saturation

R 176 of 255 = 69%
G 125 of 255 = 49%
B 74 of 255 = 29%

176
125
74

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

Portions of RGB colors in percentages

R + G + B =
176 + 125 + 74 = 375 (100%)
R 176 of 375 ~ 46.93%
G 125 of 375 ~ 33.33%
B 74 of 375 ~ 19.73%

%46.93
%33.33
%19.73

CMYK color model

#B07D4A color CMYK value is (0,29,58,31).

  • cyan value is 0.00%
  • magenta value is 28.98%
  • yellow value is 57.95%
  • key color value is 30.98%
CMYK:
(0,29,58,31)
C0M29Y58K31 
(0%,29%,58%,31%)
(0.00/0.29/0.58/0.31)	

CMYK percentages

%0
%28.98
%57.95
%30.98

Codes

Color #B07D4A in popluar color models

B07D4A
RGB17612574
HSL30°40.80%49.02%
HSB/HSV30°57.95%69.02%
CMYK0.00%28.98%57.95%
30.98%

Color #B07D4A in popluar number systems.

HEXB07D4A
Decimal17612574
Binary1011000011111011001010
Octal260175112

Shades and tints

Shades of #B07D4A

#B07D4A
(176,125,74)
#A07244
(160,114,68)
#90673E
(144,103,62)
#805C38
(128,92,56)
#705132
(112,81,50)
#60462C
(96,70,44)
#503B26
(80,59,38)
#403020
(64,48,32)
#30251A
(48,37,26)
#201A14
(32,26,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #B07D4A

#B07D4A
(176,125,74)
#B7885A
(183,136,90)
#BE936A
(190,147,106)
#C59E7A
(197,158,122)
#CCA98A
(204,169,138)
#D3B49A
(211,180,154)
#DABFAA
(218,191,170)
#E1CABA
(225,202,186)
#E8D5CA
(232,213,202)
#EFE0DA
(239,224,218)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07D4A color. Also use rgb(176,125,74) instead hex code.

Text Font Color

.myTextColor { color: #B07D4A; }

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

This text font color is #B07D4A.


Background Color

.myBgColor { background-color: #B07D4A; }

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

This div background color is #B07D4A.


Border color

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

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

This div border color is #B07D4A.


Opacity

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

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

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

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

This text has shadow with #B07D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07D4A on black background.


Color preview on white background

This text has color #B07D4A on white background.



Black color preview on #B07D4A background

This text has black color on #B07D4A background.


White color preview on #B07D4A background

This text has white color on #B07D4A background.