COLOR #25434F

HEX: #25434F
RGB: (37,67,79)

Color info

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

RGB color model

#25434F color RGB value is (37,67,79).

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

RGB channels and saturation

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

37
67
79

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

Portions of RGB colors in percentages

R + G + B =
37 + 67 + 79 = 183 (100%)
R 37 of 183 ~ 20.22%
G 67 of 183 ~ 36.61%
B 79 of 183 ~ 43.17%

%20.22
%36.61
%43.17

CMYK color model

#25434F color CMYK value is (53,15,0,69).

  • cyan value is 53.16%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(53,15,0,69)
C53M15Y0K69 
(53%,15%,0%,69%)
(0.53/0.15/0.00/0.69)	

CMYK percentages

%53.16
%15.19
%0
%69.02

Codes

Color #25434F in popluar color models

25434F
RGB376779
HSL197°36.21%22.75%
HSB/HSV197°53.16%30.98%
CMYK53.16%15.19%0.00%
69.02%

Color #25434F in popluar number systems.

HEX25434F
Decimal376779
Binary10010110000111001111
Octal45103117

Shades and tints

Shades of #25434F

#25434F
(37,67,79)
#223D48
(34,61,72)
#1F3741
(31,55,65)
#1C313A
(28,49,58)
#192B33
(25,43,51)
#16252C
(22,37,44)
#131F25
(19,31,37)
#10191E
(16,25,30)
#0D1317
(13,19,23)
#0A0D10
(10,13,16)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #25434F

#25434F
(37,67,79)
#38545F
(56,84,95)
#4B656F
(75,101,111)
#5E767F
(94,118,127)
#71878F
(113,135,143)
#84989F
(132,152,159)
#97A9AF
(151,169,175)
#AABABF
(170,186,191)
#BDCBCF
(189,203,207)
#D0DCDF
(208,220,223)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25434F; }

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

This text font color is #25434F.


Background Color

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

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

This div background color is #25434F.


Border color

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

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

This div border color is #25434F.


Opacity

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

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

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

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

This text has shadow with #25434F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25434F on black background.


Color preview on white background

This text has color #25434F on white background.



Black color preview on #25434F background

This text has black color on #25434F background.


White color preview on #25434F background

This text has white color on #25434F background.