COLOR #839049

HEX: #839049
RGB: (131,144,73)

Renk bilgisi

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

RGB renk modeli

#839049 color RGB value is (131,144,73).

  • kırmız ton 131;
  • yeşil ton 144;
  • mavi ton 73.
RGB:
(131,144,73)
(51%,56%,29%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 144 of 255 = 56%
B 73 of 255 = 29%

131
144
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 144 + 73 = 348 (100%)
R 131 of 348 ~ 37.64%
G 144 of 348 ~ 41.38%
B 73 of 348 ~ 20.98%

%37.64
%41.38
%20.98

CMYK RENK MODELİ

#839049 rengi CMYK tonu (9,0,49,44).

  • camgöbeği tonu 9.03%
  • eflatun tonu 0.00%
  • sarı tonu 49.31%
  • ana renk tonu 43.53%
CMYK:
(9,0,49,44)
C9M0Y49K44 
(9%,0%,49%,44%)
(0.09/0.00/0.49/0.44)	

CMYK yüzdeleri

%9.03
%0
%49.31
%43.53

Codes

Color #839049 in popluar color models

839049
RGB13114473
HSL71°32.72%42.55%
HSB/HSV71°49.31%56.47%
CMYK9.03%0.00%49.31%
43.53%

Color #839049 in popluar number systems.

HEX839049
Decimal13114473
Binary10000011100100001001001
Octal203220111

Shades and tints

Shades of #839049

#839049
(131,144,73)
#788343
(120,131,67)
#6D763D
(109,118,61)
#626937
(98,105,55)
#575C31
(87,92,49)
#4C4F2B
(76,79,43)
#414225
(65,66,37)
#36351F
(54,53,31)
#2B2819
(43,40,25)
#201B13
(32,27,19)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #839049

#839049
(131,144,73)
#8E9A59
(142,154,89)
#99A469
(153,164,105)
#A4AE79
(164,174,121)
#AFB889
(175,184,137)
#BAC299
(186,194,153)
#C5CCA9
(197,204,169)
#D0D6B9
(208,214,185)
#DBE0C9
(219,224,201)
#E6EAD9
(230,234,217)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839049 color. Also use rgb(131,144,73) instead hex code.

Text Font Color

.myTextColor { color: #839049; }

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

This text font color is #839049.


Background Color

.myBgColor { background-color: #839049; }

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

This div background color is #839049.


Border color

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

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

This div border color is #839049.


Opacity

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

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

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

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

This text has shadow with #839049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839049 on black background.


Color preview on white background

This text has color #839049 on white background.



Black color preview on #839049 background

This text has black color on #839049 background.


White color preview on #839049 background

This text has white color on #839049 background.