COLOR #B52607

HEX: #B52607
RGB: (181,38,7)

Color info

#B52607 contains mainly red color. Web safe color of #B52607 is #CC3300 (or #C30).

RGB color model

#B52607 color RGB value is (181,38,7).

  • red value is 181;
  • green value is 38;
  • blue value is 7.
RGB:
(181,38,7)
(71%,15%,3%)

RGB channels and saturation

R 181 of 255 = 71%
G 38 of 255 = 15%
B 7 of 255 = 3%

181
38
7

R + G + B ~ 30%. #B52607 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 38 + 7 = 226 (100%)
R 181 of 226 ~ 80.09%
G 38 of 226 ~ 16.81%
B 7 of 226 ~ 3.1%

%80.09
%16.81

CMYK color model

#B52607 color CMYK value is (0,79,96,29).

  • cyan value is 0.00%
  • magenta value is 79.01%
  • yellow value is 96.13%
  • key color value is 29.02%
CMYK:
(0,79,96,29)
C0M79Y96K29 
(0%,79%,96%,29%)
(0.00/0.79/0.96/0.29)	

CMYK percentages

%0
%79.01
%96.13
%29.02

Codes

Color #B52607 in popluar color models

B52607
RGB181387
HSL11°92.55%36.86%
HSB/HSV11°96.13%70.98%
CMYK0.00%79.01%96.13%
29.02%

Color #B52607 in popluar number systems.

HEXB52607
Decimal181387
Binary10110101100110111
Octal265467

Shades and tints

Shades of #B52607

#B52607
(181,38,7)
#A52307
(165,35,7)
#952007
(149,32,7)
#851D07
(133,29,7)
#751A07
(117,26,7)
#651707
(101,23,7)
#551407
(85,20,7)
#451107
(69,17,7)
#350E07
(53,14,7)
#250B07
(37,11,7)
#150807
(21,8,7)
#000000
(0,0,0)

Tints of #B52607

#B52607
(181,38,7)
#BB391D
(187,57,29)
#C14C33
(193,76,51)
#C75F49
(199,95,73)
#CD725F
(205,114,95)
#D38575
(211,133,117)
#D9988B
(217,152,139)
#DFABA1
(223,171,161)
#E5BEB7
(229,190,183)
#EBD1CD
(235,209,205)
#F1E4E3
(241,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B52607 color. Also use rgb(181,38,7) instead hex code.

Text Font Color

.myTextColor { color: #B52607; }

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

This text font color is #B52607.


Background Color

.myBgColor { background-color: #B52607; }

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

This div background color is #B52607.


Border color

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

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

This div border color is #B52607.


Opacity

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

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

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

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

This text has shadow with #B52607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B52607 on black background.


Color preview on white background

This text has color #B52607 on white background.



Black color preview on #B52607 background

This text has black color on #B52607 background.


White color preview on #B52607 background

This text has white color on #B52607 background.