COLOR #76231B

HEX: #76231B
RGB: (118,35,27)

Color info

#76231B contains mainly red color. Web safe color of #76231B is #663333 (or #633).

RGB color model

#76231B color RGB value is (118,35,27).

  • red value is 118;
  • green value is 35;
  • blue value is 27.
RGB:
(118,35,27)
(46%,14%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 35 of 255 = 14%
B 27 of 255 = 11%

118
35
27

R + G + B ~ 24%. #76231B is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 35 + 27 = 180 (100%)
R 118 of 180 ~ 65.56%
G 35 of 180 ~ 19.44%
B 27 of 180 ~ 15%

%65.56
%19.44
%15

CMYK color model

#76231B color CMYK value is (0,70,77,54).

  • cyan value is 0.00%
  • magenta value is 70.34%
  • yellow value is 77.12%
  • key color value is 53.73%
CMYK:
(0,70,77,54)
C0M70Y77K54 
(0%,70%,77%,54%)
(0.00/0.70/0.77/0.54)	

CMYK percentages

%0
%70.34
%77.12
%53.73

Codes

Color #76231B in popluar color models

76231B
RGB1183527
HSL62.76%28.43%
HSB/HSV77.12%46.27%
CMYK0.00%70.34%77.12%
53.73%

Color #76231B in popluar number systems.

HEX76231B
Decimal1183527
Binary111011010001111011
Octal1664333

Shades and tints

Shades of #76231B

#76231B
(118,35,27)
#6C2019
(108,32,25)
#621D17
(98,29,23)
#581A15
(88,26,21)
#4E1713
(78,23,19)
#441411
(68,20,17)
#3A110F
(58,17,15)
#300E0D
(48,14,13)
#260B0B
(38,11,11)
#1C0809
(28,8,9)
#120507
(18,5,7)
#000000
(0,0,0)

Tints of #76231B

#76231B
(118,35,27)
#82372F
(130,55,47)
#8E4B43
(142,75,67)
#9A5F57
(154,95,87)
#A6736B
(166,115,107)
#B2877F
(178,135,127)
#BE9B93
(190,155,147)
#CAAFA7
(202,175,167)
#D6C3BB
(214,195,187)
#E2D7CF
(226,215,207)
#EEEBE3
(238,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76231B color. Also use rgb(118,35,27) instead hex code.

Text Font Color

.myTextColor { color: #76231B; }

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

This text font color is #76231B.


Background Color

.myBgColor { background-color: #76231B; }

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

This div background color is #76231B.


Border color

.myBorderColor { border: 1px solid #76231B; }

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

This div border color is #76231B.


Opacity

.myOpacity80 { color: #76231B; opacity: 0.8; }

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

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

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

This text has shadow with #76231B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76231B on black background.


Color preview on white background

This text has color #76231B on white background.



Black color preview on #76231B background

This text has black color on #76231B background.


White color preview on #76231B background

This text has white color on #76231B background.