COLOR #253929

HEX: #253929
RGB: (37,57,41)

Color info

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

RGB color model

#253929 color RGB value is (37,57,41).

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

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 41 of 255 = 16%

37
57
41

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

Portions of RGB colors in percentages

R + G + B =
37 + 57 + 41 = 135 (100%)
R 37 of 135 ~ 27.41%
G 57 of 135 ~ 42.22%
B 41 of 135 ~ 30.37%

%27.41
%42.22
%30.37

CMYK color model

#253929 color CMYK value is (35,0,28,78).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 77.65%
CMYK:
(35,0,28,78)
C35M0Y28K78 
(35%,0%,28%,78%)
(0.35/0.00/0.28/0.78)	

CMYK percentages

%35.09
%0
%28.07
%77.65

Codes

Color #253929 in popluar color models

253929
RGB375741
HSL132°21.28%18.43%
HSB/HSV132°35.09%22.35%
CMYK35.09%0.00%28.07%
77.65%

Color #253929 in popluar number systems.

HEX253929
Decimal375741
Binary100101111001101001
Octal457151

Shades and tints

Shades of #253929

#253929
(37,57,41)
#223426
(34,52,38)
#1F2F23
(31,47,35)
#1C2A20
(28,42,32)
#19251D
(25,37,29)
#16201A
(22,32,26)
#131B17
(19,27,23)
#101614
(16,22,20)
#0D1111
(13,17,17)
#0A0C0E
(10,12,14)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #253929

#253929
(37,57,41)
#384B3C
(56,75,60)
#4B5D4F
(75,93,79)
#5E6F62
(94,111,98)
#718175
(113,129,117)
#849388
(132,147,136)
#97A59B
(151,165,155)
#AAB7AE
(170,183,174)
#BDC9C1
(189,201,193)
#D0DBD4
(208,219,212)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253929; }

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

This text font color is #253929.


Background Color

.myBgColor { background-color: #253929; }

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

This div background color is #253929.


Border color

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

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

This div border color is #253929.


Opacity

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

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

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

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

This text has shadow with #253929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253929 on black background.


Color preview on white background

This text has color #253929 on white background.



Black color preview on #253929 background

This text has black color on #253929 background.


White color preview on #253929 background

This text has white color on #253929 background.