COLOR #838F55

HEX: #838F55
RGB: (131,143,85)

Color info

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

RGB color model

#838F55 color RGB value is (131,143,85).

  • red value is 131;
  • green value is 143;
  • blue value is 85.
RGB:
(131,143,85)
(51%,56%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 143 of 255 = 56%
B 85 of 255 = 33%

131
143
85

R + G + B ~ 47%. #838F55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 143 + 85 = 359 (100%)
R 131 of 359 ~ 36.49%
G 143 of 359 ~ 39.83%
B 85 of 359 ~ 23.68%

%36.49
%39.83
%23.68

CMYK color model

#838F55 color CMYK value is (8,0,41,44).

  • cyan value is 8.39%
  • magenta value is 0.00%
  • yellow value is 40.56%
  • key color value is 43.92%
CMYK:
(8,0,41,44)
C8M0Y41K44 
(8%,0%,41%,44%)
(0.08/0.00/0.41/0.44)	

CMYK percentages

%8.39
%0
%40.56
%43.92

Codes

Color #838F55 in popluar color models

838F55
RGB13114385
HSL72°25.44%44.71%
HSB/HSV72°40.56%56.08%
CMYK8.39%0.00%40.56%
43.92%

Color #838F55 in popluar number systems.

HEX838F55
Decimal13114385
Binary10000011100011111010101
Octal203217125

Shades and tints

Shades of #838F55

#838F55
(131,143,85)
#78824E
(120,130,78)
#6D7547
(109,117,71)
#626840
(98,104,64)
#575B39
(87,91,57)
#4C4E32
(76,78,50)
#41412B
(65,65,43)
#363424
(54,52,36)
#2B271D
(43,39,29)
#201A16
(32,26,22)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #838F55

#838F55
(131,143,85)
#8E9964
(142,153,100)
#99A373
(153,163,115)
#A4AD82
(164,173,130)
#AFB791
(175,183,145)
#BAC1A0
(186,193,160)
#C5CBAF
(197,203,175)
#D0D5BE
(208,213,190)
#DBDFCD
(219,223,205)
#E6E9DC
(230,233,220)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838F55 color. Also use rgb(131,143,85) instead hex code.

Text Font Color

.myTextColor { color: #838F55; }

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

This text font color is #838F55.


Background Color

.myBgColor { background-color: #838F55; }

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

This div background color is #838F55.


Border color

.myBorderColor { border: 1px solid #838F55; }

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

This div border color is #838F55.


Opacity

.myOpacity80 { color: #838F55; opacity: 0.8; }

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

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

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

This text has shadow with #838F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838F55 on black background.


Color preview on white background

This text has color #838F55 on white background.



Black color preview on #838F55 background

This text has black color on #838F55 background.


White color preview on #838F55 background

This text has white color on #838F55 background.