COLOR #253C41

HEX: #253C41 RGB: (37,60,65)

Color info

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

RGB color model

#253C41 color RGB value is (37,60,65).

RGB: (37,60,65) (15%, 24%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 60 of 255 = 24%
B 65 of 255 = 25%

37
60
65

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

Portions of RGB colors in percentages

R + G + B = 37 + 60 + 65 = 162 (100%)
R 37 of 162 ~ 22.84%
G 60 of 162 ~ 37.04%
B 65 of 162 ~ 40.12'%

%22.84
%37.04
%40.12

CMYK color model

#253C41 color CMYK value is (43,8,0,75).

  • cyan value is 43.08%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (43,8,0,75)
C43M8Y0K75 (43%, 8%, 0%, 75%)
(0.43 / 0.08 / 0.00 / 0.75)

CMYK percentages

%43.08
%7.69
%0
%74.51

Codes

Color #253C41 in popluar color models

25 3C 41
RGB 37 60 65
HSL 191° 27.45% 20.00%
HSB/HSV 191° 43.08% 25.49%
CMYK 43.08% 7.69% 0.00%
74.51%

Color #253C41 in popluar number systems.

HEX 25 3C 41
Decimal 37 60 65
Binary 100101 111100 1000001
Octal 45 74 101

Shades and tints

Shades of #253C41

#253C41
(37,60,65)
#22373C
(34,55,60)
#1F3237
(31,50,55)
#1C2D32
(28,45,50)
#19282D
(25,40,45)
#162328
(22,35,40)
#131E23
(19,30,35)
#10191E
(16,25,30)
#0D1419
(13,20,25)
#0A0F14
(10,15,20)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #253C41

#253C41
(37,60,65)
#384D52
(56,77,82)
#4B5E63
(75,94,99)
#5E6F74
(94,111,116)
#718085
(113,128,133)
#849196
(132,145,150)
#97A2A7
(151,162,167)
#AAB3B8
(170,179,184)
#BDC4C9
(189,196,201)
#D0D5DA
(208,213,218)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253C41 color. Also use rgb(37,60,65) instead hex code.

Text Font Color

.myTextColor { color: #253C41; }

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

This text font color is #253C41.

Background Color

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

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

This div background color is #253C41.

Border color

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

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

This div border color is #253C41.

Opacity

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

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

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

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

This text has shadow with #253C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253C41.

Preview

Color preview on black background

This text has color #253C41 on black background.


Color preview on white background

This text has color #253C41 on white background.


Black color preview on #253C41 background

This text has black color on #253C41 background.


White color preview on #253C41 background

This text has white color on #253C41 background.


Related colors

Complementary color

Complementary color for #hex is #DAC3BE.


I love getcolorcode.com

Triadic colors

1 #41253C and #3C4125 with #253C41 are triadic colors.

2 #413C25 and #3C2541 with #253C41 are triadic colors.