COLOR #254121

HEX: #254121
RGB: (37,65,33)

Color info

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

RGB color model

#254121 color RGB value is (37,65,33).

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

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 33 of 255 = 13%

37
65
33

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

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 33 = 135 (100%)
R 37 of 135 ~ 27.41%
G 65 of 135 ~ 48.15%
B 33 of 135 ~ 24.44%

%27.41
%48.15
%24.44

CMYK color model

#254121 color CMYK value is (43,0,49,75).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 74.51%
CMYK:
(43,0,49,75)
C43M0Y49K75 
(43%,0%,49%,75%)
(0.43/0.00/0.49/0.75)	

CMYK percentages

%43.08
%0
%49.23
%74.51

Codes

Color #254121 in popluar color models

254121
RGB376533
HSL113°32.65%19.22%
HSB/HSV113°49.23%25.49%
CMYK43.08%0.00%49.23%
74.51%

Color #254121 in popluar number systems.

HEX254121
Decimal376533
Binary1001011000001100001
Octal4510141

Shades and tints

Shades of #254121

#254121
(37,65,33)
#223C1E
(34,60,30)
#1F371B
(31,55,27)
#1C3218
(28,50,24)
#192D15
(25,45,21)
#162812
(22,40,18)
#13230F
(19,35,15)
#101E0C
(16,30,12)
#0D1909
(13,25,9)
#0A1406
(10,20,6)
#070F03
(7,15,3)
#000000
(0,0,0)

Tints of #254121

#254121
(37,65,33)
#385235
(56,82,53)
#4B6349
(75,99,73)
#5E745D
(94,116,93)
#718571
(113,133,113)
#849685
(132,150,133)
#97A799
(151,167,153)
#AAB8AD
(170,184,173)
#BDC9C1
(189,201,193)
#D0DAD5
(208,218,213)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254121; }

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

This text font color is #254121.


Background Color

.myBgColor { background-color: #254121; }

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

This div background color is #254121.


Border color

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

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

This div border color is #254121.


Opacity

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

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

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

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

This text has shadow with #254121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254121 on black background.


Color preview on white background

This text has color #254121 on white background.



Black color preview on #254121 background

This text has black color on #254121 background.


White color preview on #254121 background

This text has white color on #254121 background.