COLOR #253254

HEX: #253254
RGB: (37,50,84)

Color info

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

RGB color model

#253254 color RGB value is (37,50,84).

  • red value is 37;
  • green value is 50;
  • blue value is 84.
RGB:
(37,50,84)
(15%,20%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 84 of 255 = 33%

37
50
84

R + G + B ~ 23%. #253254 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 84 = 171 (100%)
R 37 of 171 ~ 21.64%
G 50 of 171 ~ 29.24%
B 84 of 171 ~ 49.12%

%21.64
%29.24
%49.12

CMYK color model

#253254 color CMYK value is (56,40,0,67).

  • cyan value is 55.95%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(56,40,0,67)
C56M40Y0K67 
(56%,40%,0%,67%)
(0.56/0.40/0.00/0.67)	

CMYK percentages

%55.95
%40.48
%0
%67.06

Codes

Color #253254 in popluar color models

253254
RGB375084
HSL223°38.84%23.73%
HSB/HSV223°55.95%32.94%
CMYK55.95%40.48%0.00%
67.06%

Color #253254 in popluar number systems.

HEX253254
Decimal375084
Binary1001011100101010100
Octal4562124

Shades and tints

Shades of #253254

#253254
(37,50,84)
#222E4D
(34,46,77)
#1F2A46
(31,42,70)
#1C263F
(28,38,63)
#192238
(25,34,56)
#161E31
(22,30,49)
#131A2A
(19,26,42)
#101623
(16,22,35)
#0D121C
(13,18,28)
#0A0E15
(10,14,21)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #253254

#253254
(37,50,84)
#384463
(56,68,99)
#4B5672
(75,86,114)
#5E6881
(94,104,129)
#717A90
(113,122,144)
#848C9F
(132,140,159)
#979EAE
(151,158,174)
#AAB0BD
(170,176,189)
#BDC2CC
(189,194,204)
#D0D4DB
(208,212,219)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253254 color. Also use rgb(37,50,84) instead hex code.

Text Font Color

.myTextColor { color: #253254; }

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

This text font color is #253254.


Background Color

.myBgColor { background-color: #253254; }

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

This div background color is #253254.


Border color

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

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

This div border color is #253254.


Opacity

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

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

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

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

This text has shadow with #253254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253254 on black background.


Color preview on white background

This text has color #253254 on white background.



Black color preview on #253254 background

This text has black color on #253254 background.


White color preview on #253254 background

This text has white color on #253254 background.