COLOR #838946

HEX: #838946
RGB: (131,137,70)

Renk bilgisi

#838946 contains mainly red and green colors. #838946 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#838946 color RGB value is (131,137,70).

  • kırmız ton 131;
  • yeşil ton 137;
  • mavi ton 70.
RGB:
(131,137,70)
(51%,54%,27%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 137 of 255 = 54%
B 70 of 255 = 27%

131
137
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 137 + 70 = 338 (100%)
R 131 of 338 ~ 38.76%
G 137 of 338 ~ 40.53%
B 70 of 338 ~ 20.71%

%38.76
%40.53
%20.71

CMYK RENK MODELİ

#838946 rengi CMYK tonu (4,0,49,46).

  • camgöbeği tonu 4.38%
  • eflatun tonu 0.00%
  • sarı tonu 48.91%
  • ana renk tonu 46.27%
CMYK:
(4,0,49,46)
C4M0Y49K46 
(4%,0%,49%,46%)
(0.04/0.00/0.49/0.46)	

CMYK yüzdeleri

%4.38
%0
%48.91
%46.27

Codes

Color #838946 in popluar color models

838946
RGB13113770
HSL65°32.37%40.59%
HSB/HSV65°48.91%53.73%
CMYK4.38%0.00%48.91%
46.27%

Color #838946 in popluar number systems.

HEX838946
Decimal13113770
Binary10000011100010011000110
Octal203211106

Shades and tints

Shades of #838946

#838946
(131,137,70)
#787D40
(120,125,64)
#6D713A
(109,113,58)
#626534
(98,101,52)
#57592E
(87,89,46)
#4C4D28
(76,77,40)
#414122
(65,65,34)
#36351C
(54,53,28)
#2B2916
(43,41,22)
#201D10
(32,29,16)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #838946

#838946
(131,137,70)
#8E9356
(142,147,86)
#999D66
(153,157,102)
#A4A776
(164,167,118)
#AFB186
(175,177,134)
#BABB96
(186,187,150)
#C5C5A6
(197,197,166)
#D0CFB6
(208,207,182)
#DBD9C6
(219,217,198)
#E6E3D6
(230,227,214)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838946 color. Also use rgb(131,137,70) instead hex code.

Text Font Color

.myTextColor { color: #838946; }

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

This text font color is #838946.


Background Color

.myBgColor { background-color: #838946; }

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

This div background color is #838946.


Border color

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

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

This div border color is #838946.


Opacity

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

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

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

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

This text has shadow with #838946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838946 on black background.


Color preview on white background

This text has color #838946 on white background.



Black color preview on #838946 background

This text has black color on #838946 background.


White color preview on #838946 background

This text has white color on #838946 background.