COLOR #838F69

HEX: #838F69
RGB: (131,143,105)

Color info

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

RGB color model

#838F69 color RGB value is (131,143,105).

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

RGB channels and saturation

R 131 of 255 = 51%
G 143 of 255 = 56%
B 105 of 255 = 41%

131
143
105

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

Portions of RGB colors in percentages

R + G + B =
131 + 143 + 105 = 379 (100%)
R 131 of 379 ~ 34.56%
G 143 of 379 ~ 37.73%
B 105 of 379 ~ 27.7%

%34.56
%37.73
%27.7

CMYK color model

#838F69 color CMYK value is (8,0,27,44).

  • cyan value is 8.39%
  • magenta value is 0.00%
  • yellow value is 26.57%
  • key color value is 43.92%
CMYK:
(8,0,27,44)
C8M0Y27K44 
(8%,0%,27%,44%)
(0.08/0.00/0.27/0.44)	

CMYK percentages

%8.39
%0
%26.57
%43.92

Codes

Color #838F69 in popluar color models

838F69
RGB131143105
HSL79°15.32%48.63%
HSB/HSV79°26.57%56.08%
CMYK8.39%0.00%26.57%
43.92%

Color #838F69 in popluar number systems.

HEX838F69
Decimal131143105
Binary10000011100011111101001
Octal203217151

Shades and tints

Shades of #838F69

#838F69
(131,143,105)
#788260
(120,130,96)
#6D7557
(109,117,87)
#62684E
(98,104,78)
#575B45
(87,91,69)
#4C4E3C
(76,78,60)
#414133
(65,65,51)
#36342A
(54,52,42)
#2B2721
(43,39,33)
#201A18
(32,26,24)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #838F69

#838F69
(131,143,105)
#8E9976
(142,153,118)
#99A383
(153,163,131)
#A4AD90
(164,173,144)
#AFB79D
(175,183,157)
#BAC1AA
(186,193,170)
#C5CBB7
(197,203,183)
#D0D5C4
(208,213,196)
#DBDFD1
(219,223,209)
#E6E9DE
(230,233,222)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838F69; }

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

This text font color is #838F69.


Background Color

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

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

This div background color is #838F69.


Border color

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

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

This div border color is #838F69.


Opacity

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

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

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

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

This text has shadow with #838F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838F69 on black background.


Color preview on white background

This text has color #838F69 on white background.



Black color preview on #838F69 background

This text has black color on #838F69 background.


White color preview on #838F69 background

This text has white color on #838F69 background.