COLOR #253A42

HEX: #253A42 RGB: (37,58,66)

Color info

#253A42 contains red, green and blue colors in about the same proportion. Web safe color of #253A42 is #333333 (or #333).

RGB color model

#253A42 color RGB value is (37,58,66).

RGB: (37,58,66) (15%, 23%, 26%)

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 66 of 255 = 26%

37
58
66

R + G + B ~ 21%. #253A42 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 58 + 66 = 161 (100%)
R 37 of 161 ~ 22.98%
G 58 of 161 ~ 36.02%
B 66 of 161 ~ 40.99'%

%22.98
%36.02
%40.99

CMYK color model

#253A42 color CMYK value is (44,12,0,74).

  • cyan value is 43.94%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (44,12,0,74)
C44M12Y0K74 (44%, 12%, 0%, 74%)
(0.44 / 0.12 / 0.00 / 0.74)

CMYK percentages

%43.94
%12.12
%0
%74.12

Codes

Color #253A42 in popluar color models

25 3A 42
RGB 37 58 66
HSL 197° 28.16% 20.20%
HSB/HSV 197° 43.94% 25.88%
CMYK 43.94% 12.12% 0.00%
74.12%

Color #253A42 in popluar number systems.

HEX 25 3A 42
Decimal 37 58 66
Binary 100101 111010 1000010
Octal 45 72 102

Shades and tints

Shades of #253A42

#253A42
(37,58,66)
#22353C
(34,53,60)
#1F3036
(31,48,54)
#1C2B30
(28,43,48)
#19262A
(25,38,42)
#162124
(22,33,36)
#131C1E
(19,28,30)
#101718
(16,23,24)
#0D1212
(13,18,18)
#0A0D0C
(10,13,12)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #253A42

#253A42
(37,58,66)
#384B53
(56,75,83)
#4B5C64
(75,92,100)
#5E6D75
(94,109,117)
#717E86
(113,126,134)
#848F97
(132,143,151)
#97A0A8
(151,160,168)
#AAB1B9
(170,177,185)
#BDC2CA
(189,194,202)
#D0D3DB
(208,211,219)
#E3E4EC
(227,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253A42 color. Also use rgb(37,58,66) instead hex code.

Text Font Color

.myTextColor { color: #253A42; }

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

This text font color is #253A42.

Background Color

.myBgColor { background-color: #253A42; }

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

This div background color is #253A42.

Border color

.myBorderColor { border: 1px solid #253A42; }

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

This div border color is #253A42.

Opacity

.myOpacity80 { color: #253A42; opacity: 0.8; }

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

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

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

This text has shadow with #253A42 color.


.textShadow {text-shadow: 3px 3px 1px #253A42', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #253A42; -webkit-box-shadow: 1px 1px 3px 2px #253A42; box-shadow:1px 1px 3px 2px #253A42;">
Div content here
</div>

This div box has shadow with color #253A42.

Preview

Color preview on black background

This text has color #253A42 on black background.


Color preview on white background

This text has color #253A42 on white background.


Black color preview on #253A42 background

This text has black color on #253A42 background.


White color preview on #253A42 background

This text has white color on #253A42 background.


Related colors

Complementary color

Complementary color for #hex is #DAC5BD.


I love getcolorcode.com

Triadic colors

1 #42253A and #3A4225 with #253A42 are triadic colors.

2 #423A25 and #3A2542 with #253A42 are triadic colors.