COLOR #377B28

HEX: #377B28
RGB: (55,123,40)

Renk bilgisi

#377B28 contains mainly green color. #377B28 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#377B28 color RGB value is (55,123,40).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 123 of 255 = 48%
B 40 of 255 = 16%

55
123
40

R + G + B ~ 29%. #377B28 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 123 + 40 = 218 (100%)
R 55 of 218 ~ 25.23%
G 123 of 218 ~ 56.42%
B 40 of 218 ~ 18.35%

%25.23
%56.42
%18.35

CMYK RENK MODELİ

#377B28 rengi CMYK tonu (55,0,67,52).

  • camgöbeği tonu 55.28%
  • eflatun tonu 0.00%
  • sarı tonu 67.48%
  • ana renk tonu 51.76%
CMYK:
(55,0,67,52)
C55M0Y67K52 
(55%,0%,67%,52%)
(0.55/0.00/0.67/0.52)	

CMYK yüzdeleri

%55.28
%0
%67.48
%51.76

Codes

Color #377B28 in popluar color models

377B28
RGB5512340
HSL109°50.92%31.96%
HSB/HSV109°67.48%48.24%
CMYK55.28%0.00%67.48%
51.76%

Color #377B28 in popluar number systems.

HEX377B28
Decimal5512340
Binary1101111111011101000
Octal6717350

Shades and tints

Shades of #377B28

#377B28
(55,123,40)
#327025
(50,112,37)
#2D6522
(45,101,34)
#285A1F
(40,90,31)
#234F1C
(35,79,28)
#1E4419
(30,68,25)
#193916
(25,57,22)
#142E13
(20,46,19)
#0F2310
(15,35,16)
#0A180D
(10,24,13)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #377B28

#377B28
(55,123,40)
#49873B
(73,135,59)
#5B934E
(91,147,78)
#6D9F61
(109,159,97)
#7FAB74
(127,171,116)
#91B787
(145,183,135)
#A3C39A
(163,195,154)
#B5CFAD
(181,207,173)
#C7DBC0
(199,219,192)
#D9E7D3
(217,231,211)
#EBF3E6
(235,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377B28; }

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

This text font color is #377B28.


Background Color

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

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

This div background color is #377B28.


Border color

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

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

This div border color is #377B28.


Opacity

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

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

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

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

This text has shadow with #377B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377B28 on black background.


Color preview on white background

This text has color #377B28 on white background.



Black color preview on #377B28 background

This text has black color on #377B28 background.


White color preview on #377B28 background

This text has white color on #377B28 background.