COLOR #B4763D

HEX: #B4763D
RGB: (180,118,61)

Color info

#B4763D contains mainly red color. Web safe color of #B4763D is #CC6633 (or #C63).

RGB color model

#B4763D color RGB value is (180,118,61).

  • red value is 180;
  • green value is 118;
  • blue value is 61.
RGB:
(180,118,61)
(71%,46%,24%)

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 61 of 255 = 24%

180
118
61

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

Portions of RGB colors in percentages

R + G + B =
180 + 118 + 61 = 359 (100%)
R 180 of 359 ~ 50.14%
G 118 of 359 ~ 32.87%
B 61 of 359 ~ 16.99%

%50.14
%32.87
%16.99

CMYK color model

#B4763D color CMYK value is (0,34,66,29).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 66.11%
  • key color value is 29.41%
CMYK:
(0,34,66,29)
C0M34Y66K29 
(0%,34%,66%,29%)
(0.00/0.34/0.66/0.29)	

CMYK percentages

%0
%34.44
%66.11
%29.41

Codes

Color #B4763D in popluar color models

B4763D
RGB18011861
HSL29°49.38%47.25%
HSB/HSV29°66.11%70.59%
CMYK0.00%34.44%66.11%
29.41%

Color #B4763D in popluar number systems.

HEXB4763D
Decimal18011861
Binary101101001110110111101
Octal26416675

Shades and tints

Shades of #B4763D

#B4763D
(180,118,61)
#A46C38
(164,108,56)
#946233
(148,98,51)
#84582E
(132,88,46)
#744E29
(116,78,41)
#644424
(100,68,36)
#543A1F
(84,58,31)
#44301A
(68,48,26)
#342615
(52,38,21)
#241C10
(36,28,16)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #B4763D

#B4763D
(180,118,61)
#BA824E
(186,130,78)
#C08E5F
(192,142,95)
#C69A70
(198,154,112)
#CCA681
(204,166,129)
#D2B292
(210,178,146)
#D8BEA3
(216,190,163)
#DECAB4
(222,202,180)
#E4D6C5
(228,214,197)
#EAE2D6
(234,226,214)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4763D color. Also use rgb(180,118,61) instead hex code.

Text Font Color

.myTextColor { color: #B4763D; }

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

This text font color is #B4763D.


Background Color

.myBgColor { background-color: #B4763D; }

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

This div background color is #B4763D.


Border color

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

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

This div border color is #B4763D.


Opacity

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

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

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

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

This text has shadow with #B4763D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4763D on black background.


Color preview on white background

This text has color #B4763D on white background.



Black color preview on #B4763D background

This text has black color on #B4763D background.


White color preview on #B4763D background

This text has white color on #B4763D background.