COLOR #255466

HEX: #255466
RGB: (37,84,102)

Color info

#255466 contains mainly green and blue colors. Web safe color of #255466 is #336666 (or #366).

RGB color model

#255466 color RGB value is (37,84,102).

  • red value is 37;
  • green value is 84;
  • blue value is 102.
RGB:
(37,84,102)
(15%,33%,40%)

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 102 of 255 = 40%

37
84
102

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

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 102 = 223 (100%)
R 37 of 223 ~ 16.59%
G 84 of 223 ~ 37.67%
B 102 of 223 ~ 45.74%

%16.59
%37.67
%45.74

CMYK color model

#255466 color CMYK value is (64,18,0,60).

  • cyan value is 63.73%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(64,18,0,60)
C64M18Y0K60 
(64%,18%,0%,60%)
(0.64/0.18/0.00/0.60)	

CMYK percentages

%63.73
%17.65
%0
%60

Codes

Color #255466 in popluar color models

255466
RGB3784102
HSL197°46.76%27.25%
HSB/HSV197°63.73%40.00%
CMYK63.73%17.65%0.00%
60.00%

Color #255466 in popluar number systems.

HEX255466
Decimal3784102
Binary10010110101001100110
Octal45124146

Shades and tints

Shades of #255466

#255466
(37,84,102)
#224D5D
(34,77,93)
#1F4654
(31,70,84)
#1C3F4B
(28,63,75)
#193842
(25,56,66)
#163139
(22,49,57)
#132A30
(19,42,48)
#102327
(16,35,39)
#0D1C1E
(13,28,30)
#0A1515
(10,21,21)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #255466

#255466
(37,84,102)
#386373
(56,99,115)
#4B7280
(75,114,128)
#5E818D
(94,129,141)
#71909A
(113,144,154)
#849FA7
(132,159,167)
#97AEB4
(151,174,180)
#AABDC1
(170,189,193)
#BDCCCE
(189,204,206)
#D0DBDB
(208,219,219)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255466 color. Also use rgb(37,84,102) instead hex code.

Text Font Color

.myTextColor { color: #255466; }

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

This text font color is #255466.


Background Color

.myBgColor { background-color: #255466; }

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

This div background color is #255466.


Border color

.myBorderColor { border: 1px solid #255466; }

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

This div border color is #255466.


Opacity

.myOpacity80 { color: #255466; opacity: 0.8; }

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

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

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

This text has shadow with #255466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255466 on black background.


Color preview on white background

This text has color #255466 on white background.



Black color preview on #255466 background

This text has black color on #255466 background.


White color preview on #255466 background

This text has white color on #255466 background.