COLOR #374949

HEX: #374949
RGB: (55,73,73)

Renk bilgisi

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

RGB renk modeli

#374949 color RGB value is (55,73,73).

  • kırmız ton 55;
  • yeşil ton 73;
  • mavi ton 73.
RGB:
(55,73,73)
(22%,29%,29%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 73 of 255 = 29%
B 73 of 255 = 29%

55
73
73

R + G + B ~ 27%. #374949 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 73 + 73 = 201 (100%)
R 55 of 201 ~ 27.36%
G 73 of 201 ~ 36.32%
B 73 of 201 ~ 36.32%

%27.36
%36.32
%36.32

CMYK RENK MODELİ

#374949 rengi CMYK tonu (25,0,0,71).

  • camgöbeği tonu 24.66%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(25,0,0,71)
C25M0Y0K71 
(25%,0%,0%,71%)
(0.25/0.00/0.00/0.71)	

CMYK yüzdeleri

%24.66
%0
%0
%71.37

Codes

Color #374949 in popluar color models

374949
RGB557373
HSL180°14.06%25.10%
HSB/HSV180°24.66%28.63%
CMYK24.66%0.00%0.00%
71.37%

Color #374949 in popluar number systems.

HEX374949
Decimal557373
Binary11011110010011001001
Octal67111111

Shades and tints

Shades of #374949

#374949
(55,73,73)
#324343
(50,67,67)
#2D3D3D
(45,61,61)
#283737
(40,55,55)
#233131
(35,49,49)
#1E2B2B
(30,43,43)
#192525
(25,37,37)
#141F1F
(20,31,31)
#0F1919
(15,25,25)
#0A1313
(10,19,19)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #374949

#374949
(55,73,73)
#495959
(73,89,89)
#5B6969
(91,105,105)
#6D7979
(109,121,121)
#7F8989
(127,137,137)
#919999
(145,153,153)
#A3A9A9
(163,169,169)
#B5B9B9
(181,185,185)
#C7C9C9
(199,201,201)
#D9D9D9
(217,217,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374949; }

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

This text font color is #374949.


Background Color

.myBgColor { background-color: #374949; }

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

This div background color is #374949.


Border color

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

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

This div border color is #374949.


Opacity

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

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

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

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

This text has shadow with #374949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374949 on black background.


Color preview on white background

This text has color #374949 on white background.



Black color preview on #374949 background

This text has black color on #374949 background.


White color preview on #374949 background

This text has white color on #374949 background.