COLOR #253D36

HEX: #253D36 RGB: (37,61,54)

Color info

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

RGB color model

#253D36 color RGB value is (37,61,54).

RGB: (37,61,54) (15%, 24%, 21%)

RGB channels and saturation

R 37 of 255 = 15%
G 61 of 255 = 24%
B 54 of 255 = 21%

37
61
54

R + G + B ~ 20%. #253D36 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 61 + 54 = 152 (100%)
R 37 of 152 ~ 24.34%
G 61 of 152 ~ 40.13%
B 54 of 152 ~ 35.53'%

%24.34
%40.13
%35.53

CMYK color model

#253D36 color CMYK value is (39,0,11,76).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 76.08%

CMYK: (39,0,11,76)
C39M0Y11K76 (39%, 0%, 11%, 76%)
(0.39 / 0.00 / 0.11 / 0.76)

CMYK percentages

%39.34
%0
%11.48
%76.08

Codes

Color #253D36 in popluar color models

25 3D 36
RGB 37 61 54
HSL 163° 24.49% 19.22%
HSB/HSV 163° 39.34% 23.92%
CMYK 39.34% 0.00% 11.48%
76.08%

Color #253D36 in popluar number systems.

HEX 25 3D 36
Decimal 37 61 54
Binary 100101 111101 110110
Octal 45 75 66

Shades and tints

Shades of #253D36

#253D36
(37,61,54)
#223832
(34,56,50)
#1F332E
(31,51,46)
#1C2E2A
(28,46,42)
#192926
(25,41,38)
#162422
(22,36,34)
#131F1E
(19,31,30)
#101A1A
(16,26,26)
#0D1516
(13,21,22)
#0A1012
(10,16,18)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #253D36

#253D36
(37,61,54)
#384E48
(56,78,72)
#4B5F5A
(75,95,90)
#5E706C
(94,112,108)
#71817E
(113,129,126)
#849290
(132,146,144)
#97A3A2
(151,163,162)
#AAB4B4
(170,180,180)
#BDC5C6
(189,197,198)
#D0D6D8
(208,214,216)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253D36 color. Also use rgb(37,61,54) instead hex code.

Text Font Color

.myTextColor { color: #253D36; }

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

This text font color is #253D36.

Background Color

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

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

This div background color is #253D36.

Border color

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

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

This div border color is #253D36.

Opacity

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

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

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

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

This text has shadow with #253D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253D36.

Preview

Color preview on black background

This text has color #253D36 on black background.


Color preview on white background

This text has color #253D36 on white background.


Black color preview on #253D36 background

This text has black color on #253D36 background.


White color preview on #253D36 background

This text has white color on #253D36 background.


Related colors

Complementary color

Complementary color for #hex is #DAC2C9.


I love getcolorcode.com

Triadic colors

1 #36253D and #3D3625 with #253D36 are triadic colors.

2 #363D25 and #3D2536 with #253D36 are triadic colors.