COLOR #377B47

HEX: #377B47
RGB: (55,123,71)

Renk bilgisi

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

RGB renk modeli

#377B47 color RGB value is (55,123,71).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 123 of 255 = 48%
B 71 of 255 = 28%

55
123
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 123 + 71 = 249 (100%)
R 55 of 249 ~ 22.09%
G 123 of 249 ~ 49.4%
B 71 of 249 ~ 28.51%

%22.09
%49.4
%28.51

CMYK RENK MODELİ

#377B47 rengi CMYK tonu (55,0,42,52).

  • camgöbeği tonu 55.28%
  • eflatun tonu 0.00%
  • sarı tonu 42.28%
  • ana renk tonu 51.76%
CMYK:
(55,0,42,52)
C55M0Y42K52 
(55%,0%,42%,52%)
(0.55/0.00/0.42/0.52)	

CMYK yüzdeleri

%55.28
%0
%42.28
%51.76

Codes

Color #377B47 in popluar color models

377B47
RGB5512371
HSL134°38.20%34.90%
HSB/HSV134°55.28%48.24%
CMYK55.28%0.00%42.28%
51.76%

Color #377B47 in popluar number systems.

HEX377B47
Decimal5512371
Binary11011111110111000111
Octal67173107

Shades and tints

Shades of #377B47

#377B47
(55,123,71)
#327041
(50,112,65)
#2D653B
(45,101,59)
#285A35
(40,90,53)
#234F2F
(35,79,47)
#1E4429
(30,68,41)
#193923
(25,57,35)
#142E1D
(20,46,29)
#0F2317
(15,35,23)
#0A1811
(10,24,17)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #377B47

#377B47
(55,123,71)
#498757
(73,135,87)
#5B9367
(91,147,103)
#6D9F77
(109,159,119)
#7FAB87
(127,171,135)
#91B797
(145,183,151)
#A3C3A7
(163,195,167)
#B5CFB7
(181,207,183)
#C7DBC7
(199,219,199)
#D9E7D7
(217,231,215)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377B47; }

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

This text font color is #377B47.


Background Color

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

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

This div background color is #377B47.


Border color

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

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

This div border color is #377B47.


Opacity

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

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

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

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

This text has shadow with #377B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377B47 on black background.


Color preview on white background

This text has color #377B47 on white background.



Black color preview on #377B47 background

This text has black color on #377B47 background.


White color preview on #377B47 background

This text has white color on #377B47 background.