COLOR #2D253F

HEX: #2D253F
RGB: (45,37,63)

Color info

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

RGB color model

#2D253F color RGB value is (45,37,63).

  • red value is 45;
  • green value is 37;
  • blue value is 63.
RGB:
(45,37,63)
(18%,15%,25%)

RGB channels and saturation

R 45 of 255 = 18%
G 37 of 255 = 15%
B 63 of 255 = 25%

45
37
63

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

Portions of RGB colors in percentages

R + G + B =
45 + 37 + 63 = 145 (100%)
R 45 of 145 ~ 31.03%
G 37 of 145 ~ 25.52%
B 63 of 145 ~ 43.45%

%31.03
%25.52
%43.45

CMYK color model

#2D253F color CMYK value is (29,41,0,75).

  • cyan value is 28.57%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(29,41,0,75)
C29M41Y0K75 
(29%,41%,0%,75%)
(0.29/0.41/0.00/0.75)	

CMYK percentages

%28.57
%41.27
%0
%75.29

Codes

Color #2D253F in popluar color models

2D253F
RGB453763
HSL258°26.00%19.61%
HSB/HSV258°41.27%24.71%
CMYK28.57%41.27%0.00%
75.29%

Color #2D253F in popluar number systems.

HEX2D253F
Decimal453763
Binary101101100101111111
Octal554577

Shades and tints

Shades of #2D253F

#2D253F
(45,37,63)
#29223A
(41,34,58)
#251F35
(37,31,53)
#211C30
(33,28,48)
#1D192B
(29,25,43)
#191626
(25,22,38)
#151321
(21,19,33)
#11101C
(17,16,28)
#0D0D17
(13,13,23)
#090A12
(9,10,18)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #2D253F

#2D253F
(45,37,63)
#403850
(64,56,80)
#534B61
(83,75,97)
#665E72
(102,94,114)
#797183
(121,113,131)
#8C8494
(140,132,148)
#9F97A5
(159,151,165)
#B2AAB6
(178,170,182)
#C5BDC7
(197,189,199)
#D8D0D8
(216,208,216)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D253F color. Also use rgb(45,37,63) instead hex code.

Text Font Color

.myTextColor { color: #2D253F; }

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

This text font color is #2D253F.


Background Color

.myBgColor { background-color: #2D253F; }

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

This div background color is #2D253F.


Border color

.myBorderColor { border: 1px solid #2D253F; }

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

This div border color is #2D253F.


Opacity

.myOpacity80 { color: #2D253F; opacity: 0.8; }

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

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

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

This text has shadow with #2D253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D253F on black background.


Color preview on white background

This text has color #2D253F on white background.



Black color preview on #2D253F background

This text has black color on #2D253F background.


White color preview on #2D253F background

This text has white color on #2D253F background.