COLOR #374738

HEX: #374738
RGB: (55,71,56)

Renk bilgisi

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

RGB renk modeli

#374738 color RGB value is (55,71,56).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 71 of 255 = 28%
B 56 of 255 = 22%

55
71
56

R + G + B ~ 24%. #374738 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 71 + 56 = 182 (100%)
R 55 of 182 ~ 30.22%
G 71 of 182 ~ 39.01%
B 56 of 182 ~ 30.77%

%30.22
%39.01
%30.77

CMYK RENK MODELİ

#374738 rengi CMYK tonu (23,0,21,72).

  • camgöbeği tonu 22.54%
  • eflatun tonu 0.00%
  • sarı tonu 21.13%
  • ana renk tonu 72.16%
CMYK:
(23,0,21,72)
C23M0Y21K72 
(23%,0%,21%,72%)
(0.23/0.00/0.21/0.72)	

CMYK yüzdeleri

%22.54
%0
%21.13
%72.16

Codes

Color #374738 in popluar color models

374738
RGB557156
HSL124°12.70%24.71%
HSB/HSV124°22.54%27.84%
CMYK22.54%0.00%21.13%
72.16%

Color #374738 in popluar number systems.

HEX374738
Decimal557156
Binary1101111000111111000
Octal6710770

Shades and tints

Shades of #374738

#374738
(55,71,56)
#324133
(50,65,51)
#2D3B2E
(45,59,46)
#283529
(40,53,41)
#232F24
(35,47,36)
#1E291F
(30,41,31)
#19231A
(25,35,26)
#141D15
(20,29,21)
#0F1710
(15,23,16)
#0A110B
(10,17,11)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #374738

#374738
(55,71,56)
#49574A
(73,87,74)
#5B675C
(91,103,92)
#6D776E
(109,119,110)
#7F8780
(127,135,128)
#919792
(145,151,146)
#A3A7A4
(163,167,164)
#B5B7B6
(181,183,182)
#C7C7C8
(199,199,200)
#D9D7DA
(217,215,218)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374738; }

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

This text font color is #374738.


Background Color

.myBgColor { background-color: #374738; }

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

This div background color is #374738.


Border color

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

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

This div border color is #374738.


Opacity

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

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

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

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

This text has shadow with #374738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374738 on black background.


Color preview on white background

This text has color #374738 on white background.



Black color preview on #374738 background

This text has black color on #374738 background.


White color preview on #374738 background

This text has white color on #374738 background.