COLOR #254B2E

HEX: #254B2E
RGB: (37,75,46)

Color info

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

RGB color model

#254B2E color RGB value is (37,75,46).

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

RGB channels and saturation

R 37 of 255 = 15%
G 75 of 255 = 29%
B 46 of 255 = 18%

37
75
46

R + G + B ~ 21%. #254B2E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 75 + 46 = 158 (100%)
R 37 of 158 ~ 23.42%
G 75 of 158 ~ 47.47%
B 46 of 158 ~ 29.11%

%23.42
%47.47
%29.11

CMYK color model

#254B2E color CMYK value is (51,0,39,71).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 70.59%
CMYK:
(51,0,39,71)
C51M0Y39K71 
(51%,0%,39%,71%)
(0.51/0.00/0.39/0.71)	

CMYK percentages

%50.67
%0
%38.67
%70.59

Codes

Color #254B2E in popluar color models

254B2E
RGB377546
HSL134°33.93%21.96%
HSB/HSV134°50.67%29.41%
CMYK50.67%0.00%38.67%
70.59%

Color #254B2E in popluar number systems.

HEX254B2E
Decimal377546
Binary1001011001011101110
Octal4511356

Shades and tints

Shades of #254B2E

#254B2E
(37,75,46)
#22452A
(34,69,42)
#1F3F26
(31,63,38)
#1C3922
(28,57,34)
#19331E
(25,51,30)
#162D1A
(22,45,26)
#132716
(19,39,22)
#102112
(16,33,18)
#0D1B0E
(13,27,14)
#0A150A
(10,21,10)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #254B2E

#254B2E
(37,75,46)
#385B41
(56,91,65)
#4B6B54
(75,107,84)
#5E7B67
(94,123,103)
#718B7A
(113,139,122)
#849B8D
(132,155,141)
#97ABA0
(151,171,160)
#AABBB3
(170,187,179)
#BDCBC6
(189,203,198)
#D0DBD9
(208,219,217)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254B2E; }

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

This text font color is #254B2E.


Background Color

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

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

This div background color is #254B2E.


Border color

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

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

This div border color is #254B2E.


Opacity

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

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

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

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

This text has shadow with #254B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254B2E on black background.


Color preview on white background

This text has color #254B2E on white background.



Black color preview on #254B2E background

This text has black color on #254B2E background.


White color preview on #254B2E background

This text has white color on #254B2E background.