COLOR #853D69

HEX: #853D69
RGB: (133,61,105)

Color info

#853D69 contains mainly red and blue colors. Web safe color of #853D69 is #993366 (or #936).

RGB color model

#853D69 color RGB value is (133,61,105).

  • red value is 133;
  • green value is 61;
  • blue value is 105.
RGB:
(133,61,105)
(52%,24%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 61 of 255 = 24%
B 105 of 255 = 41%

133
61
105

R + G + B ~ 39%. #853D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 61 + 105 = 299 (100%)
R 133 of 299 ~ 44.48%
G 61 of 299 ~ 20.4%
B 105 of 299 ~ 35.12%

%44.48
%20.4
%35.12

CMYK color model

#853D69 color CMYK value is (0,54,21,48).

  • cyan value is 0.00%
  • magenta value is 54.14%
  • yellow value is 21.05%
  • key color value is 47.84%
CMYK:
(0,54,21,48)
C0M54Y21K48 
(0%,54%,21%,48%)
(0.00/0.54/0.21/0.48)	

CMYK percentages

%0
%54.14
%21.05
%47.84

Codes

Color #853D69 in popluar color models

853D69
RGB13361105
HSL323°37.11%38.04%
HSB/HSV323°54.14%52.16%
CMYK0.00%54.14%21.05%
47.84%

Color #853D69 in popluar number systems.

HEX853D69
Decimal13361105
Binary100001011111011101001
Octal20575151

Shades and tints

Shades of #853D69

#853D69
(133,61,105)
#793860
(121,56,96)
#6D3357
(109,51,87)
#612E4E
(97,46,78)
#552945
(85,41,69)
#49243C
(73,36,60)
#3D1F33
(61,31,51)
#311A2A
(49,26,42)
#251521
(37,21,33)
#191018
(25,16,24)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #853D69

#853D69
(133,61,105)
#904E76
(144,78,118)
#9B5F83
(155,95,131)
#A67090
(166,112,144)
#B1819D
(177,129,157)
#BC92AA
(188,146,170)
#C7A3B7
(199,163,183)
#D2B4C4
(210,180,196)
#DDC5D1
(221,197,209)
#E8D6DE
(232,214,222)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853D69 color. Also use rgb(133,61,105) instead hex code.

Text Font Color

.myTextColor { color: #853D69; }

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

This text font color is #853D69.


Background Color

.myBgColor { background-color: #853D69; }

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

This div background color is #853D69.


Border color

.myBorderColor { border: 1px solid #853D69; }

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

This div border color is #853D69.


Opacity

.myOpacity80 { color: #853D69; opacity: 0.8; }

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

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

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

This text has shadow with #853D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853D69 on black background.


Color preview on white background

This text has color #853D69 on white background.



Black color preview on #853D69 background

This text has black color on #853D69 background.


White color preview on #853D69 background

This text has white color on #853D69 background.