COLOR #254B46

HEX: #254B46
RGB: (37,75,70)

Color info

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

RGB color model

#254B46 color RGB value is (37,75,70).

  • red value is 37;
  • green value is 75;
  • blue value is 70.
RGB:
(37,75,70)
(15%,29%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 75 of 255 = 29%
B 70 of 255 = 27%

37
75
70

R + G + B ~ 24%. #254B46 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 75 + 70 = 182 (100%)
R 37 of 182 ~ 20.33%
G 75 of 182 ~ 41.21%
B 70 of 182 ~ 38.46%

%20.33
%41.21
%38.46

CMYK color model

#254B46 color CMYK value is (51,0,7,71).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 70.59%
CMYK:
(51,0,7,71)
C51M0Y7K71 
(51%,0%,7%,71%)
(0.51/0.00/0.07/0.71)	

CMYK percentages

%50.67
%0
%6.67
%70.59

Codes

Color #254B46 in popluar color models

254B46
RGB377570
HSL172°33.93%21.96%
HSB/HSV172°50.67%29.41%
CMYK50.67%0.00%6.67%
70.59%

Color #254B46 in popluar number systems.

HEX254B46
Decimal377570
Binary10010110010111000110
Octal45113106

Shades and tints

Shades of #254B46

#254B46
(37,75,70)
#224540
(34,69,64)
#1F3F3A
(31,63,58)
#1C3934
(28,57,52)
#19332E
(25,51,46)
#162D28
(22,45,40)
#132722
(19,39,34)
#10211C
(16,33,28)
#0D1B16
(13,27,22)
#0A1510
(10,21,16)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #254B46

#254B46
(37,75,70)
#385B56
(56,91,86)
#4B6B66
(75,107,102)
#5E7B76
(94,123,118)
#718B86
(113,139,134)
#849B96
(132,155,150)
#97ABA6
(151,171,166)
#AABBB6
(170,187,182)
#BDCBC6
(189,203,198)
#D0DBD6
(208,219,214)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254B46; }

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

This text font color is #254B46.


Background Color

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

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

This div background color is #254B46.


Border color

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

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

This div border color is #254B46.


Opacity

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

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

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

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

This text has shadow with #254B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254B46 on black background.


Color preview on white background

This text has color #254B46 on white background.



Black color preview on #254B46 background

This text has black color on #254B46 background.


White color preview on #254B46 background

This text has white color on #254B46 background.