COLOR #377B21

HEX: #377B21
RGB: (55,123,33)

Renk bilgisi

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

RGB renk modeli

#377B21 color RGB value is (55,123,33).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 123 of 255 = 48%
B 33 of 255 = 13%

55
123
33

R + G + B ~ 28%. #377B21 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 123 + 33 = 211 (100%)
R 55 of 211 ~ 26.07%
G 123 of 211 ~ 58.29%
B 33 of 211 ~ 15.64%

%26.07
%58.29
%15.64

CMYK RENK MODELİ

#377B21 rengi CMYK tonu (55,0,73,52).

  • camgöbeği tonu 55.28%
  • eflatun tonu 0.00%
  • sarı tonu 73.17%
  • ana renk tonu 51.76%
CMYK:
(55,0,73,52)
C55M0Y73K52 
(55%,0%,73%,52%)
(0.55/0.00/0.73/0.52)	

CMYK yüzdeleri

%55.28
%0
%73.17
%51.76

Codes

Color #377B21 in popluar color models

377B21
RGB5512333
HSL105°57.69%30.59%
HSB/HSV105°73.17%48.24%
CMYK55.28%0.00%73.17%
51.76%

Color #377B21 in popluar number systems.

HEX377B21
Decimal5512333
Binary1101111111011100001
Octal6717341

Shades and tints

Shades of #377B21

#377B21
(55,123,33)
#32701E
(50,112,30)
#2D651B
(45,101,27)
#285A18
(40,90,24)
#234F15
(35,79,21)
#1E4412
(30,68,18)
#19390F
(25,57,15)
#142E0C
(20,46,12)
#0F2309
(15,35,9)
#0A1806
(10,24,6)
#050D03
(5,13,3)
#000000
(0,0,0)

Tints of #377B21

#377B21
(55,123,33)
#498735
(73,135,53)
#5B9349
(91,147,73)
#6D9F5D
(109,159,93)
#7FAB71
(127,171,113)
#91B785
(145,183,133)
#A3C399
(163,195,153)
#B5CFAD
(181,207,173)
#C7DBC1
(199,219,193)
#D9E7D5
(217,231,213)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377B21; }

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

This text font color is #377B21.


Background Color

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

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

This div background color is #377B21.


Border color

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

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

This div border color is #377B21.


Opacity

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

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

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

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

This text has shadow with #377B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377B21 on black background.


Color preview on white background

This text has color #377B21 on white background.



Black color preview on #377B21 background

This text has black color on #377B21 background.


White color preview on #377B21 background

This text has white color on #377B21 background.