COLOR #253E37

HEX: #253E37 RGB: (37,62,55)

Color info

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

RGB color model

#253E37 color RGB value is (37,62,55).

RGB: (37,62,55) (15%, 24%, 22%)

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 55 of 255 = 22%

37
62
55

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

Portions of RGB colors in percentages

R + G + B = 37 + 62 + 55 = 154 (100%)
R 37 of 154 ~ 24.03%
G 62 of 154 ~ 40.26%
B 55 of 154 ~ 35.71'%

%24.03
%40.26
%35.71

CMYK color model

#253E37 color CMYK value is (40,0,11,76).

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

CMYK: (40,0,11,76)
C40M0Y11K76 (40%, 0%, 11%, 76%)
(0.40 / 0.00 / 0.11 / 0.76)

CMYK percentages

%40.32
%0
%11.29
%75.69

Codes

Color #253E37 in popluar color models

25 3E 37
RGB 37 62 55
HSL 163° 25.25% 19.41%
HSB/HSV 163° 40.32% 24.31%
CMYK 40.32% 0.00% 11.29%
75.69%

Color #253E37 in popluar number systems.

HEX 25 3E 37
Decimal 37 62 55
Binary 100101 111110 110111
Octal 45 76 67

Shades and tints

Shades of #253E37

#253E37
(37,62,55)
#223932
(34,57,50)
#1F342D
(31,52,45)
#1C2F28
(28,47,40)
#192A23
(25,42,35)
#16251E
(22,37,30)
#132019
(19,32,25)
#101B14
(16,27,20)
#0D160F
(13,22,15)
#0A110A
(10,17,10)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #253E37

#253E37
(37,62,55)
#384F49
(56,79,73)
#4B605B
(75,96,91)
#5E716D
(94,113,109)
#71827F
(113,130,127)
#849391
(132,147,145)
#97A4A3
(151,164,163)
#AAB5B5
(170,181,181)
#BDC6C7
(189,198,199)
#D0D7D9
(208,215,217)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253E37; }

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

This text font color is #253E37.

Background Color

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

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

This div background color is #253E37.

Border color

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

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

This div border color is #253E37.

Opacity

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

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

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

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

This text has shadow with #253E37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253E37.

Preview

Color preview on black background

This text has color #253E37 on black background.


Color preview on white background

This text has color #253E37 on white background.


Black color preview on #253E37 background

This text has black color on #253E37 background.


White color preview on #253E37 background

This text has white color on #253E37 background.


Related colors

Complementary color

Complementary color for #hex is #DAC1C8.


I love getcolorcode.com

Triadic colors

1 #37253E and #3E3725 with #253E37 are triadic colors.

2 #373E25 and #3E2537 with #253E37 are triadic colors.