COLOR #25516D

HEX: #25516D
RGB: (37,81,109)

Color info

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

RGB color model

#25516D color RGB value is (37,81,109).

  • red value is 37;
  • green value is 81;
  • blue value is 109.
RGB:
(37,81,109)
(15%,32%,43%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 109 of 255 = 43%

37
81
109

R + G + B ~ 30%. #25516D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 81 + 109 = 227 (100%)
R 37 of 227 ~ 16.3%
G 81 of 227 ~ 35.68%
B 109 of 227 ~ 48.02%

%16.3
%35.68
%48.02

CMYK color model

#25516D color CMYK value is (66,26,0,57).

  • cyan value is 66.06%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(66,26,0,57)
C66M26Y0K57 
(66%,26%,0%,57%)
(0.66/0.26/0.00/0.57)	

CMYK percentages

%66.06
%25.69
%0
%57.25

Codes

Color #25516D in popluar color models

25516D
RGB3781109
HSL203°49.32%28.63%
HSB/HSV203°66.06%42.75%
CMYK66.06%25.69%0.00%
57.25%

Color #25516D in popluar number systems.

HEX25516D
Decimal3781109
Binary10010110100011101101
Octal45121155

Shades and tints

Shades of #25516D

#25516D
(37,81,109)
#224A64
(34,74,100)
#1F435B
(31,67,91)
#1C3C52
(28,60,82)
#193549
(25,53,73)
#162E40
(22,46,64)
#132737
(19,39,55)
#10202E
(16,32,46)
#0D1925
(13,25,37)
#0A121C
(10,18,28)
#070B13
(7,11,19)
#000000
(0,0,0)

Tints of #25516D

#25516D
(37,81,109)
#38607A
(56,96,122)
#4B6F87
(75,111,135)
#5E7E94
(94,126,148)
#718DA1
(113,141,161)
#849CAE
(132,156,174)
#97ABBB
(151,171,187)
#AABAC8
(170,186,200)
#BDC9D5
(189,201,213)
#D0D8E2
(208,216,226)
#E3E7EF
(227,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25516D color. Also use rgb(37,81,109) instead hex code.

Text Font Color

.myTextColor { color: #25516D; }

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

This text font color is #25516D.


Background Color

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

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

This div background color is #25516D.


Border color

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

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

This div border color is #25516D.


Opacity

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

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

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

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

This text has shadow with #25516D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25516D on black background.


Color preview on white background

This text has color #25516D on white background.



Black color preview on #25516D background

This text has black color on #25516D background.


White color preview on #25516D background

This text has white color on #25516D background.