COLOR #253E2D

HEX: #253E2D RGB: (37,62,45)

Color info

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

RGB color model

#253E2D color RGB value is (37,62,45).

RGB: (37,62,45) (15%, 24%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 45 of 255 = 18%

37
62
45

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

Portions of RGB colors in percentages

R + G + B = 37 + 62 + 45 = 144 (100%)
R 37 of 144 ~ 25.69%
G 62 of 144 ~ 43.06%
B 45 of 144 ~ 31.25'%

%25.69
%43.06
%31.25

CMYK color model

#253E2D color CMYK value is (40,0,27,76).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 75.69%
CMYK: (40,0,27,76) C40M0Y27K76 (40%,0%,27%,76%) (0.40/0.00/0.27/0.76) 

CMYK percentages

%40.32
%0
%27.42
%75.69

Codes

Color #253E2D in popluar color models

25 3E 2D
RGB 37 62 45
HSL 139° 25.25% 19.41%
HSB/HSV 139° 40.32% 24.31%
CMYK 40.32% 0.00% 27.42%
75.69%

Color #253E2D in popluar number systems.

HEX 25 3E 2D
Decimal 37 62 45
Binary 100101 111110 101101
Octal 45 76 55

Shades and tints

Shades of #253E2D

#253E2D
(37,62,45)
#223929
(34,57,41)
#1F3425
(31,52,37)
#1C2F21
(28,47,33)
#192A1D
(25,42,29)
#162519
(22,37,25)
#132015
(19,32,21)
#101B11
(16,27,17)
#0D160D
(13,22,13)
#0A1109
(10,17,9)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #253E2D

#253E2D
(37,62,45)
#384F40
(56,79,64)
#4B6053
(75,96,83)
#5E7166
(94,113,102)
#718279
(113,130,121)
#84938C
(132,147,140)
#97A49F
(151,164,159)
#AAB5B2
(170,181,178)
#BDC6C5
(189,198,197)
#D0D7D8
(208,215,216)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253E2D; }

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

This text font color is #253E2D.

Background Color

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

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

This div background color is #253E2D.

Border color

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

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

This div border color is #253E2D.

Opacity

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

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

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

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

This text has shadow with #253E2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253E2D.

Preview

Color preview on black background

This text has color #253E2D on black background.


Color preview on white background

This text has color #253E2D on white background.


Black color preview on #253E2D background

This text has black color on #253E2D background.


White color preview on #253E2D background

This text has white color on #253E2D background.


Related colors

Complementary color

Complementary color for #hex is #DAC1D2.


I love getcolorcode.com

Triadic colors

1 #2D253E and #3E2D25 with #253E2D are triadic colors.

2 #2D3E25 and #3E252D with #253E2D are triadic colors.