COLOR #253229

HEX: #253229
RGB: (37,50,41)

Color info

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

RGB color model

#253229 color RGB value is (37,50,41).

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

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 41 of 255 = 16%

37
50
41

R + G + B ~ 17%. #253229 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 41 = 128 (100%)
R 37 of 128 ~ 28.91%
G 50 of 128 ~ 39.06%
B 41 of 128 ~ 32.03%

%28.91
%39.06
%32.03

CMYK color model

#253229 color CMYK value is (26,0,18,80).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 80.39%
CMYK:
(26,0,18,80)
C26M0Y18K80 
(26%,0%,18%,80%)
(0.26/0.00/0.18/0.80)	

CMYK percentages

%26
%0
%18
%80.39

Codes

Color #253229 in popluar color models

253229
RGB375041
HSL138°14.94%17.06%
HSB/HSV138°26.00%19.61%
CMYK26.00%0.00%18.00%
80.39%

Color #253229 in popluar number systems.

HEX253229
Decimal375041
Binary100101110010101001
Octal456251

Shades and tints

Shades of #253229

#253229
(37,50,41)
#222E26
(34,46,38)
#1F2A23
(31,42,35)
#1C2620
(28,38,32)
#19221D
(25,34,29)
#161E1A
(22,30,26)
#131A17
(19,26,23)
#101614
(16,22,20)
#0D1211
(13,18,17)
#0A0E0E
(10,14,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #253229

#253229
(37,50,41)
#38443C
(56,68,60)
#4B564F
(75,86,79)
#5E6862
(94,104,98)
#717A75
(113,122,117)
#848C88
(132,140,136)
#979E9B
(151,158,155)
#AAB0AE
(170,176,174)
#BDC2C1
(189,194,193)
#D0D4D4
(208,212,212)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253229; }

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

This text font color is #253229.


Background Color

.myBgColor { background-color: #253229; }

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

This div background color is #253229.


Border color

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

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

This div border color is #253229.


Opacity

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

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

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

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

This text has shadow with #253229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253229 on black background.


Color preview on white background

This text has color #253229 on white background.



Black color preview on #253229 background

This text has black color on #253229 background.


White color preview on #253229 background

This text has white color on #253229 background.