COLOR #B25F3F

HEX: #B25F3F
RGB: (178,95,63)

Color info

#B25F3F contains mainly red color. Web safe color of #B25F3F is #996633 (or #963).

RGB color model

#B25F3F color RGB value is (178,95,63).

  • red value is 178;
  • green value is 95;
  • blue value is 63.
RGB:
(178,95,63)
(70%,37%,25%)

RGB channels and saturation

R 178 of 255 = 70%
G 95 of 255 = 37%
B 63 of 255 = 25%

178
95
63

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

Portions of RGB colors in percentages

R + G + B =
178 + 95 + 63 = 336 (100%)
R 178 of 336 ~ 52.98%
G 95 of 336 ~ 28.27%
B 63 of 336 ~ 18.75%

%52.98
%28.27
%18.75

CMYK color model

#B25F3F color CMYK value is (0,47,65,30).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 64.61%
  • key color value is 30.20%
CMYK:
(0,47,65,30)
C0M47Y65K30 
(0%,47%,65%,30%)
(0.00/0.47/0.65/0.30)	

CMYK percentages

%0
%46.63
%64.61
%30.2

Codes

Color #B25F3F in popluar color models

B25F3F
RGB1789563
HSL17°47.72%47.25%
HSB/HSV17°64.61%69.80%
CMYK0.00%46.63%64.61%
30.20%

Color #B25F3F in popluar number systems.

HEXB25F3F
Decimal1789563
Binary101100101011111111111
Octal26213777

Shades and tints

Shades of #B25F3F

#B25F3F
(178,95,63)
#A2573A
(162,87,58)
#924F35
(146,79,53)
#824730
(130,71,48)
#723F2B
(114,63,43)
#623726
(98,55,38)
#522F21
(82,47,33)
#42271C
(66,39,28)
#321F17
(50,31,23)
#221712
(34,23,18)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #B25F3F

#B25F3F
(178,95,63)
#B96D50
(185,109,80)
#C07B61
(192,123,97)
#C78972
(199,137,114)
#CE9783
(206,151,131)
#D5A594
(213,165,148)
#DCB3A5
(220,179,165)
#E3C1B6
(227,193,182)
#EACFC7
(234,207,199)
#F1DDD8
(241,221,216)
#F8EBE9
(248,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25F3F color. Also use rgb(178,95,63) instead hex code.

Text Font Color

.myTextColor { color: #B25F3F; }

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

This text font color is #B25F3F.


Background Color

.myBgColor { background-color: #B25F3F; }

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

This div background color is #B25F3F.


Border color

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

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

This div border color is #B25F3F.


Opacity

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

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

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

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

This text has shadow with #B25F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25F3F on black background.


Color preview on white background

This text has color #B25F3F on white background.



Black color preview on #B25F3F background

This text has black color on #B25F3F background.


White color preview on #B25F3F background

This text has white color on #B25F3F background.