COLOR #762F2B

HEX: #762F2B
RGB: (118,47,43)

Color info

#762F2B contains mainly red color. Web safe color of #762F2B is #663333 (or #633).

RGB color model

#762F2B color RGB value is (118,47,43).

  • red value is 118;
  • green value is 47;
  • blue value is 43.
RGB:
(118,47,43)
(46%,18%,17%)

RGB channels and saturation

R 118 of 255 = 46%
G 47 of 255 = 18%
B 43 of 255 = 17%

118
47
43

R + G + B ~ 27%. #762F2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 47 + 43 = 208 (100%)
R 118 of 208 ~ 56.73%
G 47 of 208 ~ 22.6%
B 43 of 208 ~ 20.67%

%56.73
%22.6
%20.67

CMYK color model

#762F2B color CMYK value is (0,60,64,54).

  • cyan value is 0.00%
  • magenta value is 60.17%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(0,60,64,54)
C0M60Y64K54 
(0%,60%,64%,54%)
(0.00/0.60/0.64/0.54)	

CMYK percentages

%0
%60.17
%63.56
%53.73

Codes

Color #762F2B in popluar color models

762F2B
RGB1184743
HSL46.58%31.57%
HSB/HSV63.56%46.27%
CMYK0.00%60.17%63.56%
53.73%

Color #762F2B in popluar number systems.

HEX762F2B
Decimal1184743
Binary1110110101111101011
Octal1665753

Shades and tints

Shades of #762F2B

#762F2B
(118,47,43)
#6C2B28
(108,43,40)
#622725
(98,39,37)
#582322
(88,35,34)
#4E1F1F
(78,31,31)
#441B1C
(68,27,28)
#3A1719
(58,23,25)
#301316
(48,19,22)
#260F13
(38,15,19)
#1C0B10
(28,11,16)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #762F2B

#762F2B
(118,47,43)
#82413E
(130,65,62)
#8E5351
(142,83,81)
#9A6564
(154,101,100)
#A67777
(166,119,119)
#B2898A
(178,137,138)
#BE9B9D
(190,155,157)
#CAADB0
(202,173,176)
#D6BFC3
(214,191,195)
#E2D1D6
(226,209,214)
#EEE3E9
(238,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762F2B color. Also use rgb(118,47,43) instead hex code.

Text Font Color

.myTextColor { color: #762F2B; }

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

This text font color is #762F2B.


Background Color

.myBgColor { background-color: #762F2B; }

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

This div background color is #762F2B.


Border color

.myBorderColor { border: 1px solid #762F2B; }

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

This div border color is #762F2B.


Opacity

.myOpacity80 { color: #762F2B; opacity: 0.8; }

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

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

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

This text has shadow with #762F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762F2B on black background.


Color preview on white background

This text has color #762F2B on white background.



Black color preview on #762F2B background

This text has black color on #762F2B background.


White color preview on #762F2B background

This text has white color on #762F2B background.