COLOR #B74B44

HEX: #B74B44
RGB: (183,75,68)

Color info

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

RGB color model

#B74B44 color RGB value is (183,75,68).

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

RGB channels and saturation

R 183 of 255 = 72%
G 75 of 255 = 29%
B 68 of 255 = 27%

183
75
68

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

Portions of RGB colors in percentages

R + G + B =
183 + 75 + 68 = 326 (100%)
R 183 of 326 ~ 56.13%
G 75 of 326 ~ 23.01%
B 68 of 326 ~ 20.86%

%56.13
%23.01
%20.86

CMYK color model

#B74B44 color CMYK value is (0,59,63,28).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 62.84%
  • key color value is 28.24%
CMYK:
(0,59,63,28)
C0M59Y63K28 
(0%,59%,63%,28%)
(0.00/0.59/0.63/0.28)	

CMYK percentages

%0
%59.02
%62.84
%28.24

Codes

Color #B74B44 in popluar color models

B74B44
RGB1837568
HSL45.82%49.22%
HSB/HSV62.84%71.76%
CMYK0.00%59.02%62.84%
28.24%

Color #B74B44 in popluar number systems.

HEXB74B44
Decimal1837568
Binary1011011110010111000100
Octal267113104

Shades and tints

Shades of #B74B44

#B74B44
(183,75,68)
#A7453E
(167,69,62)
#973F38
(151,63,56)
#873932
(135,57,50)
#77332C
(119,51,44)
#672D26
(103,45,38)
#572720
(87,39,32)
#47211A
(71,33,26)
#371B14
(55,27,20)
#27150E
(39,21,14)
#170F08
(23,15,8)
#000000
(0,0,0)

Tints of #B74B44

#B74B44
(183,75,68)
#BD5B55
(189,91,85)
#C36B66
(195,107,102)
#C97B77
(201,123,119)
#CF8B88
(207,139,136)
#D59B99
(213,155,153)
#DBABAA
(219,171,170)
#E1BBBB
(225,187,187)
#E7CBCC
(231,203,204)
#EDDBDD
(237,219,221)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B74B44; }

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

This text font color is #B74B44.


Background Color

.myBgColor { background-color: #B74B44; }

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

This div background color is #B74B44.


Border color

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

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

This div border color is #B74B44.


Opacity

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

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

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

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

This text has shadow with #B74B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74B44 on black background.


Color preview on white background

This text has color #B74B44 on white background.



Black color preview on #B74B44 background

This text has black color on #B74B44 background.


White color preview on #B74B44 background

This text has white color on #B74B44 background.