COLOR #377B48

HEX: #377B48
RGB: (55,123,72)

Renk bilgisi

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

RGB renk modeli

#377B48 color RGB value is (55,123,72).

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

RGB bağlantıları ve doygunluk

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

55
123
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 123 + 72 = 250 (100%)
R 55 of 250 ~ 22%
G 123 of 250 ~ 49.2%
B 72 of 250 ~ 28.8%

%22
%49.2
%28.8

CMYK RENK MODELİ

#377B48 rengi CMYK tonu (55,0,41,52).

  • camgöbeği tonu 55.28%
  • eflatun tonu 0.00%
  • sarı tonu 41.46%
  • ana renk tonu 51.76%
CMYK:
(55,0,41,52)
C55M0Y41K52 
(55%,0%,41%,52%)
(0.55/0.00/0.41/0.52)	

CMYK yüzdeleri

%55.28
%0
%41.46
%51.76

Codes

Color #377B48 in popluar color models

377B48
RGB5512372
HSL135°38.20%34.90%
HSB/HSV135°55.28%48.24%
CMYK55.28%0.00%41.46%
51.76%

Color #377B48 in popluar number systems.

HEX377B48
Decimal5512372
Binary11011111110111001000
Octal67173110

Shades and tints

Shades of #377B48

#377B48
(55,123,72)
#327042
(50,112,66)
#2D653C
(45,101,60)
#285A36
(40,90,54)
#234F30
(35,79,48)
#1E442A
(30,68,42)
#193924
(25,57,36)
#142E1E
(20,46,30)
#0F2318
(15,35,24)
#0A1812
(10,24,18)
#050D0C
(5,13,12)
#000000
(0,0,0)

Tints of #377B48

#377B48
(55,123,72)
#498758
(73,135,88)
#5B9368
(91,147,104)
#6D9F78
(109,159,120)
#7FAB88
(127,171,136)
#91B798
(145,183,152)
#A3C3A8
(163,195,168)
#B5CFB8
(181,207,184)
#C7DBC8
(199,219,200)
#D9E7D8
(217,231,216)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377B48; }

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

This text font color is #377B48.


Background Color

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

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

This div background color is #377B48.


Border color

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

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

This div border color is #377B48.


Opacity

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

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

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

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

This text has shadow with #377B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377B48 on black background.


Color preview on white background

This text has color #377B48 on white background.



Black color preview on #377B48 background

This text has black color on #377B48 background.


White color preview on #377B48 background

This text has white color on #377B48 background.