COLOR #374D37

HEX: #374D37
RGB: (55,77,55)

Renk bilgisi

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

RGB renk modeli

#374D37 color RGB value is (55,77,55).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 77 of 255 = 30%
B 55 of 255 = 22%

55
77
55

R + G + B ~ 25%. #374D37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 77 + 55 = 187 (100%)
R 55 of 187 ~ 29.41%
G 77 of 187 ~ 41.18%
B 55 of 187 ~ 29.41%

%29.41
%41.18
%29.41

CMYK RENK MODELİ

#374D37 rengi CMYK tonu (29,0,29,70).

  • camgöbeği tonu 28.57%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 69.80%
CMYK:
(29,0,29,70)
C29M0Y29K70 
(29%,0%,29%,70%)
(0.29/0.00/0.29/0.70)	

CMYK yüzdeleri

%28.57
%0
%28.57
%69.8

Codes

Color #374D37 in popluar color models

374D37
RGB557755
HSL120°16.67%25.88%
HSB/HSV120°28.57%30.20%
CMYK28.57%0.00%28.57%
69.80%

Color #374D37 in popluar number systems.

HEX374D37
Decimal557755
Binary1101111001101110111
Octal6711567

Shades and tints

Shades of #374D37

#374D37
(55,77,55)
#324632
(50,70,50)
#2D3F2D
(45,63,45)
#283828
(40,56,40)
#233123
(35,49,35)
#1E2A1E
(30,42,30)
#192319
(25,35,25)
#141C14
(20,28,20)
#0F150F
(15,21,15)
#0A0E0A
(10,14,10)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #374D37

#374D37
(55,77,55)
#495D49
(73,93,73)
#5B6D5B
(91,109,91)
#6D7D6D
(109,125,109)
#7F8D7F
(127,141,127)
#919D91
(145,157,145)
#A3ADA3
(163,173,163)
#B5BDB5
(181,189,181)
#C7CDC7
(199,205,199)
#D9DDD9
(217,221,217)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374D37; }

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

This text font color is #374D37.


Background Color

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

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

This div background color is #374D37.


Border color

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

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

This div border color is #374D37.


Opacity

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

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

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

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

This text has shadow with #374D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D37 on black background.


Color preview on white background

This text has color #374D37 on white background.



Black color preview on #374D37 background

This text has black color on #374D37 background.


White color preview on #374D37 background

This text has white color on #374D37 background.