COLOR #253629

HEX: #253629
RGB: (37,54,41)

Color info

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

RGB color model

#253629 color RGB value is (37,54,41).

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

RGB channels and saturation

R 37 of 255 = 15%
G 54 of 255 = 21%
B 41 of 255 = 16%

37
54
41

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

Portions of RGB colors in percentages

R + G + B =
37 + 54 + 41 = 132 (100%)
R 37 of 132 ~ 28.03%
G 54 of 132 ~ 40.91%
B 41 of 132 ~ 31.06%

%28.03
%40.91
%31.06

CMYK color model

#253629 color CMYK value is (31,0,24,79).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 78.82%
CMYK:
(31,0,24,79)
C31M0Y24K79 
(31%,0%,24%,79%)
(0.31/0.00/0.24/0.79)	

CMYK percentages

%31.48
%0
%24.07
%78.82

Codes

Color #253629 in popluar color models

253629
RGB375441
HSL134°18.68%17.84%
HSB/HSV134°31.48%21.18%
CMYK31.48%0.00%24.07%
78.82%

Color #253629 in popluar number systems.

HEX253629
Decimal375441
Binary100101110110101001
Octal456651

Shades and tints

Shades of #253629

#253629
(37,54,41)
#223226
(34,50,38)
#1F2E23
(31,46,35)
#1C2A20
(28,42,32)
#19261D
(25,38,29)
#16221A
(22,34,26)
#131E17
(19,30,23)
#101A14
(16,26,20)
#0D1611
(13,22,17)
#0A120E
(10,18,14)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #253629

#253629
(37,54,41)
#38483C
(56,72,60)
#4B5A4F
(75,90,79)
#5E6C62
(94,108,98)
#717E75
(113,126,117)
#849088
(132,144,136)
#97A29B
(151,162,155)
#AAB4AE
(170,180,174)
#BDC6C1
(189,198,193)
#D0D8D4
(208,216,212)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253629; }

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

This text font color is #253629.


Background Color

.myBgColor { background-color: #253629; }

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

This div background color is #253629.


Border color

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

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

This div border color is #253629.


Opacity

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

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

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

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

This text has shadow with #253629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253629 on black background.


Color preview on white background

This text has color #253629 on white background.



Black color preview on #253629 background

This text has black color on #253629 background.


White color preview on #253629 background

This text has white color on #253629 background.