COLOR #253861

HEX: #253861
RGB: (37,56,97)

Color info

#253861 contains mainly green and blue colors. Web safe color of #253861 is #333366 (or #336).

RGB color model

#253861 color RGB value is (37,56,97).

  • red value is 37;
  • green value is 56;
  • blue value is 97.
RGB:
(37,56,97)
(15%,22%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 97 of 255 = 38%

37
56
97

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

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 97 = 190 (100%)
R 37 of 190 ~ 19.47%
G 56 of 190 ~ 29.47%
B 97 of 190 ~ 51.05%

%19.47
%29.47
%51.05

CMYK color model

#253861 color CMYK value is (62,42,0,62).

  • cyan value is 61.86%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(62,42,0,62)
C62M42Y0K62 
(62%,42%,0%,62%)
(0.62/0.42/0.00/0.62)	

CMYK percentages

%61.86
%42.27
%0
%61.96

Codes

Color #253861 in popluar color models

253861
RGB375697
HSL221°44.78%26.27%
HSB/HSV221°61.86%38.04%
CMYK61.86%42.27%0.00%
61.96%

Color #253861 in popluar number systems.

HEX253861
Decimal375697
Binary1001011110001100001
Octal4570141

Shades and tints

Shades of #253861

#253861
(37,56,97)
#223359
(34,51,89)
#1F2E51
(31,46,81)
#1C2949
(28,41,73)
#192441
(25,36,65)
#161F39
(22,31,57)
#131A31
(19,26,49)
#101529
(16,21,41)
#0D1021
(13,16,33)
#0A0B19
(10,11,25)
#070611
(7,6,17)
#000000
(0,0,0)

Tints of #253861

#253861
(37,56,97)
#384A6F
(56,74,111)
#4B5C7D
(75,92,125)
#5E6E8B
(94,110,139)
#718099
(113,128,153)
#8492A7
(132,146,167)
#97A4B5
(151,164,181)
#AAB6C3
(170,182,195)
#BDC8D1
(189,200,209)
#D0DADF
(208,218,223)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253861 color. Also use rgb(37,56,97) instead hex code.

Text Font Color

.myTextColor { color: #253861; }

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

This text font color is #253861.


Background Color

.myBgColor { background-color: #253861; }

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

This div background color is #253861.


Border color

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

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

This div border color is #253861.


Opacity

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

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

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

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

This text has shadow with #253861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253861 on black background.


Color preview on white background

This text has color #253861 on white background.



Black color preview on #253861 background

This text has black color on #253861 background.


White color preview on #253861 background

This text has white color on #253861 background.