COLOR #853D3D

HEX: #853D3D
RGB: (133,61,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
61
61

R + G + B ~ 33%. #853D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 61 + 61 = 255 (100%)
R 133 of 255 ~ 52.16%
G 61 of 255 ~ 23.92%
B 61 of 255 ~ 23.92%

%52.16
%23.92
%23.92

CMYK color model

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

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

CMYK percentages

%0
%54.14
%54.14
%47.84

Codes

Color #853D3D in popluar color models

853D3D
RGB1336161
HSL37.11%38.04%
HSB/HSV54.14%52.16%
CMYK0.00%54.14%54.14%
47.84%

Color #853D3D in popluar number systems.

HEX853D3D
Decimal1336161
Binary10000101111101111101
Octal2057575

Shades and tints

Shades of #853D3D

#853D3D
(133,61,61)
#793838
(121,56,56)
#6D3333
(109,51,51)
#612E2E
(97,46,46)
#552929
(85,41,41)
#492424
(73,36,36)
#3D1F1F
(61,31,31)
#311A1A
(49,26,26)
#251515
(37,21,21)
#191010
(25,16,16)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #853D3D

#853D3D
(133,61,61)
#904E4E
(144,78,78)
#9B5F5F
(155,95,95)
#A67070
(166,112,112)
#B18181
(177,129,129)
#BC9292
(188,146,146)
#C7A3A3
(199,163,163)
#D2B4B4
(210,180,180)
#DDC5C5
(221,197,197)
#E8D6D6
(232,214,214)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853D3D; }

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

This text font color is #853D3D.


Background Color

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

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

This div background color is #853D3D.


Border color

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

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

This div border color is #853D3D.


Opacity

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

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

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

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

This text has shadow with #853D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853D3D on black background.


Color preview on white background

This text has color #853D3D on white background.



Black color preview on #853D3D background

This text has black color on #853D3D background.


White color preview on #853D3D background

This text has white color on #853D3D background.