COLOR #254029

HEX: #254029
RGB: (37,64,41)

Color info

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

RGB color model

#254029 color RGB value is (37,64,41).

  • red value is 37;
  • green value is 64;
  • blue value is 41.
RGB:
(37,64,41)
(15%,25%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 41 of 255 = 16%

37
64
41

R + G + B ~ 19%. #254029 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 64 + 41 = 142 (100%)
R 37 of 142 ~ 26.06%
G 64 of 142 ~ 45.07%
B 41 of 142 ~ 28.87%

%26.06
%45.07
%28.87

CMYK color model

#254029 color CMYK value is (42,0,36,75).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 74.90%
CMYK:
(42,0,36,75)
C42M0Y36K75 
(42%,0%,36%,75%)
(0.42/0.00/0.36/0.75)	

CMYK percentages

%42.19
%0
%35.94
%74.9

Codes

Color #254029 in popluar color models

254029
RGB376441
HSL129°26.73%19.80%
HSB/HSV129°42.19%25.10%
CMYK42.19%0.00%35.94%
74.90%

Color #254029 in popluar number systems.

HEX254029
Decimal376441
Binary1001011000000101001
Octal4510051

Shades and tints

Shades of #254029

#254029
(37,64,41)
#223B26
(34,59,38)
#1F3623
(31,54,35)
#1C3120
(28,49,32)
#192C1D
(25,44,29)
#16271A
(22,39,26)
#132217
(19,34,23)
#101D14
(16,29,20)
#0D1811
(13,24,17)
#0A130E
(10,19,14)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #254029

#254029
(37,64,41)
#38513C
(56,81,60)
#4B624F
(75,98,79)
#5E7362
(94,115,98)
#718475
(113,132,117)
#849588
(132,149,136)
#97A69B
(151,166,155)
#AAB7AE
(170,183,174)
#BDC8C1
(189,200,193)
#D0D9D4
(208,217,212)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254029 color. Also use rgb(37,64,41) instead hex code.

Text Font Color

.myTextColor { color: #254029; }

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

This text font color is #254029.


Background Color

.myBgColor { background-color: #254029; }

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

This div background color is #254029.


Border color

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

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

This div border color is #254029.


Opacity

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

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

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

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

This text has shadow with #254029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254029 on black background.


Color preview on white background

This text has color #254029 on white background.



Black color preview on #254029 background

This text has black color on #254029 background.


White color preview on #254029 background

This text has white color on #254029 background.