COLOR #326349

HEX: #326349
RGB: (50,99,73)

Renk bilgisi

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

RGB renk modeli

#326349 color RGB value is (50,99,73).

  • kırmız ton 50;
  • yeşil ton 99;
  • mavi ton 73.
RGB:
(50,99,73)
(20%,39%,29%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 99 of 255 = 39%
B 73 of 255 = 29%

50
99
73

R + G + B ~ 29%. #326349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 99 + 73 = 222 (100%)
R 50 of 222 ~ 22.52%
G 99 of 222 ~ 44.59%
B 73 of 222 ~ 32.88%

%22.52
%44.59
%32.88

CMYK RENK MODELİ

#326349 rengi CMYK tonu (49,0,26,61).

  • camgöbeği tonu 49.49%
  • eflatun tonu 0.00%
  • sarı tonu 26.26%
  • ana renk tonu 61.18%
CMYK:
(49,0,26,61)
C49M0Y26K61 
(49%,0%,26%,61%)
(0.49/0.00/0.26/0.61)	

CMYK yüzdeleri

%49.49
%0
%26.26
%61.18

Codes

Color #326349 in popluar color models

326349
RGB509973
HSL148°32.89%29.22%
HSB/HSV148°49.49%38.82%
CMYK49.49%0.00%26.26%
61.18%

Color #326349 in popluar number systems.

HEX326349
Decimal509973
Binary11001011000111001001
Octal62143111

Shades and tints

Shades of #326349

#326349
(50,99,73)
#2E5A43
(46,90,67)
#2A513D
(42,81,61)
#264837
(38,72,55)
#223F31
(34,63,49)
#1E362B
(30,54,43)
#1A2D25
(26,45,37)
#16241F
(22,36,31)
#121B19
(18,27,25)
#0E1213
(14,18,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #326349

#326349
(50,99,73)
#447159
(68,113,89)
#567F69
(86,127,105)
#688D79
(104,141,121)
#7A9B89
(122,155,137)
#8CA999
(140,169,153)
#9EB7A9
(158,183,169)
#B0C5B9
(176,197,185)
#C2D3C9
(194,211,201)
#D4E1D9
(212,225,217)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326349 color. Also use rgb(50,99,73) instead hex code.

Text Font Color

.myTextColor { color: #326349; }

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

This text font color is #326349.


Background Color

.myBgColor { background-color: #326349; }

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

This div background color is #326349.


Border color

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

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

This div border color is #326349.


Opacity

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

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

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

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

This text has shadow with #326349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326349 on black background.


Color preview on white background

This text has color #326349 on white background.



Black color preview on #326349 background

This text has black color on #326349 background.


White color preview on #326349 background

This text has white color on #326349 background.