COLOR #25555D

HEX: #25555D
RGB: (37,85,93)

Color info

#25555D contains red, green and blue colors in about the same proportion. Web safe color of #25555D is #336666 (or #366).

RGB color model

#25555D color RGB value is (37,85,93).

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

RGB channels and saturation

R 37 of 255 = 15%
G 85 of 255 = 33%
B 93 of 255 = 36%

37
85
93

R + G + B ~ 28%. #25555D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 85 + 93 = 215 (100%)
R 37 of 215 ~ 17.21%
G 85 of 215 ~ 39.53%
B 93 of 215 ~ 43.26%

%17.21
%39.53
%43.26

CMYK color model

#25555D color CMYK value is (60,9,0,64).

  • cyan value is 60.22%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(60,9,0,64)
C60M9Y0K64 
(60%,9%,0%,64%)
(0.60/0.09/0.00/0.64)	

CMYK percentages

%60.22
%8.6
%0
%63.53

Codes

Color #25555D in popluar color models

25555D
RGB378593
HSL189°43.08%25.49%
HSB/HSV189°60.22%36.47%
CMYK60.22%8.60%0.00%
63.53%

Color #25555D in popluar number systems.

HEX25555D
Decimal378593
Binary10010110101011011101
Octal45125135

Shades and tints

Shades of #25555D

#25555D
(37,85,93)
#224E55
(34,78,85)
#1F474D
(31,71,77)
#1C4045
(28,64,69)
#19393D
(25,57,61)
#163235
(22,50,53)
#132B2D
(19,43,45)
#102425
(16,36,37)
#0D1D1D
(13,29,29)
#0A1615
(10,22,21)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #25555D

#25555D
(37,85,93)
#38646B
(56,100,107)
#4B7379
(75,115,121)
#5E8287
(94,130,135)
#719195
(113,145,149)
#84A0A3
(132,160,163)
#97AFB1
(151,175,177)
#AABEBF
(170,190,191)
#BDCDCD
(189,205,205)
#D0DCDB
(208,220,219)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25555D; }

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

This text font color is #25555D.


Background Color

.myBgColor { background-color: #25555D; }

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

This div background color is #25555D.


Border color

.myBorderColor { border: 1px solid #25555D; }

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

This div border color is #25555D.


Opacity

.myOpacity80 { color: #25555D; opacity: 0.8; }

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

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

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

This text has shadow with #25555D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25555D on black background.


Color preview on white background

This text has color #25555D on white background.



Black color preview on #25555D background

This text has black color on #25555D background.


White color preview on #25555D background

This text has white color on #25555D background.