COLOR #A83B36

HEX: #A83B36
RGB: (168,59,54)

Color info

#A83B36 contains mainly red color. Web safe color of #A83B36 is #993333 (or #933).

RGB color model

#A83B36 color RGB value is (168,59,54).

  • red value is 168;
  • green value is 59;
  • blue value is 54.
RGB:
(168,59,54)
(66%,23%,21%)

RGB channels and saturation

R 168 of 255 = 66%
G 59 of 255 = 23%
B 54 of 255 = 21%

168
59
54

R + G + B ~ 37%. #A83B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 59 + 54 = 281 (100%)
R 168 of 281 ~ 59.79%
G 59 of 281 ~ 21%
B 54 of 281 ~ 19.22%

%59.79
%21
%19.22

CMYK color model

#A83B36 color CMYK value is (0,65,68,34).

  • cyan value is 0.00%
  • magenta value is 64.88%
  • yellow value is 67.86%
  • key color value is 34.12%
CMYK:
(0,65,68,34)
C0M65Y68K34 
(0%,65%,68%,34%)
(0.00/0.65/0.68/0.34)	

CMYK percentages

%0
%64.88
%67.86
%34.12

Codes

Color #A83B36 in popluar color models

A83B36
RGB1685954
HSL51.35%43.53%
HSB/HSV67.86%65.88%
CMYK0.00%64.88%67.86%
34.12%

Color #A83B36 in popluar number systems.

HEXA83B36
Decimal1685954
Binary10101000111011110110
Octal2507366

Shades and tints

Shades of #A83B36

#A83B36
(168,59,54)
#993632
(153,54,50)
#8A312E
(138,49,46)
#7B2C2A
(123,44,42)
#6C2726
(108,39,38)
#5D2222
(93,34,34)
#4E1D1E
(78,29,30)
#3F181A
(63,24,26)
#301316
(48,19,22)
#210E12
(33,14,18)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #A83B36

#A83B36
(168,59,54)
#AF4C48
(175,76,72)
#B65D5A
(182,93,90)
#BD6E6C
(189,110,108)
#C47F7E
(196,127,126)
#CB9090
(203,144,144)
#D2A1A2
(210,161,162)
#D9B2B4
(217,178,180)
#E0C3C6
(224,195,198)
#E7D4D8
(231,212,216)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83B36 color. Also use rgb(168,59,54) instead hex code.

Text Font Color

.myTextColor { color: #A83B36; }

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

This text font color is #A83B36.


Background Color

.myBgColor { background-color: #A83B36; }

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

This div background color is #A83B36.


Border color

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

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

This div border color is #A83B36.


Opacity

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

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

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

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

This text has shadow with #A83B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83B36 on black background.


Color preview on white background

This text has color #A83B36 on white background.



Black color preview on #A83B36 background

This text has black color on #A83B36 background.


White color preview on #A83B36 background

This text has white color on #A83B36 background.