COLOR #2D5441

HEX: #2D5441
RGB: (45,84,65)

Color info

#2D5441 contains red, green and blue colors in about the same proportion. Web safe color of #2D5441 is #336633 (or #363).

RGB color model

#2D5441 color RGB value is (45,84,65).

  • red value is 45;
  • green value is 84;
  • blue value is 65.
RGB:
(45,84,65)
(18%,33%,25%)

RGB channels and saturation

R 45 of 255 = 18%
G 84 of 255 = 33%
B 65 of 255 = 25%

45
84
65

R + G + B ~ 25%. #2D5441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 84 + 65 = 194 (100%)
R 45 of 194 ~ 23.2%
G 84 of 194 ~ 43.3%
B 65 of 194 ~ 33.51%

%23.2
%43.3
%33.51

CMYK color model

#2D5441 color CMYK value is (46,0,23,67).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 67.06%
CMYK:
(46,0,23,67)
C46M0Y23K67 
(46%,0%,23%,67%)
(0.46/0.00/0.23/0.67)	

CMYK percentages

%46.43
%0
%22.62
%67.06

Codes

Color #2D5441 in popluar color models

2D5441
RGB458465
HSL151°30.23%25.29%
HSB/HSV151°46.43%32.94%
CMYK46.43%0.00%22.62%
67.06%

Color #2D5441 in popluar number systems.

HEX2D5441
Decimal458465
Binary10110110101001000001
Octal55124101

Shades and tints

Shades of #2D5441

#2D5441
(45,84,65)
#294D3C
(41,77,60)
#254637
(37,70,55)
#213F32
(33,63,50)
#1D382D
(29,56,45)
#193128
(25,49,40)
#152A23
(21,42,35)
#11231E
(17,35,30)
#0D1C19
(13,28,25)
#091514
(9,21,20)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #2D5441

#2D5441
(45,84,65)
#406352
(64,99,82)
#537263
(83,114,99)
#668174
(102,129,116)
#799085
(121,144,133)
#8C9F96
(140,159,150)
#9FAEA7
(159,174,167)
#B2BDB8
(178,189,184)
#C5CCC9
(197,204,201)
#D8DBDA
(216,219,218)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5441 color. Also use rgb(45,84,65) instead hex code.

Text Font Color

.myTextColor { color: #2D5441; }

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

This text font color is #2D5441.


Background Color

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

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

This div background color is #2D5441.


Border color

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

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

This div border color is #2D5441.


Opacity

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

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

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

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

This text has shadow with #2D5441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5441 on black background.


Color preview on white background

This text has color #2D5441 on white background.



Black color preview on #2D5441 background

This text has black color on #2D5441 background.


White color preview on #2D5441 background

This text has white color on #2D5441 background.