COLOR #374C48

HEX: #374C48
RGB: (55,76,72)

Renk bilgisi

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

RGB renk modeli

#374C48 color RGB value is (55,76,72).

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

RGB bağlantıları ve doygunluk

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

55
76
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 76 + 72 = 203 (100%)
R 55 of 203 ~ 27.09%
G 76 of 203 ~ 37.44%
B 72 of 203 ~ 35.47%

%27.09
%37.44
%35.47

CMYK RENK MODELİ

#374C48 rengi CMYK tonu (28,0,5,70).

  • camgöbeği tonu 27.63%
  • eflatun tonu 0.00%
  • sarı tonu 5.26%
  • ana renk tonu 70.20%
CMYK:
(28,0,5,70)
C28M0Y5K70 
(28%,0%,5%,70%)
(0.28/0.00/0.05/0.70)	

CMYK yüzdeleri

%27.63
%0
%5.26
%70.2

Codes

Color #374C48 in popluar color models

374C48
RGB557672
HSL169°16.03%25.69%
HSB/HSV169°27.63%29.80%
CMYK27.63%0.00%5.26%
70.20%

Color #374C48 in popluar number systems.

HEX374C48
Decimal557672
Binary11011110011001001000
Octal67114110

Shades and tints

Shades of #374C48

#374C48
(55,76,72)
#324642
(50,70,66)
#2D403C
(45,64,60)
#283A36
(40,58,54)
#233430
(35,52,48)
#1E2E2A
(30,46,42)
#192824
(25,40,36)
#14221E
(20,34,30)
#0F1C18
(15,28,24)
#0A1612
(10,22,18)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #374C48

#374C48
(55,76,72)
#495C58
(73,92,88)
#5B6C68
(91,108,104)
#6D7C78
(109,124,120)
#7F8C88
(127,140,136)
#919C98
(145,156,152)
#A3ACA8
(163,172,168)
#B5BCB8
(181,188,184)
#C7CCC8
(199,204,200)
#D9DCD8
(217,220,216)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C48; }

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

This text font color is #374C48.


Background Color

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

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

This div background color is #374C48.


Border color

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

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

This div border color is #374C48.


Opacity

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

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

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

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

This text has shadow with #374C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C48 on black background.


Color preview on white background

This text has color #374C48 on white background.



Black color preview on #374C48 background

This text has black color on #374C48 background.


White color preview on #374C48 background

This text has white color on #374C48 background.