COLOR #255A63

HEX: #255A63
RGB: (37,90,99)

Renk bilgisi

#255A63 contains mainly green and blue colors. #255A63 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#255A63 color RGB value is (37,90,99).

  • kırmız ton 37;
  • yeşil ton 90;
  • mavi ton 99.
RGB:
(37,90,99)
(15%,35%,39%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 90 of 255 = 35%
B 99 of 255 = 39%

37
90
99

R + G + B ~ 30%. #255A63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 90 + 99 = 226 (100%)
R 37 of 226 ~ 16.37%
G 90 of 226 ~ 39.82%
B 99 of 226 ~ 43.81%

%16.37
%39.82
%43.81

CMYK RENK MODELİ

#255A63 rengi CMYK tonu (63,9,0,61).

  • camgöbeği tonu 62.63%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(63,9,0,61)
C63M9Y0K61 
(63%,9%,0%,61%)
(0.63/0.09/0.00/0.61)	

CMYK yüzdeleri

%62.63
%9.09
%0
%61.18

Codes

Color #255A63 in popluar color models

255A63
RGB379099
HSL189°45.59%26.67%
HSB/HSV189°62.63%38.82%
CMYK62.63%9.09%0.00%
61.18%

Color #255A63 in popluar number systems.

HEX255A63
Decimal379099
Binary10010110110101100011
Octal45132143

Shades and tints

Shades of #255A63

#255A63
(37,90,99)
#22525A
(34,82,90)
#1F4A51
(31,74,81)
#1C4248
(28,66,72)
#193A3F
(25,58,63)
#163236
(22,50,54)
#132A2D
(19,42,45)
#102224
(16,34,36)
#0D1A1B
(13,26,27)
#0A1212
(10,18,18)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #255A63

#255A63
(37,90,99)
#386971
(56,105,113)
#4B787F
(75,120,127)
#5E878D
(94,135,141)
#71969B
(113,150,155)
#84A5A9
(132,165,169)
#97B4B7
(151,180,183)
#AAC3C5
(170,195,197)
#BDD2D3
(189,210,211)
#D0E1E1
(208,225,225)
#E3F0EF
(227,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255A63 color. Also use rgb(37,90,99) instead hex code.

Text Font Color

.myTextColor { color: #255A63; }

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

This text font color is #255A63.


Background Color

.myBgColor { background-color: #255A63; }

<div style="background-color:#255A63">Inner text</div>

This div background color is #255A63.


Border color

.myBorderColor { border: 1px solid #255A63; }

<div style="border:3px solid #255A63">Div</div>

This div border color is #255A63.


Opacity

.myOpacity80 { color: #255A63; opacity: 0.8; }

<p style="color:#255A63;opacity:0.8;">80%</p>

Text with #255A63 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 #255A63;}

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

This text has shadow with #255A63 color.

.textShadow {text-shadow: 3px 3px 1px #255A63, 3px 3px 1px red;}

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

This text has shadow with #255A63 primary color and red secondary color.


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

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

This text has shadow with #255A63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255A63 on black background.


Color preview on white background

This text has color #255A63 on white background.



Black color preview on #255A63 background

This text has black color on #255A63 background.


White color preview on #255A63 background

This text has white color on #255A63 background.