COLOR #334739

HEX: #334739
RGB: (51,71,57)

Renk bilgisi

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

RGB renk modeli

#334739 color RGB value is (51,71,57).

  • kırmız ton 51;
  • yeşil ton 71;
  • mavi ton 57.
RGB:
(51,71,57)
(20%,28%,22%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 71 of 255 = 28%
B 57 of 255 = 22%

51
71
57

R + G + B ~ 23%. #334739 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 71 + 57 = 179 (100%)
R 51 of 179 ~ 28.49%
G 71 of 179 ~ 39.66%
B 57 of 179 ~ 31.84%

%28.49
%39.66
%31.84

CMYK RENK MODELİ

#334739 rengi CMYK tonu (28,0,20,72).

  • camgöbeği tonu 28.17%
  • eflatun tonu 0.00%
  • sarı tonu 19.72%
  • ana renk tonu 72.16%
CMYK:
(28,0,20,72)
C28M0Y20K72 
(28%,0%,20%,72%)
(0.28/0.00/0.20/0.72)	

CMYK yüzdeleri

%28.17
%0
%19.72
%72.16

Codes

Color #334739 in popluar color models

334739
RGB517157
HSL138°16.39%23.92%
HSB/HSV138°28.17%27.84%
CMYK28.17%0.00%19.72%
72.16%

Color #334739 in popluar number systems.

HEX334739
Decimal517157
Binary1100111000111111001
Octal6310771

Shades and tints

Shades of #334739

#334739
(51,71,57)
#2F4134
(47,65,52)
#2B3B2F
(43,59,47)
#27352A
(39,53,42)
#232F25
(35,47,37)
#1F2920
(31,41,32)
#1B231B
(27,35,27)
#171D16
(23,29,22)
#131711
(19,23,17)
#0F110C
(15,17,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #334739

#334739
(51,71,57)
#45574B
(69,87,75)
#57675D
(87,103,93)
#69776F
(105,119,111)
#7B8781
(123,135,129)
#8D9793
(141,151,147)
#9FA7A5
(159,167,165)
#B1B7B7
(177,183,183)
#C3C7C9
(195,199,201)
#D5D7DB
(213,215,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334739 color. Also use rgb(51,71,57) instead hex code.

Text Font Color

.myTextColor { color: #334739; }

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

This text font color is #334739.


Background Color

.myBgColor { background-color: #334739; }

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

This div background color is #334739.


Border color

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

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

This div border color is #334739.


Opacity

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

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

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

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

This text has shadow with #334739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334739 on black background.


Color preview on white background

This text has color #334739 on white background.



Black color preview on #334739 background

This text has black color on #334739 background.


White color preview on #334739 background

This text has white color on #334739 background.