COLOR #254755

HEX: #254755
RGB: (37,71,85)

Color info

#254755 contains red, green and blue colors in about the same proportion. Web safe color of #254755 is #333366 (or #336).

RGB color model

#254755 color RGB value is (37,71,85).

  • red value is 37;
  • green value is 71;
  • blue value is 85.
RGB:
(37,71,85)
(15%,28%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 71 of 255 = 28%
B 85 of 255 = 33%

37
71
85

R + G + B ~ 25%. #254755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 71 + 85 = 193 (100%)
R 37 of 193 ~ 19.17%
G 71 of 193 ~ 36.79%
B 85 of 193 ~ 44.04%

%19.17
%36.79
%44.04

CMYK color model

#254755 color CMYK value is (56,16,0,67).

  • cyan value is 56.47%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(56,16,0,67)
C56M16Y0K67 
(56%,16%,0%,67%)
(0.56/0.16/0.00/0.67)	

CMYK percentages

%56.47
%16.47
%0
%66.67

Codes

Color #254755 in popluar color models

254755
RGB377185
HSL198°39.34%23.92%
HSB/HSV198°56.47%33.33%
CMYK56.47%16.47%0.00%
66.67%

Color #254755 in popluar number systems.

HEX254755
Decimal377185
Binary10010110001111010101
Octal45107125

Shades and tints

Shades of #254755

#254755
(37,71,85)
#22414E
(34,65,78)
#1F3B47
(31,59,71)
#1C3540
(28,53,64)
#192F39
(25,47,57)
#162932
(22,41,50)
#13232B
(19,35,43)
#101D24
(16,29,36)
#0D171D
(13,23,29)
#0A1116
(10,17,22)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #254755

#254755
(37,71,85)
#385764
(56,87,100)
#4B6773
(75,103,115)
#5E7782
(94,119,130)
#718791
(113,135,145)
#8497A0
(132,151,160)
#97A7AF
(151,167,175)
#AAB7BE
(170,183,190)
#BDC7CD
(189,199,205)
#D0D7DC
(208,215,220)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254755 color. Also use rgb(37,71,85) instead hex code.

Text Font Color

.myTextColor { color: #254755; }

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

This text font color is #254755.


Background Color

.myBgColor { background-color: #254755; }

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

This div background color is #254755.


Border color

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

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

This div border color is #254755.


Opacity

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

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

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

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

This text has shadow with #254755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254755 on black background.


Color preview on white background

This text has color #254755 on white background.



Black color preview on #254755 background

This text has black color on #254755 background.


White color preview on #254755 background

This text has white color on #254755 background.