COLOR #253A3C

HEX: #253A3C RGB: (37,58,60)

Color info

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

RGB color model

#253A3C color RGB value is (37,58,60).

RGB: (37,58,60) (15%, 23%, 24%)

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 60 of 255 = 24%

37
58
60

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

Portions of RGB colors in percentages

R + G + B = 37 + 58 + 60 = 155 (100%)
R 37 of 155 ~ 23.87%
G 58 of 155 ~ 37.42%
B 60 of 155 ~ 38.71'%

%23.87
%37.42
%38.71

CMYK color model

#253A3C color CMYK value is (38,3,0,76).

  • cyan value is 38.33%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (38,3,0,76)
C38M3Y0K76 (38%, 3%, 0%, 76%)
(0.38 / 0.03 / 0.00 / 0.76)

CMYK percentages

%38.33
%3.33
%0
%76.47

Codes

Color #253A3C in popluar color models

25 3A 3C
RGB 37 58 60
HSL 185° 23.71% 19.02%
HSB/HSV 185° 38.33% 23.53%
CMYK 38.33% 3.33% 0.00%
76.47%

Color #253A3C in popluar number systems.

HEX 25 3A 3C
Decimal 37 58 60
Binary 100101 111010 111100
Octal 45 72 74

Shades and tints

Shades of #253A3C

#253A3C
(37,58,60)
#223537
(34,53,55)
#1F3032
(31,48,50)
#1C2B2D
(28,43,45)
#192628
(25,38,40)
#162123
(22,33,35)
#131C1E
(19,28,30)
#101719
(16,23,25)
#0D1214
(13,18,20)
#0A0D0F
(10,13,15)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #253A3C

#253A3C
(37,58,60)
#384B4D
(56,75,77)
#4B5C5E
(75,92,94)
#5E6D6F
(94,109,111)
#717E80
(113,126,128)
#848F91
(132,143,145)
#97A0A2
(151,160,162)
#AAB1B3
(170,177,179)
#BDC2C4
(189,194,196)
#D0D3D5
(208,211,213)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253A3C; }

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

This text font color is #253A3C.

Background Color

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

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

This div background color is #253A3C.

Border color

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

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

This div border color is #253A3C.

Opacity

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

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

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

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

This text has shadow with #253A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253A3C.

Preview

Color preview on black background

This text has color #253A3C on black background.


Color preview on white background

This text has color #253A3C on white background.


Black color preview on #253A3C background

This text has black color on #253A3C background.


White color preview on #253A3C background

This text has white color on #253A3C background.


Related colors

Complementary color

Complementary color for #hex is #DAC5C3.


I love getcolorcode.com

Triadic colors

1 #3C253A and #3A3C25 with #253A3C are triadic colors.

2 #3C3A25 and #3A253C with #253A3C are triadic colors.