COLOR #B14703

HEX: #B14703
RGB: (177,71,3)

Color info

#B14703 contains mainly red color. Web safe color of #B14703 is #993300 (or #930).

RGB color model

#B14703 color RGB value is (177,71,3).

  • red value is 177;
  • green value is 71;
  • blue value is 3.
RGB:
(177,71,3)
(69%,28%,1%)

RGB channels and saturation

R 177 of 255 = 69%
G 71 of 255 = 28%
B 3 of 255 = 1%

177
71
3

R + G + B ~ 33%. #B14703 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 71 + 3 = 251 (100%)
R 177 of 251 ~ 70.52%
G 71 of 251 ~ 28.29%
B 3 of 251 ~ 1.2%

%70.52
%28.29

CMYK color model

#B14703 color CMYK value is (0,60,98,31).

  • cyan value is 0.00%
  • magenta value is 59.89%
  • yellow value is 98.31%
  • key color value is 30.59%
CMYK:
(0,60,98,31)
C0M60Y98K31 
(0%,60%,98%,31%)
(0.00/0.60/0.98/0.31)	

CMYK percentages

%0
%59.89
%98.31
%30.59

Codes

Color #B14703 in popluar color models

B14703
RGB177713
HSL23°96.67%35.29%
HSB/HSV23°98.31%69.41%
CMYK0.00%59.89%98.31%
30.59%

Color #B14703 in popluar number systems.

HEXB14703
Decimal177713
Binary10110001100011111
Octal2611073

Shades and tints

Shades of #B14703

#B14703
(177,71,3)
#A14103
(161,65,3)
#913B03
(145,59,3)
#813503
(129,53,3)
#712F03
(113,47,3)
#612903
(97,41,3)
#512303
(81,35,3)
#411D03
(65,29,3)
#311703
(49,23,3)
#211103
(33,17,3)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #B14703

#B14703
(177,71,3)
#B85719
(184,87,25)
#BF672F
(191,103,47)
#C67745
(198,119,69)
#CD875B
(205,135,91)
#D49771
(212,151,113)
#DBA787
(219,167,135)
#E2B79D
(226,183,157)
#E9C7B3
(233,199,179)
#F0D7C9
(240,215,201)
#F7E7DF
(247,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14703 color. Also use rgb(177,71,3) instead hex code.

Text Font Color

.myTextColor { color: #B14703; }

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

This text font color is #B14703.


Background Color

.myBgColor { background-color: #B14703; }

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

This div background color is #B14703.


Border color

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

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

This div border color is #B14703.


Opacity

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

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

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

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

This text has shadow with #B14703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14703 on black background.


Color preview on white background

This text has color #B14703 on white background.



Black color preview on #B14703 background

This text has black color on #B14703 background.


White color preview on #B14703 background

This text has white color on #B14703 background.