COLOR #838418

HEX: #838418
RGB: (131,132,24)

Color info

#838418 contains mainly red and green colors. Web safe color of #838418 is #999900 (or #990).

RGB color model

#838418 color RGB value is (131,132,24).

  • red value is 131;
  • green value is 132;
  • blue value is 24.
RGB:
(131,132,24)
(51%,52%,9%)

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 24 of 255 = 9%

131
132
24

R + G + B ~ 37%. #838418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 24 = 287 (100%)
R 131 of 287 ~ 45.64%
G 132 of 287 ~ 45.99%
B 24 of 287 ~ 8.36%

%45.64
%45.99

CMYK color model

#838418 color CMYK value is (1,0,82,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 48.24%
CMYK:
(1,0,82,48)
C1M0Y82K48 
(1%,0%,82%,48%)
(0.01/0.00/0.82/0.48)	

CMYK percentages

%0.76
%0
%81.82
%48.24

Codes

Color #838418 in popluar color models

838418
RGB13113224
HSL61°69.23%30.59%
HSB/HSV61°81.82%51.76%
CMYK0.76%0.00%81.82%
48.24%

Color #838418 in popluar number systems.

HEX838418
Decimal13113224
Binary100000111000010011000
Octal20320430

Shades and tints

Shades of #838418

#838418
(131,132,24)
#787816
(120,120,22)
#6D6C14
(109,108,20)
#626012
(98,96,18)
#575410
(87,84,16)
#4C480E
(76,72,14)
#413C0C
(65,60,12)
#36300A
(54,48,10)
#2B2408
(43,36,8)
#201806
(32,24,6)
#150C04
(21,12,4)
#000000
(0,0,0)

Tints of #838418

#838418
(131,132,24)
#8E8F2D
(142,143,45)
#999A42
(153,154,66)
#A4A557
(164,165,87)
#AFB06C
(175,176,108)
#BABB81
(186,187,129)
#C5C696
(197,198,150)
#D0D1AB
(208,209,171)
#DBDCC0
(219,220,192)
#E6E7D5
(230,231,213)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838418 color. Also use rgb(131,132,24) instead hex code.

Text Font Color

.myTextColor { color: #838418; }

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

This text font color is #838418.


Background Color

.myBgColor { background-color: #838418; }

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

This div background color is #838418.


Border color

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

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

This div border color is #838418.


Opacity

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

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

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

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

This text has shadow with #838418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838418 on black background.


Color preview on white background

This text has color #838418 on white background.



Black color preview on #838418 background

This text has black color on #838418 background.


White color preview on #838418 background

This text has white color on #838418 background.