COLOR #374137

HEX: #374137
RGB: (55,65,55)

Renk bilgisi

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

RGB renk modeli

#374137 color RGB value is (55,65,55).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 65 of 255 = 25%
B 55 of 255 = 22%

55
65
55

R + G + B ~ 23%. #374137 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 65 + 55 = 175 (100%)
R 55 of 175 ~ 31.43%
G 65 of 175 ~ 37.14%
B 55 of 175 ~ 31.43%

%31.43
%37.14
%31.43

CMYK RENK MODELİ

#374137 rengi CMYK tonu (15,0,15,75).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 15.38%
  • ana renk tonu 74.51%
CMYK:
(15,0,15,75)
C15M0Y15K75 
(15%,0%,15%,75%)
(0.15/0.00/0.15/0.75)	

CMYK yüzdeleri

%15.38
%0
%15.38
%74.51

Codes

Color #374137 in popluar color models

374137
RGB556555
HSL120°8.33%23.53%
HSB/HSV120°15.38%25.49%
CMYK15.38%0.00%15.38%
74.51%

Color #374137 in popluar number systems.

HEX374137
Decimal556555
Binary1101111000001110111
Octal6710167

Shades and tints

Shades of #374137

#374137
(55,65,55)
#323C32
(50,60,50)
#2D372D
(45,55,45)
#283228
(40,50,40)
#232D23
(35,45,35)
#1E281E
(30,40,30)
#192319
(25,35,25)
#141E14
(20,30,20)
#0F190F
(15,25,15)
#0A140A
(10,20,10)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #374137

#374137
(55,65,55)
#495249
(73,82,73)
#5B635B
(91,99,91)
#6D746D
(109,116,109)
#7F857F
(127,133,127)
#919691
(145,150,145)
#A3A7A3
(163,167,163)
#B5B8B5
(181,184,181)
#C7C9C7
(199,201,199)
#D9DAD9
(217,218,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374137; }

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

This text font color is #374137.


Background Color

.myBgColor { background-color: #374137; }

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

This div background color is #374137.


Border color

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

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

This div border color is #374137.


Opacity

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

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

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

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

This text has shadow with #374137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374137 on black background.


Color preview on white background

This text has color #374137 on white background.



Black color preview on #374137 background

This text has black color on #374137 background.


White color preview on #374137 background

This text has white color on #374137 background.