COLOR #253B2D

HEX: #253B2D RGB: (37,59,45)

Color info

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

RGB color model

#253B2D color RGB value is (37,59,45).

RGB: (37,59,45) (15%, 23%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 45 of 255 = 18%

37
59
45

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

Portions of RGB colors in percentages

R + G + B = 37 + 59 + 45 = 141 (100%)
R 37 of 141 ~ 26.24%
G 59 of 141 ~ 41.84%
B 45 of 141 ~ 31.91'%

%26.24
%41.84
%31.91

CMYK color model

#253B2D color CMYK value is (37,0,24,77).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 76.86%

CMYK: (37,0,24,77)
C37M0Y24K77 (37%, 0%, 24%, 77%)
(0.37 / 0.00 / 0.24 / 0.77)

CMYK percentages

%37.29
%0
%23.73
%76.86

Codes

Color #253B2D in popluar color models

25 3B 2D
RGB 37 59 45
HSL 142° 22.92% 18.82%
HSB/HSV 142° 37.29% 23.14%
CMYK 37.29% 0.00% 23.73%
76.86%

Color #253B2D in popluar number systems.

HEX 25 3B 2D
Decimal 37 59 45
Binary 100101 111011 101101
Octal 45 73 55

Shades and tints

Shades of #253B2D

#253B2D
(37,59,45)
#223629
(34,54,41)
#1F3125
(31,49,37)
#1C2C21
(28,44,33)
#19271D
(25,39,29)
#162219
(22,34,25)
#131D15
(19,29,21)
#101811
(16,24,17)
#0D130D
(13,19,13)
#0A0E09
(10,14,9)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #253B2D

#253B2D
(37,59,45)
#384C40
(56,76,64)
#4B5D53
(75,93,83)
#5E6E66
(94,110,102)
#717F79
(113,127,121)
#84908C
(132,144,140)
#97A19F
(151,161,159)
#AAB2B2
(170,178,178)
#BDC3C5
(189,195,197)
#D0D4D8
(208,212,216)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253B2D color. Also use rgb(37,59,45) instead hex code.

Text Font Color

.myTextColor { color: #253B2D; }

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

This text font color is #253B2D.

Background Color

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

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

This div background color is #253B2D.

Border color

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

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

This div border color is #253B2D.

Opacity

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

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

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

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

This text has shadow with #253B2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253B2D.

Preview

Color preview on black background

This text has color #253B2D on black background.


Color preview on white background

This text has color #253B2D on white background.


Black color preview on #253B2D background

This text has black color on #253B2D background.


White color preview on #253B2D background

This text has white color on #253B2D background.


Related colors

Complementary color

Complementary color for #hex is #DAC4D2.


I love getcolorcode.com

Triadic colors

1 #2D253B and #3B2D25 with #253B2D are triadic colors.

2 #2D3B25 and #3B252D with #253B2D are triadic colors.