COLOR #838558

HEX: #838558
RGB: (131,133,88)

Color info

#838558 contains red, green and blue colors in about the same proportion. Web safe color of #838558 is #999966 (or #996).

RGB color model

#838558 color RGB value is (131,133,88).

  • red value is 131;
  • green value is 133;
  • blue value is 88.
RGB:
(131,133,88)
(51%,52%,35%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 88 of 255 = 35%

131
133
88

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

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 88 = 352 (100%)
R 131 of 352 ~ 37.22%
G 133 of 352 ~ 37.78%
B 88 of 352 ~ 25%

%37.22
%37.78
%25

CMYK color model

#838558 color CMYK value is (2,0,34,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(2,0,34,48)
C2M0Y34K48 
(2%,0%,34%,48%)
(0.02/0.00/0.34/0.48)	

CMYK percentages

%1.5
%0
%33.83
%47.84

Codes

Color #838558 in popluar color models

838558
RGB13113388
HSL63°20.36%43.33%
HSB/HSV63°33.83%52.16%
CMYK1.50%0.00%33.83%
47.84%

Color #838558 in popluar number systems.

HEX838558
Decimal13113388
Binary10000011100001011011000
Octal203205130

Shades and tints

Shades of #838558

#838558
(131,133,88)
#787950
(120,121,80)
#6D6D48
(109,109,72)
#626140
(98,97,64)
#575538
(87,85,56)
#4C4930
(76,73,48)
#413D28
(65,61,40)
#363120
(54,49,32)
#2B2518
(43,37,24)
#201910
(32,25,16)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #838558

#838558
(131,133,88)
#8E9067
(142,144,103)
#999B76
(153,155,118)
#A4A685
(164,166,133)
#AFB194
(175,177,148)
#BABCA3
(186,188,163)
#C5C7B2
(197,199,178)
#D0D2C1
(208,210,193)
#DBDDD0
(219,221,208)
#E6E8DF
(230,232,223)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838558 color. Also use rgb(131,133,88) instead hex code.

Text Font Color

.myTextColor { color: #838558; }

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

This text font color is #838558.


Background Color

.myBgColor { background-color: #838558; }

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

This div background color is #838558.


Border color

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

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

This div border color is #838558.


Opacity

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

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

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

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

This text has shadow with #838558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838558 on black background.


Color preview on white background

This text has color #838558 on white background.



Black color preview on #838558 background

This text has black color on #838558 background.


White color preview on #838558 background

This text has white color on #838558 background.