COLOR #377A4A

HEX: #377A4A
RGB: (55,122,74)

Renk bilgisi

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

RGB renk modeli

#377A4A color RGB value is (55,122,74).

  • kırmız ton 55;
  • yeşil ton 122;
  • mavi ton 74.
RGB:
(55,122,74)
(22%,48%,29%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 122 of 255 = 48%
B 74 of 255 = 29%

55
122
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 122 + 74 = 251 (100%)
R 55 of 251 ~ 21.91%
G 122 of 251 ~ 48.61%
B 74 of 251 ~ 29.48%

%21.91
%48.61
%29.48

CMYK RENK MODELİ

#377A4A rengi CMYK tonu (55,0,39,52).

  • camgöbeği tonu 54.92%
  • eflatun tonu 0.00%
  • sarı tonu 39.34%
  • ana renk tonu 52.16%
CMYK:
(55,0,39,52)
C55M0Y39K52 
(55%,0%,39%,52%)
(0.55/0.00/0.39/0.52)	

CMYK yüzdeleri

%54.92
%0
%39.34
%52.16

Codes

Color #377A4A in popluar color models

377A4A
RGB5512274
HSL137°37.85%34.71%
HSB/HSV137°54.92%47.84%
CMYK54.92%0.00%39.34%
52.16%

Color #377A4A in popluar number systems.

HEX377A4A
Decimal5512274
Binary11011111110101001010
Octal67172112

Shades and tints

Shades of #377A4A

#377A4A
(55,122,74)
#326F44
(50,111,68)
#2D643E
(45,100,62)
#285938
(40,89,56)
#234E32
(35,78,50)
#1E432C
(30,67,44)
#193826
(25,56,38)
#142D20
(20,45,32)
#0F221A
(15,34,26)
#0A1714
(10,23,20)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #377A4A

#377A4A
(55,122,74)
#49865A
(73,134,90)
#5B926A
(91,146,106)
#6D9E7A
(109,158,122)
#7FAA8A
(127,170,138)
#91B69A
(145,182,154)
#A3C2AA
(163,194,170)
#B5CEBA
(181,206,186)
#C7DACA
(199,218,202)
#D9E6DA
(217,230,218)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377A4A color. Also use rgb(55,122,74) instead hex code.

Text Font Color

.myTextColor { color: #377A4A; }

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

This text font color is #377A4A.


Background Color

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

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

This div background color is #377A4A.


Border color

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

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

This div border color is #377A4A.


Opacity

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

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

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

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

This text has shadow with #377A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377A4A on black background.


Color preview on white background

This text has color #377A4A on white background.



Black color preview on #377A4A background

This text has black color on #377A4A background.


White color preview on #377A4A background

This text has white color on #377A4A background.