COLOR #B74425

HEX: #B74425
RGB: (183,68,37)

Color info

#B74425 contains mainly red color. Web safe color of #B74425 is #CC3333 (or #C33).

RGB color model

#B74425 color RGB value is (183,68,37).

  • red value is 183;
  • green value is 68;
  • blue value is 37.
RGB:
(183,68,37)
(72%,27%,15%)

RGB channels and saturation

R 183 of 255 = 72%
G 68 of 255 = 27%
B 37 of 255 = 15%

183
68
37

R + G + B ~ 38%. #B74425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 68 + 37 = 288 (100%)
R 183 of 288 ~ 63.54%
G 68 of 288 ~ 23.61%
B 37 of 288 ~ 12.85%

%63.54
%23.61
%12.85

CMYK color model

#B74425 color CMYK value is (0,63,80,28).

  • cyan value is 0.00%
  • magenta value is 62.84%
  • yellow value is 79.78%
  • key color value is 28.24%
CMYK:
(0,63,80,28)
C0M63Y80K28 
(0%,63%,80%,28%)
(0.00/0.63/0.80/0.28)	

CMYK percentages

%0
%62.84
%79.78
%28.24

Codes

Color #B74425 in popluar color models

B74425
RGB1836837
HSL13°66.36%43.14%
HSB/HSV13°79.78%71.76%
CMYK0.00%62.84%79.78%
28.24%

Color #B74425 in popluar number systems.

HEXB74425
Decimal1836837
Binary101101111000100100101
Octal26710445

Shades and tints

Shades of #B74425

#B74425
(183,68,37)
#A73E22
(167,62,34)
#97381F
(151,56,31)
#87321C
(135,50,28)
#772C19
(119,44,25)
#672616
(103,38,22)
#572013
(87,32,19)
#471A10
(71,26,16)
#37140D
(55,20,13)
#270E0A
(39,14,10)
#170807
(23,8,7)
#000000
(0,0,0)

Tints of #B74425

#B74425
(183,68,37)
#BD5538
(189,85,56)
#C3664B
(195,102,75)
#C9775E
(201,119,94)
#CF8871
(207,136,113)
#D59984
(213,153,132)
#DBAA97
(219,170,151)
#E1BBAA
(225,187,170)
#E7CCBD
(231,204,189)
#EDDDD0
(237,221,208)
#F3EEE3
(243,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74425 color. Also use rgb(183,68,37) instead hex code.

Text Font Color

.myTextColor { color: #B74425; }

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

This text font color is #B74425.


Background Color

.myBgColor { background-color: #B74425; }

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

This div background color is #B74425.


Border color

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

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

This div border color is #B74425.


Opacity

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

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

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

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

This text has shadow with #B74425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74425 on black background.


Color preview on white background

This text has color #B74425 on white background.



Black color preview on #B74425 background

This text has black color on #B74425 background.


White color preview on #B74425 background

This text has white color on #B74425 background.