COLOR #55B373

HEX: #55B373
RGB: (85,179,115)

Renk bilgisi

#55B373 contains mainly green color. #55B373 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#55B373 color RGB value is (85,179,115).

  • kırmız ton 85;
  • yeşil ton 179;
  • mavi ton 115.
RGB:
(85,179,115)
(33%,70%,45%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 179 of 255 = 70%
B 115 of 255 = 45%

85
179
115

R + G + B ~ 49%. #55B373 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 179 + 115 = 379 (100%)
R 85 of 379 ~ 22.43%
G 179 of 379 ~ 47.23%
B 115 of 379 ~ 30.34%

%22.43
%47.23
%30.34

CMYK RENK MODELİ

#55B373 rengi CMYK tonu (53,0,36,30).

  • camgöbeği tonu 52.51%
  • eflatun tonu 0.00%
  • sarı tonu 35.75%
  • ana renk tonu 29.80%
CMYK:
(53,0,36,30)
C53M0Y36K30 
(53%,0%,36%,30%)
(0.53/0.00/0.36/0.30)	

CMYK yüzdeleri

%52.51
%0
%35.75
%29.8

Codes

Color #55B373 in popluar color models

55B373
RGB85179115
HSL139°38.21%51.76%
HSB/HSV139°52.51%70.20%
CMYK52.51%0.00%35.75%
29.80%

Color #55B373 in popluar number systems.

HEX55B373
Decimal85179115
Binary1010101101100111110011
Octal125263163

Shades and tints

Shades of #55B373

#55B373
(85,179,115)
#4EA369
(78,163,105)
#47935F
(71,147,95)
#408355
(64,131,85)
#39734B
(57,115,75)
#326341
(50,99,65)
#2B5337
(43,83,55)
#24432D
(36,67,45)
#1D3323
(29,51,35)
#162319
(22,35,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #55B373

#55B373
(85,179,115)
#64B97F
(100,185,127)
#73BF8B
(115,191,139)
#82C597
(130,197,151)
#91CBA3
(145,203,163)
#A0D1AF
(160,209,175)
#AFD7BB
(175,215,187)
#BEDDC7
(190,221,199)
#CDE3D3
(205,227,211)
#DCE9DF
(220,233,223)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B373 color. Also use rgb(85,179,115) instead hex code.

Text Font Color

.myTextColor { color: #55B373; }

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

This text font color is #55B373.


Background Color

.myBgColor { background-color: #55B373; }

<div style="background-color:#55B373">Inner text</div>

This div background color is #55B373.


Border color

.myBorderColor { border: 1px solid #55B373; }

<div style="border:3px solid #55B373">Div</div>

This div border color is #55B373.


Opacity

.myOpacity80 { color: #55B373; opacity: 0.8; }

<p style="color:#55B373;opacity:0.8;">80%</p>

Text with #55B373 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 #55B373;}

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

This text has shadow with #55B373 color.

.textShadow {text-shadow: 3px 3px 1px #55B373, 3px 3px 1px red;}

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

This text has shadow with #55B373 primary color and red secondary color.


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

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

This text has shadow with #55B373 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B373 on black background.


Color preview on white background

This text has color #55B373 on white background.



Black color preview on #55B373 background

This text has black color on #55B373 background.


White color preview on #55B373 background

This text has white color on #55B373 background.