COLOR #377D49

HEX: #377D49
RGB: (55,125,73)

Renk bilgisi

#377D49 contains mainly green and blue colors. #377D49 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#377D49 color RGB value is (55,125,73).

  • kırmız ton 55;
  • yeşil ton 125;
  • mavi ton 73.
RGB:
(55,125,73)
(22%,49%,29%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 125 of 255 = 49%
B 73 of 255 = 29%

55
125
73

R + G + B ~ 33%. #377D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 125 + 73 = 253 (100%)
R 55 of 253 ~ 21.74%
G 125 of 253 ~ 49.41%
B 73 of 253 ~ 28.85%

%21.74
%49.41
%28.85

CMYK RENK MODELİ

#377D49 rengi CMYK tonu (56,0,42,51).

  • camgöbeği tonu 56.00%
  • eflatun tonu 0.00%
  • sarı tonu 41.60%
  • ana renk tonu 50.98%
CMYK:
(56,0,42,51)
C56M0Y42K51 
(56%,0%,42%,51%)
(0.56/0.00/0.42/0.51)	

CMYK yüzdeleri

%56
%0
%41.6
%50.98

Codes

Color #377D49 in popluar color models

377D49
RGB5512573
HSL135°38.89%35.29%
HSB/HSV135°56.00%49.02%
CMYK56.00%0.00%41.60%
50.98%

Color #377D49 in popluar number systems.

HEX377D49
Decimal5512573
Binary11011111111011001001
Octal67175111

Shades and tints

Shades of #377D49

#377D49
(55,125,73)
#327243
(50,114,67)
#2D673D
(45,103,61)
#285C37
(40,92,55)
#235131
(35,81,49)
#1E462B
(30,70,43)
#193B25
(25,59,37)
#14301F
(20,48,31)
#0F2519
(15,37,25)
#0A1A13
(10,26,19)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #377D49

#377D49
(55,125,73)
#498859
(73,136,89)
#5B9369
(91,147,105)
#6D9E79
(109,158,121)
#7FA989
(127,169,137)
#91B499
(145,180,153)
#A3BFA9
(163,191,169)
#B5CAB9
(181,202,185)
#C7D5C9
(199,213,201)
#D9E0D9
(217,224,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377D49 color. Also use rgb(55,125,73) instead hex code.

Text Font Color

.myTextColor { color: #377D49; }

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

This text font color is #377D49.


Background Color

.myBgColor { background-color: #377D49; }

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

This div background color is #377D49.


Border color

.myBorderColor { border: 1px solid #377D49; }

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

This div border color is #377D49.


Opacity

.myOpacity80 { color: #377D49; opacity: 0.8; }

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

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

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

This text has shadow with #377D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377D49 on black background.


Color preview on white background

This text has color #377D49 on white background.



Black color preview on #377D49 background

This text has black color on #377D49 background.


White color preview on #377D49 background

This text has white color on #377D49 background.