COLOR #254B43

HEX: #254B43 RGB: (37,75,67)

Color info

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

RGB color model

#254B43 color RGB value is (37,75,67).

RGB: (37,75,67) (15%, 29%, 26%)

RGB channels and saturation

R 37 of 255 = 15%
G 75 of 255 = 29%
B 67 of 255 = 26%

37
75
67

R + G + B ~ 23%. #254B43 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 75 + 67 = 179 (100%)
R 37 of 179 ~ 20.67%
G 75 of 179 ~ 41.9%
B 67 of 179 ~ 37.43'%

%20.67
%41.9
%37.43

CMYK color model

#254B43 color CMYK value is (51,0,11,71).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 70.59%

CMYK: (51,0,11,71)
C51M0Y11K71 (51%, 0%, 11%, 71%)
(0.51 / 0.00 / 0.11 / 0.71)

CMYK percentages

%50.67
%0
%10.67
%70.59

Codes

Color #254B43 in popluar color models

25 4B 43
RGB 37 75 67
HSL 167° 33.93% 21.96%
HSB/HSV 167° 50.67% 29.41%
CMYK 50.67% 0.00% 10.67%
70.59%

Color #254B43 in popluar number systems.

HEX 25 4B 43
Decimal 37 75 67
Binary 100101 1001011 1000011
Octal 45 113 103

Shades and tints

Shades of #254B43

#254B43
(37,75,67)
#22453D
(34,69,61)
#1F3F37
(31,63,55)
#1C3931
(28,57,49)
#19332B
(25,51,43)
#162D25
(22,45,37)
#13271F
(19,39,31)
#102119
(16,33,25)
#0D1B13
(13,27,19)
#0A150D
(10,21,13)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #254B43

#254B43
(37,75,67)
#385B54
(56,91,84)
#4B6B65
(75,107,101)
#5E7B76
(94,123,118)
#718B87
(113,139,135)
#849B98
(132,155,152)
#97ABA9
(151,171,169)
#AABBBA
(170,187,186)
#BDCBCB
(189,203,203)
#D0DBDC
(208,219,220)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254B43 color. Also use rgb(37,75,67) instead hex code.

Text Font Color

.myTextColor { color: #254B43; }

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

This text font color is #254B43.

Background Color

.myBgColor { background-color: #254B43; }

<div style="background-color:#254B43">Inner text</div>

This div background color is #254B43.

Border color

.myBorderColor { border: 1px solid #254B43; }

<div style="border:3px solid #254B43">Div</div>

This div border color is #254B43.

Opacity

.myOpacity80 { color: #254B43; opacity: 0.8; }

<p style="color:#254B43;opacity:0.8;">80%</p>

Text with #254B43 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 #254B43;}

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

This text has shadow with #254B43 color.


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

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

This text has shadow with #254B43 primary color and red secondary color.


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

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

This text has shadow with #254B43 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #254B43.

Preview

Color preview on black background

This text has color #254B43 on black background.


Color preview on white background

This text has color #254B43 on white background.


Black color preview on #254B43 background

This text has black color on #254B43 background.


White color preview on #254B43 background

This text has white color on #254B43 background.


Related colors

Complementary color

Complementary color for #hex is #DAB4BC.


I love getcolorcode.com

Triadic colors

1 #43254B and #4B4325 with #254B43 are triadic colors.

2 #434B25 and #4B2543 with #254B43 are triadic colors.