COLOR #B07C35

HEX: #B07C35
RGB: (176,124,53)

Color info

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

RGB color model

#B07C35 color RGB value is (176,124,53).

  • red value is 176;
  • green value is 124;
  • blue value is 53.
RGB:
(176,124,53)
(69%,49%,21%)

RGB channels and saturation

R 176 of 255 = 69%
G 124 of 255 = 49%
B 53 of 255 = 21%

176
124
53

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

Portions of RGB colors in percentages

R + G + B =
176 + 124 + 53 = 353 (100%)
R 176 of 353 ~ 49.86%
G 124 of 353 ~ 35.13%
B 53 of 353 ~ 15.01%

%49.86
%35.13
%15.01

CMYK color model

#B07C35 color CMYK value is (0,30,70,31).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 69.89%
  • key color value is 30.98%
CMYK:
(0,30,70,31)
C0M30Y70K31 
(0%,30%,70%,31%)
(0.00/0.30/0.70/0.31)	

CMYK percentages

%0
%29.55
%69.89
%30.98

Codes

Color #B07C35 in popluar color models

B07C35
RGB17612453
HSL35°53.71%44.90%
HSB/HSV35°69.89%69.02%
CMYK0.00%29.55%69.89%
30.98%

Color #B07C35 in popluar number systems.

HEXB07C35
Decimal17612453
Binary101100001111100110101
Octal26017465

Shades and tints

Shades of #B07C35

#B07C35
(176,124,53)
#A07131
(160,113,49)
#90662D
(144,102,45)
#805B29
(128,91,41)
#705025
(112,80,37)
#604521
(96,69,33)
#503A1D
(80,58,29)
#402F19
(64,47,25)
#302415
(48,36,21)
#201911
(32,25,17)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #B07C35

#B07C35
(176,124,53)
#B78747
(183,135,71)
#BE9259
(190,146,89)
#C59D6B
(197,157,107)
#CCA87D
(204,168,125)
#D3B38F
(211,179,143)
#DABEA1
(218,190,161)
#E1C9B3
(225,201,179)
#E8D4C5
(232,212,197)
#EFDFD7
(239,223,215)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07C35 color. Also use rgb(176,124,53) instead hex code.

Text Font Color

.myTextColor { color: #B07C35; }

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

This text font color is #B07C35.


Background Color

.myBgColor { background-color: #B07C35; }

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

This div background color is #B07C35.


Border color

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

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

This div border color is #B07C35.


Opacity

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

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

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

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

This text has shadow with #B07C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07C35 on black background.


Color preview on white background

This text has color #B07C35 on white background.



Black color preview on #B07C35 background

This text has black color on #B07C35 background.


White color preview on #B07C35 background

This text has white color on #B07C35 background.