COLOR #253E31

HEX: #253E31 RGB: (37,62,49)

Color info

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

RGB color model

#253E31 color RGB value is (37,62,49).

RGB: (37,62,49) (15%, 24%, 19%)

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 49 of 255 = 19%

37
62
49

R + G + B ~ 19%. #253E31 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 62 + 49 = 148 (100%)
R 37 of 148 ~ 25%
G 62 of 148 ~ 41.89%
B 49 of 148 ~ 33.11'%

%25
%41.89
%33.11

CMYK color model

#253E31 color CMYK value is (40,0,21,76).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 75.69%

CMYK: (40,0,21,76)
C40M0Y21K76 (40%, 0%, 21%, 76%)
(0.40 / 0.00 / 0.21 / 0.76)

CMYK percentages

%40.32
%0
%20.97
%75.69

Codes

Color #253E31 in popluar color models

25 3E 31
RGB 37 62 49
HSL 149° 25.25% 19.41%
HSB/HSV 149° 40.32% 24.31%
CMYK 40.32% 0.00% 20.97%
75.69%

Color #253E31 in popluar number systems.

HEX 25 3E 31
Decimal 37 62 49
Binary 100101 111110 110001
Octal 45 76 61

Shades and tints

Shades of #253E31

#253E31
(37,62,49)
#22392D
(34,57,45)
#1F3429
(31,52,41)
#1C2F25
(28,47,37)
#192A21
(25,42,33)
#16251D
(22,37,29)
#132019
(19,32,25)
#101B15
(16,27,21)
#0D1611
(13,22,17)
#0A110D
(10,17,13)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #253E31

#253E31
(37,62,49)
#384F43
(56,79,67)
#4B6055
(75,96,85)
#5E7167
(94,113,103)
#718279
(113,130,121)
#84938B
(132,147,139)
#97A49D
(151,164,157)
#AAB5AF
(170,181,175)
#BDC6C1
(189,198,193)
#D0D7D3
(208,215,211)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253E31 color. Also use rgb(37,62,49) instead hex code.

Text Font Color

.myTextColor { color: #253E31; }

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

This text font color is #253E31.

Background Color

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

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

This div background color is #253E31.

Border color

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

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

This div border color is #253E31.

Opacity

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

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

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

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

This text has shadow with #253E31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253E31.

Preview

Color preview on black background

This text has color #253E31 on black background.


Color preview on white background

This text has color #253E31 on white background.


Black color preview on #253E31 background

This text has black color on #253E31 background.


White color preview on #253E31 background

This text has white color on #253E31 background.


Related colors

Complementary color

Complementary color for #hex is #DAC1CE.


I love getcolorcode.com

Triadic colors

1 #31253E and #3E3125 with #253E31 are triadic colors.

2 #313E25 and #3E2531 with #253E31 are triadic colors.