COLOR #838238

HEX: #838238
RGB: (131,130,56)

Color info

#838238 contains mainly red and green colors. Web safe color of #838238 is #999933 (or #993).

RGB color model

#838238 color RGB value is (131,130,56).

  • red value is 131;
  • green value is 130;
  • blue value is 56.
RGB:
(131,130,56)
(51%,51%,22%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 56 of 255 = 22%

131
130
56

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

Portions of RGB colors in percentages

R + G + B =
131 + 130 + 56 = 317 (100%)
R 131 of 317 ~ 41.32%
G 130 of 317 ~ 41.01%
B 56 of 317 ~ 17.67%

%41.32
%41.01
%17.67

CMYK color model

#838238 color CMYK value is (0,1,57,49).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 57.25%
  • key color value is 48.63%
CMYK:
(0,1,57,49)
C0M1Y57K49 
(0%,1%,57%,49%)
(0.00/0.01/0.57/0.49)	

CMYK percentages

%0
%0.76
%57.25
%48.63

Codes

Color #838238 in popluar color models

838238
RGB13113056
HSL59°40.11%36.67%
HSB/HSV59°57.25%51.37%
CMYK0.00%0.76%57.25%
48.63%

Color #838238 in popluar number systems.

HEX838238
Decimal13113056
Binary1000001110000010111000
Octal20320270

Shades and tints

Shades of #838238

#838238
(131,130,56)
#787733
(120,119,51)
#6D6C2E
(109,108,46)
#626129
(98,97,41)
#575624
(87,86,36)
#4C4B1F
(76,75,31)
#41401A
(65,64,26)
#363515
(54,53,21)
#2B2A10
(43,42,16)
#201F0B
(32,31,11)
#151406
(21,20,6)
#000000
(0,0,0)

Tints of #838238

#838238
(131,130,56)
#8E8D4A
(142,141,74)
#99985C
(153,152,92)
#A4A36E
(164,163,110)
#AFAE80
(175,174,128)
#BAB992
(186,185,146)
#C5C4A4
(197,196,164)
#D0CFB6
(208,207,182)
#DBDAC8
(219,218,200)
#E6E5DA
(230,229,218)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838238 color. Also use rgb(131,130,56) instead hex code.

Text Font Color

.myTextColor { color: #838238; }

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

This text font color is #838238.


Background Color

.myBgColor { background-color: #838238; }

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

This div background color is #838238.


Border color

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

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

This div border color is #838238.


Opacity

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

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

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

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

This text has shadow with #838238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838238 on black background.


Color preview on white background

This text has color #838238 on white background.



Black color preview on #838238 background

This text has black color on #838238 background.


White color preview on #838238 background

This text has white color on #838238 background.