COLOR #374C47

HEX: #374C47
RGB: (55,76,71)

Renk bilgisi

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

RGB renk modeli

#374C47 color RGB value is (55,76,71).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 76 of 255 = 30%
B 71 of 255 = 28%

55
76
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 76 + 71 = 202 (100%)
R 55 of 202 ~ 27.23%
G 76 of 202 ~ 37.62%
B 71 of 202 ~ 35.15%

%27.23
%37.62
%35.15

CMYK RENK MODELİ

#374C47 rengi CMYK tonu (28,0,7,70).

  • camgöbeği tonu 27.63%
  • eflatun tonu 0.00%
  • sarı tonu 6.58%
  • ana renk tonu 70.20%
CMYK:
(28,0,7,70)
C28M0Y7K70 
(28%,0%,7%,70%)
(0.28/0.00/0.07/0.70)	

CMYK yüzdeleri

%27.63
%0
%6.58
%70.2

Codes

Color #374C47 in popluar color models

374C47
RGB557671
HSL166°16.03%25.69%
HSB/HSV166°27.63%29.80%
CMYK27.63%0.00%6.58%
70.20%

Color #374C47 in popluar number systems.

HEX374C47
Decimal557671
Binary11011110011001000111
Octal67114107

Shades and tints

Shades of #374C47

#374C47
(55,76,71)
#324641
(50,70,65)
#2D403B
(45,64,59)
#283A35
(40,58,53)
#23342F
(35,52,47)
#1E2E29
(30,46,41)
#192823
(25,40,35)
#14221D
(20,34,29)
#0F1C17
(15,28,23)
#0A1611
(10,22,17)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #374C47

#374C47
(55,76,71)
#495C57
(73,92,87)
#5B6C67
(91,108,103)
#6D7C77
(109,124,119)
#7F8C87
(127,140,135)
#919C97
(145,156,151)
#A3ACA7
(163,172,167)
#B5BCB7
(181,188,183)
#C7CCC7
(199,204,199)
#D9DCD7
(217,220,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C47; }

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

This text font color is #374C47.


Background Color

.myBgColor { background-color: #374C47; }

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

This div background color is #374C47.


Border color

.myBorderColor { border: 1px solid #374C47; }

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

This div border color is #374C47.


Opacity

.myOpacity80 { color: #374C47; opacity: 0.8; }

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

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

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

This text has shadow with #374C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C47 on black background.


Color preview on white background

This text has color #374C47 on white background.



Black color preview on #374C47 background

This text has black color on #374C47 background.


White color preview on #374C47 background

This text has white color on #374C47 background.