COLOR #833E4A

HEX: #833E4A
RGB: (131,62,74)

Color info

#833E4A contains mainly red and blue colors. Web safe color of #833E4A is #993333 (or #933).

RGB color model

#833E4A color RGB value is (131,62,74).

  • red value is 131;
  • green value is 62;
  • blue value is 74.
RGB:
(131,62,74)
(51%,24%,29%)

RGB channels and saturation

R 131 of 255 = 51%
G 62 of 255 = 24%
B 74 of 255 = 29%

131
62
74

R + G + B ~ 35%. #833E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 62 + 74 = 267 (100%)
R 131 of 267 ~ 49.06%
G 62 of 267 ~ 23.22%
B 74 of 267 ~ 27.72%

%49.06
%23.22
%27.72

CMYK color model

#833E4A color CMYK value is (0,53,44,49).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 43.51%
  • key color value is 48.63%
CMYK:
(0,53,44,49)
C0M53Y44K49 
(0%,53%,44%,49%)
(0.00/0.53/0.44/0.49)	

CMYK percentages

%0
%52.67
%43.51
%48.63

Codes

Color #833E4A in popluar color models

833E4A
RGB1316274
HSL350°35.75%37.84%
HSB/HSV350°52.67%51.37%
CMYK0.00%52.67%43.51%
48.63%

Color #833E4A in popluar number systems.

HEX833E4A
Decimal1316274
Binary100000111111101001010
Octal20376112

Shades and tints

Shades of #833E4A

#833E4A
(131,62,74)
#783944
(120,57,68)
#6D343E
(109,52,62)
#622F38
(98,47,56)
#572A32
(87,42,50)
#4C252C
(76,37,44)
#412026
(65,32,38)
#361B20
(54,27,32)
#2B161A
(43,22,26)
#201114
(32,17,20)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #833E4A

#833E4A
(131,62,74)
#8E4F5A
(142,79,90)
#99606A
(153,96,106)
#A4717A
(164,113,122)
#AF828A
(175,130,138)
#BA939A
(186,147,154)
#C5A4AA
(197,164,170)
#D0B5BA
(208,181,186)
#DBC6CA
(219,198,202)
#E6D7DA
(230,215,218)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833E4A color. Also use rgb(131,62,74) instead hex code.

Text Font Color

.myTextColor { color: #833E4A; }

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

This text font color is #833E4A.


Background Color

.myBgColor { background-color: #833E4A; }

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

This div background color is #833E4A.


Border color

.myBorderColor { border: 1px solid #833E4A; }

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

This div border color is #833E4A.


Opacity

.myOpacity80 { color: #833E4A; opacity: 0.8; }

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

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

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

This text has shadow with #833E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833E4A on black background.


Color preview on white background

This text has color #833E4A on white background.



Black color preview on #833E4A background

This text has black color on #833E4A background.


White color preview on #833E4A background

This text has white color on #833E4A background.