COLOR #486949

HEX: #486949
RGB: (72,105,73)

Renk bilgisi

#486949 contains red, green and blue colors in about the same proportion. #486949 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#486949 color RGB value is (72,105,73).

  • kırmız ton 72;
  • yeşil ton 105;
  • mavi ton 73.
RGB:
(72,105,73)
(28%,41%,29%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 105 of 255 = 41%
B 73 of 255 = 29%

72
105
73

R + G + B ~ 33%. #486949 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 105 + 73 = 250 (100%)
R 72 of 250 ~ 28.8%
G 105 of 250 ~ 42%
B 73 of 250 ~ 29.2%

%28.8
%42
%29.2

CMYK RENK MODELİ

#486949 rengi CMYK tonu (31,0,30,59).

  • camgöbeği tonu 31.43%
  • eflatun tonu 0.00%
  • sarı tonu 30.48%
  • ana renk tonu 58.82%
CMYK:
(31,0,30,59)
C31M0Y30K59 
(31%,0%,30%,59%)
(0.31/0.00/0.30/0.59)	

CMYK yüzdeleri

%31.43
%0
%30.48
%58.82

Codes

Color #486949 in popluar color models

486949
RGB7210573
HSL122°18.64%34.71%
HSB/HSV122°31.43%41.18%
CMYK31.43%0.00%30.48%
58.82%

Color #486949 in popluar number systems.

HEX486949
Decimal7210573
Binary100100011010011001001
Octal110151111

Shades and tints

Shades of #486949

#486949
(72,105,73)
#426043
(66,96,67)
#3C573D
(60,87,61)
#364E37
(54,78,55)
#304531
(48,69,49)
#2A3C2B
(42,60,43)
#243325
(36,51,37)
#1E2A1F
(30,42,31)
#182119
(24,33,25)
#121813
(18,24,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #486949

#486949
(72,105,73)
#587659
(88,118,89)
#688369
(104,131,105)
#789079
(120,144,121)
#889D89
(136,157,137)
#98AA99
(152,170,153)
#A8B7A9
(168,183,169)
#B8C4B9
(184,196,185)
#C8D1C9
(200,209,201)
#D8DED9
(216,222,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486949 color. Also use rgb(72,105,73) instead hex code.

Text Font Color

.myTextColor { color: #486949; }

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

This text font color is #486949.


Background Color

.myBgColor { background-color: #486949; }

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

This div background color is #486949.


Border color

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

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

This div border color is #486949.


Opacity

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

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

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

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

This text has shadow with #486949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486949 on black background.


Color preview on white background

This text has color #486949 on white background.



Black color preview on #486949 background

This text has black color on #486949 background.


White color preview on #486949 background

This text has white color on #486949 background.