COLOR #374947

HEX: #374947
RGB: (55,73,71)

Renk bilgisi

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

RGB renk modeli

#374947 color RGB value is (55,73,71).

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

RGB bağlantıları ve doygunluk

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

55
73
71

R + G + B ~ 26%. #374947 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 73 + 71 = 199 (100%)
R 55 of 199 ~ 27.64%
G 73 of 199 ~ 36.68%
B 71 of 199 ~ 35.68%

%27.64
%36.68
%35.68

CMYK RENK MODELİ

#374947 rengi CMYK tonu (25,0,3,71).

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

CMYK yüzdeleri

%24.66
%0
%2.74
%71.37

Codes

Color #374947 in popluar color models

374947
RGB557371
HSL173°14.06%25.10%
HSB/HSV173°24.66%28.63%
CMYK24.66%0.00%2.74%
71.37%

Color #374947 in popluar number systems.

HEX374947
Decimal557371
Binary11011110010011000111
Octal67111107

Shades and tints

Shades of #374947

#374947
(55,73,71)
#324341
(50,67,65)
#2D3D3B
(45,61,59)
#283735
(40,55,53)
#23312F
(35,49,47)
#1E2B29
(30,43,41)
#192523
(25,37,35)
#141F1D
(20,31,29)
#0F1917
(15,25,23)
#0A1311
(10,19,17)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #374947

#374947
(55,73,71)
#495957
(73,89,87)
#5B6967
(91,105,103)
#6D7977
(109,121,119)
#7F8987
(127,137,135)
#919997
(145,153,151)
#A3A9A7
(163,169,167)
#B5B9B7
(181,185,183)
#C7C9C7
(199,201,199)
#D9D9D7
(217,217,215)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374947; }

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

This text font color is #374947.


Background Color

.myBgColor { background-color: #374947; }

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

This div background color is #374947.


Border color

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

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

This div border color is #374947.


Opacity

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

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

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

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

This text has shadow with #374947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374947 on black background.


Color preview on white background

This text has color #374947 on white background.



Black color preview on #374947 background

This text has black color on #374947 background.


White color preview on #374947 background

This text has white color on #374947 background.