COLOR #857378

HEX: #857378
RGB: (133,115,120)

Color info

#857378 contains red, green and blue colors in about the same proportion. Web safe color of #857378 is #996666 (or #966).

RGB color model

#857378 color RGB value is (133,115,120).

  • red value is 133;
  • green value is 115;
  • blue value is 120.
RGB:
(133,115,120)
(52%,45%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 120 of 255 = 47%

133
115
120

R + G + B ~ 48%. #857378 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 120 = 368 (100%)
R 133 of 368 ~ 36.14%
G 115 of 368 ~ 31.25%
B 120 of 368 ~ 32.61%

%36.14
%31.25
%32.61

CMYK color model

#857378 color CMYK value is (0,14,10,48).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 9.77%
  • key color value is 47.84%
CMYK:
(0,14,10,48)
C0M14Y10K48 
(0%,14%,10%,48%)
(0.00/0.14/0.10/0.48)	

CMYK percentages

%0
%13.53
%9.77
%47.84

Codes

Color #857378 in popluar color models

857378
RGB133115120
HSL343°7.26%48.63%
HSB/HSV343°13.53%52.16%
CMYK0.00%13.53%9.77%
47.84%

Color #857378 in popluar number systems.

HEX857378
Decimal133115120
Binary1000010111100111111000
Octal205163170

Shades and tints

Shades of #857378

#857378
(133,115,120)
#79696E
(121,105,110)
#6D5F64
(109,95,100)
#61555A
(97,85,90)
#554B50
(85,75,80)
#494146
(73,65,70)
#3D373C
(61,55,60)
#312D32
(49,45,50)
#252328
(37,35,40)
#19191E
(25,25,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #857378

#857378
(133,115,120)
#907F84
(144,127,132)
#9B8B90
(155,139,144)
#A6979C
(166,151,156)
#B1A3A8
(177,163,168)
#BCAFB4
(188,175,180)
#C7BBC0
(199,187,192)
#D2C7CC
(210,199,204)
#DDD3D8
(221,211,216)
#E8DFE4
(232,223,228)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857378 color. Also use rgb(133,115,120) instead hex code.

Text Font Color

.myTextColor { color: #857378; }

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

This text font color is #857378.


Background Color

.myBgColor { background-color: #857378; }

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

This div background color is #857378.


Border color

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

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

This div border color is #857378.


Opacity

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

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

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

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

This text has shadow with #857378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857378 on black background.


Color preview on white background

This text has color #857378 on white background.



Black color preview on #857378 background

This text has black color on #857378 background.


White color preview on #857378 background

This text has white color on #857378 background.