COLOR #255461

HEX: #255461
RGB: (37,84,97)

Color info

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

RGB color model

#255461 color RGB value is (37,84,97).

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

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 97 of 255 = 38%

37
84
97

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

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 97 = 218 (100%)
R 37 of 218 ~ 16.97%
G 84 of 218 ~ 38.53%
B 97 of 218 ~ 44.5%

%16.97
%38.53
%44.5

CMYK color model

#255461 color CMYK value is (62,13,0,62).

  • cyan value is 61.86%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(62,13,0,62)
C62M13Y0K62 
(62%,13%,0%,62%)
(0.62/0.13/0.00/0.62)	

CMYK percentages

%61.86
%13.4
%0
%61.96

Codes

Color #255461 in popluar color models

255461
RGB378497
HSL193°44.78%26.27%
HSB/HSV193°61.86%38.04%
CMYK61.86%13.40%0.00%
61.96%

Color #255461 in popluar number systems.

HEX255461
Decimal378497
Binary10010110101001100001
Octal45124141

Shades and tints

Shades of #255461

#255461
(37,84,97)
#224D59
(34,77,89)
#1F4651
(31,70,81)
#1C3F49
(28,63,73)
#193841
(25,56,65)
#163139
(22,49,57)
#132A31
(19,42,49)
#102329
(16,35,41)
#0D1C21
(13,28,33)
#0A1519
(10,21,25)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #255461

#255461
(37,84,97)
#38636F
(56,99,111)
#4B727D
(75,114,125)
#5E818B
(94,129,139)
#719099
(113,144,153)
#849FA7
(132,159,167)
#97AEB5
(151,174,181)
#AABDC3
(170,189,195)
#BDCCD1
(189,204,209)
#D0DBDF
(208,219,223)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255461; }

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

This text font color is #255461.


Background Color

.myBgColor { background-color: #255461; }

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

This div background color is #255461.


Border color

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

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

This div border color is #255461.


Opacity

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

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

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

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

This text has shadow with #255461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255461 on black background.


Color preview on white background

This text has color #255461 on white background.



Black color preview on #255461 background

This text has black color on #255461 background.


White color preview on #255461 background

This text has white color on #255461 background.