COLOR #253E43

HEX: #253E43 RGB: (37,62,67)

Color info

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

RGB color model

#253E43 color RGB value is (37,62,67).

RGB: (37,62,67) (15%, 24%, 26%)

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 67 of 255 = 26%

37
62
67

R + G + B ~ 22%. #253E43 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 62 + 67 = 166 (100%)
R 37 of 166 ~ 22.29%
G 62 of 166 ~ 37.35%
B 67 of 166 ~ 40.36'%

%22.29
%37.35
%40.36

CMYK color model

#253E43 color CMYK value is (45,7,0,74).

  • cyan value is 44.78%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (45,7,0,74)
C45M7Y0K74 (45%, 7%, 0%, 74%)
(0.45 / 0.07 / 0.00 / 0.74)

CMYK percentages

%44.78
%7.46
%0
%73.73

Codes

Color #253E43 in popluar color models

25 3E 43
RGB 37 62 67
HSL 190° 28.85% 20.39%
HSB/HSV 190° 44.78% 26.27%
CMYK 44.78% 7.46% 0.00%
73.73%

Color #253E43 in popluar number systems.

HEX 25 3E 43
Decimal 37 62 67
Binary 100101 111110 1000011
Octal 45 76 103

Shades and tints

Shades of #253E43

#253E43
(37,62,67)
#22393D
(34,57,61)
#1F3437
(31,52,55)
#1C2F31
(28,47,49)
#192A2B
(25,42,43)
#162525
(22,37,37)
#13201F
(19,32,31)
#101B19
(16,27,25)
#0D1613
(13,22,19)
#0A110D
(10,17,13)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #253E43

#253E43
(37,62,67)
#384F54
(56,79,84)
#4B6065
(75,96,101)
#5E7176
(94,113,118)
#718287
(113,130,135)
#849398
(132,147,152)
#97A4A9
(151,164,169)
#AAB5BA
(170,181,186)
#BDC6CB
(189,198,203)
#D0D7DC
(208,215,220)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253E43; }

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

This text font color is #253E43.

Background Color

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

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

This div background color is #253E43.

Border color

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

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

This div border color is #253E43.

Opacity

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

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

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

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

This text has shadow with #253E43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253E43.

Preview

Color preview on black background

This text has color #253E43 on black background.


Color preview on white background

This text has color #253E43 on white background.


Black color preview on #253E43 background

This text has black color on #253E43 background.


White color preview on #253E43 background

This text has white color on #253E43 background.


Related colors

Complementary color

Complementary color for #hex is #DAC1BC.


I love getcolorcode.com

Triadic colors

1 #43253E and #3E4325 with #253E43 are triadic colors.

2 #433E25 and #3E2543 with #253E43 are triadic colors.