COLOR #335749

HEX: #335749
RGB: (51,87,73)

Renk bilgisi

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

RGB renk modeli

#335749 color RGB value is (51,87,73).

  • kırmız ton 51;
  • yeşil ton 87;
  • mavi ton 73.
RGB:
(51,87,73)
(20%,34%,29%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 87 of 255 = 34%
B 73 of 255 = 29%

51
87
73

R + G + B ~ 28%. #335749 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 87 + 73 = 211 (100%)
R 51 of 211 ~ 24.17%
G 87 of 211 ~ 41.23%
B 73 of 211 ~ 34.6%

%24.17
%41.23
%34.6

CMYK RENK MODELİ

#335749 rengi CMYK tonu (41,0,16,66).

  • camgöbeği tonu 41.38%
  • eflatun tonu 0.00%
  • sarı tonu 16.09%
  • ana renk tonu 65.88%
CMYK:
(41,0,16,66)
C41M0Y16K66 
(41%,0%,16%,66%)
(0.41/0.00/0.16/0.66)	

CMYK yüzdeleri

%41.38
%0
%16.09
%65.88

Codes

Color #335749 in popluar color models

335749
RGB518773
HSL157°26.09%27.06%
HSB/HSV157°41.38%34.12%
CMYK41.38%0.00%16.09%
65.88%

Color #335749 in popluar number systems.

HEX335749
Decimal518773
Binary11001110101111001001
Octal63127111

Shades and tints

Shades of #335749

#335749
(51,87,73)
#2F5043
(47,80,67)
#2B493D
(43,73,61)
#274237
(39,66,55)
#233B31
(35,59,49)
#1F342B
(31,52,43)
#1B2D25
(27,45,37)
#17261F
(23,38,31)
#131F19
(19,31,25)
#0F1813
(15,24,19)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #335749

#335749
(51,87,73)
#456659
(69,102,89)
#577569
(87,117,105)
#698479
(105,132,121)
#7B9389
(123,147,137)
#8DA299
(141,162,153)
#9FB1A9
(159,177,169)
#B1C0B9
(177,192,185)
#C3CFC9
(195,207,201)
#D5DED9
(213,222,217)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335749 color. Also use rgb(51,87,73) instead hex code.

Text Font Color

.myTextColor { color: #335749; }

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

This text font color is #335749.


Background Color

.myBgColor { background-color: #335749; }

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

This div background color is #335749.


Border color

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

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

This div border color is #335749.


Opacity

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

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

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

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

This text has shadow with #335749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335749 on black background.


Color preview on white background

This text has color #335749 on white background.



Black color preview on #335749 background

This text has black color on #335749 background.


White color preview on #335749 background

This text has white color on #335749 background.