COLOR #254127

HEX: #254127
RGB: (37,65,39)

Color info

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

RGB color model

#254127 color RGB value is (37,65,39).

  • red value is 37;
  • green value is 65;
  • blue value is 39.
RGB:
(37,65,39)
(15%,25%,15%)

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 39 of 255 = 15%

37
65
39

R + G + B ~ 18%. #254127 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 39 = 141 (100%)
R 37 of 141 ~ 26.24%
G 65 of 141 ~ 46.1%
B 39 of 141 ~ 27.66%

%26.24
%46.1
%27.66

CMYK color model

#254127 color CMYK value is (43,0,40,75).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 74.51%
CMYK:
(43,0,40,75)
C43M0Y40K75 
(43%,0%,40%,75%)
(0.43/0.00/0.40/0.75)	

CMYK percentages

%43.08
%0
%40
%74.51

Codes

Color #254127 in popluar color models

254127
RGB376539
HSL124°27.45%20.00%
HSB/HSV124°43.08%25.49%
CMYK43.08%0.00%40.00%
74.51%

Color #254127 in popluar number systems.

HEX254127
Decimal376539
Binary1001011000001100111
Octal4510147

Shades and tints

Shades of #254127

#254127
(37,65,39)
#223C24
(34,60,36)
#1F3721
(31,55,33)
#1C321E
(28,50,30)
#192D1B
(25,45,27)
#162818
(22,40,24)
#132315
(19,35,21)
#101E12
(16,30,18)
#0D190F
(13,25,15)
#0A140C
(10,20,12)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #254127

#254127
(37,65,39)
#38523A
(56,82,58)
#4B634D
(75,99,77)
#5E7460
(94,116,96)
#718573
(113,133,115)
#849686
(132,150,134)
#97A799
(151,167,153)
#AAB8AC
(170,184,172)
#BDC9BF
(189,201,191)
#D0DAD2
(208,218,210)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254127 color. Also use rgb(37,65,39) instead hex code.

Text Font Color

.myTextColor { color: #254127; }

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

This text font color is #254127.


Background Color

.myBgColor { background-color: #254127; }

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

This div background color is #254127.


Border color

.myBorderColor { border: 1px solid #254127; }

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

This div border color is #254127.


Opacity

.myOpacity80 { color: #254127; opacity: 0.8; }

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

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

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

This text has shadow with #254127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254127 on black background.


Color preview on white background

This text has color #254127 on white background.



Black color preview on #254127 background

This text has black color on #254127 background.


White color preview on #254127 background

This text has white color on #254127 background.