COLOR #FF837D

HEX: #FF837D
RGB: (255,131,125)

Color info

#FF837D contains mainly red color. Web safe color of #FF837D is #FF9966 (or #F96).

RGB color model

#FF837D color RGB value is (255,131,125).

  • red value is 255;
  • green value is 131;
  • blue value is 125.
RGB:
(255,131,125)
(100%,51%,49%)

RGB channels and saturation

R 255 of 255 = 100%
G 131 of 255 = 51%
B 125 of 255 = 49%

255
131
125

R + G + B ~ 67%. #FF837D is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 131 + 125 = 511 (100%)
R 255 of 511 ~ 49.9%
G 131 of 511 ~ 25.64%
B 125 of 511 ~ 24.46%

%49.9
%25.64
%24.46

CMYK color model

#FF837D color CMYK value is (0,49,51,0).

  • cyan value is 0.00%
  • magenta value is 48.63%
  • yellow value is 50.98%
  • key color value is 0.00%
CMYK:
(0,49,51,0)
C0M49Y51K0 
(0%,49%,51%,0%)
(0.00/0.49/0.51/0.00)	

CMYK percentages

%0
%48.63
%50.98
%0

Codes

Color #FF837D in popluar color models

FF837D
RGB255131125
HSL100.00%74.51%
HSB/HSV50.98%100.00%
CMYK0.00%48.63%50.98%
0.00%

Color #FF837D in popluar number systems.

HEXFF837D
Decimal255131125
Binary11111111100000111111101
Octal377203175

Shades and tints

Shades of #FF837D

#FF837D
(255,131,125)
#E87872
(232,120,114)
#D16D67
(209,109,103)
#BA625C
(186,98,92)
#A35751
(163,87,81)
#8C4C46
(140,76,70)
#75413B
(117,65,59)
#5E3630
(94,54,48)
#472B25
(71,43,37)
#30201A
(48,32,26)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #FF837D

#FF837D
(255,131,125)
#FF8E88
(255,142,136)
#FF9993
(255,153,147)
#FFA49E
(255,164,158)
#FFAFA9
(255,175,169)
#FFBAB4
(255,186,180)
#FFC5BF
(255,197,191)
#FFD0CA
(255,208,202)
#FFDBD5
(255,219,213)
#FFE6E0
(255,230,224)
#FFF1EB
(255,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF837D color. Also use rgb(255,131,125) instead hex code.

Text Font Color

.myTextColor { color: #FF837D; }

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

This text font color is #FF837D.


Background Color

.myBgColor { background-color: #FF837D; }

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

This div background color is #FF837D.


Border color

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

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

This div border color is #FF837D.


Opacity

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

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

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

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

This text has shadow with #FF837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF837D on black background.


Color preview on white background

This text has color #FF837D on white background.



Black color preview on #FF837D background

This text has black color on #FF837D background.


White color preview on #FF837D background

This text has white color on #FF837D background.