COLOR #334449

HEX: #334449
RGB: (51,68,73)

Renk bilgisi

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

RGB renk modeli

#334449 color RGB value is (51,68,73).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 68 of 255 = 27%
B 73 of 255 = 29%

51
68
73

R + G + B ~ 25%. #334449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 68 + 73 = 192 (100%)
R 51 of 192 ~ 26.56%
G 68 of 192 ~ 35.42%
B 73 of 192 ~ 38.02%

%26.56
%35.42
%38.02

CMYK RENK MODELİ

#334449 rengi CMYK tonu (30,7,0,71).

  • camgöbeği tonu 30.14%
  • eflatun tonu 6.85%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(30,7,0,71)
C30M7Y0K71 
(30%,7%,0%,71%)
(0.30/0.07/0.00/0.71)	

CMYK yüzdeleri

%30.14
%6.85
%0
%71.37

Codes

Color #334449 in popluar color models

334449
RGB516873
HSL194°17.74%24.31%
HSB/HSV194°30.14%28.63%
CMYK30.14%6.85%0.00%
71.37%

Color #334449 in popluar number systems.

HEX334449
Decimal516873
Binary11001110001001001001
Octal63104111

Shades and tints

Shades of #334449

#334449
(51,68,73)
#2F3E43
(47,62,67)
#2B383D
(43,56,61)
#273237
(39,50,55)
#232C31
(35,44,49)
#1F262B
(31,38,43)
#1B2025
(27,32,37)
#171A1F
(23,26,31)
#131419
(19,20,25)
#0F0E13
(15,14,19)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #334449

#334449
(51,68,73)
#455559
(69,85,89)
#576669
(87,102,105)
#697779
(105,119,121)
#7B8889
(123,136,137)
#8D9999
(141,153,153)
#9FAAA9
(159,170,169)
#B1BBB9
(177,187,185)
#C3CCC9
(195,204,201)
#D5DDD9
(213,221,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334449; }

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

This text font color is #334449.


Background Color

.myBgColor { background-color: #334449; }

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

This div background color is #334449.


Border color

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

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

This div border color is #334449.


Opacity

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

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

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

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

This text has shadow with #334449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334449 on black background.


Color preview on white background

This text has color #334449 on white background.



Black color preview on #334449 background

This text has black color on #334449 background.


White color preview on #334449 background

This text has white color on #334449 background.