COLOR #2D3D59

HEX: #2D3D59
RGB: (45,61,89)

Color info

#2D3D59 contains red, green and blue colors in about the same proportion. Web safe color of #2D3D59 is #333366 (or #336).

RGB color model

#2D3D59 color RGB value is (45,61,89).

  • red value is 45;
  • green value is 61;
  • blue value is 89.
RGB:
(45,61,89)
(18%,24%,35%)

RGB channels and saturation

R 45 of 255 = 18%
G 61 of 255 = 24%
B 89 of 255 = 35%

45
61
89

R + G + B ~ 26%. #2D3D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 61 + 89 = 195 (100%)
R 45 of 195 ~ 23.08%
G 61 of 195 ~ 31.28%
B 89 of 195 ~ 45.64%

%23.08
%31.28
%45.64

CMYK color model

#2D3D59 color CMYK value is (49,31,0,65).

  • cyan value is 49.44%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(49,31,0,65)
C49M31Y0K65 
(49%,31%,0%,65%)
(0.49/0.31/0.00/0.65)	

CMYK percentages

%49.44
%31.46
%0
%65.1

Codes

Color #2D3D59 in popluar color models

2D3D59
RGB456189
HSL218°32.84%26.27%
HSB/HSV218°49.44%34.90%
CMYK49.44%31.46%0.00%
65.10%

Color #2D3D59 in popluar number systems.

HEX2D3D59
Decimal456189
Binary1011011111011011001
Octal5575131

Shades and tints

Shades of #2D3D59

#2D3D59
(45,61,89)
#293851
(41,56,81)
#253349
(37,51,73)
#212E41
(33,46,65)
#1D2939
(29,41,57)
#192431
(25,36,49)
#151F29
(21,31,41)
#111A21
(17,26,33)
#0D1519
(13,21,25)
#091011
(9,16,17)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #2D3D59

#2D3D59
(45,61,89)
#404E68
(64,78,104)
#535F77
(83,95,119)
#667086
(102,112,134)
#798195
(121,129,149)
#8C92A4
(140,146,164)
#9FA3B3
(159,163,179)
#B2B4C2
(178,180,194)
#C5C5D1
(197,197,209)
#D8D6E0
(216,214,224)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3D59 color. Also use rgb(45,61,89) instead hex code.

Text Font Color

.myTextColor { color: #2D3D59; }

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

This text font color is #2D3D59.


Background Color

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

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

This div background color is #2D3D59.


Border color

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

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

This div border color is #2D3D59.


Opacity

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

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

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

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

This text has shadow with #2D3D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3D59 on black background.


Color preview on white background

This text has color #2D3D59 on white background.



Black color preview on #2D3D59 background

This text has black color on #2D3D59 background.


White color preview on #2D3D59 background

This text has white color on #2D3D59 background.