COLOR #253A46

HEX: #253A46 RGB: (37,58,70)

Color info

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

RGB color model

#253A46 color RGB value is (37,58,70).

RGB: (37,58,70) (15%, 23%, 27%)

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 70 of 255 = 27%

37
58
70

R + G + B ~ 22%. #253A46 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 58 + 70 = 165 (100%)
R 37 of 165 ~ 22.42%
G 58 of 165 ~ 35.15%
B 70 of 165 ~ 42.42'%

%22.42
%35.15
%42.42

CMYK color model

#253A46 color CMYK value is (47,17,0,73).

  • cyan value is 47.14%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (47,17,0,73)
C47M17Y0K73 (47%, 17%, 0%, 73%)
(0.47 / 0.17 / 0.00 / 0.73)

CMYK percentages

%47.14
%17.14
%0
%72.55

Codes

Color #253A46 in popluar color models

25 3A 46
RGB 37 58 70
HSL 202° 30.84% 20.98%
HSB/HSV 202° 47.14% 27.45%
CMYK 47.14% 17.14% 0.00%
72.55%

Color #253A46 in popluar number systems.

HEX 25 3A 46
Decimal 37 58 70
Binary 100101 111010 1000110
Octal 45 72 106

Shades and tints

Shades of #253A46

#253A46
(37,58,70)
#223540
(34,53,64)
#1F303A
(31,48,58)
#1C2B34
(28,43,52)
#19262E
(25,38,46)
#162128
(22,33,40)
#131C22
(19,28,34)
#10171C
(16,23,28)
#0D1216
(13,18,22)
#0A0D10
(10,13,16)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #253A46

#253A46
(37,58,70)
#384B56
(56,75,86)
#4B5C66
(75,92,102)
#5E6D76
(94,109,118)
#717E86
(113,126,134)
#848F96
(132,143,150)
#97A0A6
(151,160,166)
#AAB1B6
(170,177,182)
#BDC2C6
(189,194,198)
#D0D3D6
(208,211,214)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253A46; }

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

This text font color is #253A46.

Background Color

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

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

This div background color is #253A46.

Border color

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

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

This div border color is #253A46.

Opacity

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

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

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

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

This text has shadow with #253A46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253A46.

Preview

Color preview on black background

This text has color #253A46 on black background.


Color preview on white background

This text has color #253A46 on white background.


Black color preview on #253A46 background

This text has black color on #253A46 background.


White color preview on #253A46 background

This text has white color on #253A46 background.


Related colors

Complementary color

Complementary color for #hex is #DAC5B9.


I love getcolorcode.com

Triadic colors

1 #46253A and #3A4625 with #253A46 are triadic colors.

2 #463A25 and #3A2546 with #253A46 are triadic colors.