COLOR #25434E

HEX: #25434E
RGB: (37,67,78)

Color info

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

RGB color model

#25434E color RGB value is (37,67,78).

  • red value is 37;
  • green value is 67;
  • blue value is 78.
RGB:
(37,67,78)
(15%,26%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 67 of 255 = 26%
B 78 of 255 = 31%

37
67
78

R + G + B ~ 24%. #25434E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 67 + 78 = 182 (100%)
R 37 of 182 ~ 20.33%
G 67 of 182 ~ 36.81%
B 78 of 182 ~ 42.86%

%20.33
%36.81
%42.86

CMYK color model

#25434E color CMYK value is (53,14,0,69).

  • cyan value is 52.56%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(53,14,0,69)
C53M14Y0K69 
(53%,14%,0%,69%)
(0.53/0.14/0.00/0.69)	

CMYK percentages

%52.56
%14.1
%0
%69.41

Codes

Color #25434E in popluar color models

25434E
RGB376778
HSL196°35.65%22.55%
HSB/HSV196°52.56%30.59%
CMYK52.56%14.10%0.00%
69.41%

Color #25434E in popluar number systems.

HEX25434E
Decimal376778
Binary10010110000111001110
Octal45103116

Shades and tints

Shades of #25434E

#25434E
(37,67,78)
#223D47
(34,61,71)
#1F3740
(31,55,64)
#1C3139
(28,49,57)
#192B32
(25,43,50)
#16252B
(22,37,43)
#131F24
(19,31,36)
#10191D
(16,25,29)
#0D1316
(13,19,22)
#0A0D0F
(10,13,15)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #25434E

#25434E
(37,67,78)
#38545E
(56,84,94)
#4B656E
(75,101,110)
#5E767E
(94,118,126)
#71878E
(113,135,142)
#84989E
(132,152,158)
#97A9AE
(151,169,174)
#AABABE
(170,186,190)
#BDCBCE
(189,203,206)
#D0DCDE
(208,220,222)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25434E color. Also use rgb(37,67,78) instead hex code.

Text Font Color

.myTextColor { color: #25434E; }

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

This text font color is #25434E.


Background Color

.myBgColor { background-color: #25434E; }

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

This div background color is #25434E.


Border color

.myBorderColor { border: 1px solid #25434E; }

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

This div border color is #25434E.


Opacity

.myOpacity80 { color: #25434E; opacity: 0.8; }

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

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

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

This text has shadow with #25434E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25434E on black background.


Color preview on white background

This text has color #25434E on white background.



Black color preview on #25434E background

This text has black color on #25434E background.


White color preview on #25434E background

This text has white color on #25434E background.