COLOR #2D4061

HEX: #2D4061
RGB: (45,64,97)

Color info

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

RGB color model

#2D4061 color RGB value is (45,64,97).

  • red value is 45;
  • green value is 64;
  • blue value is 97.
RGB:
(45,64,97)
(18%,25%,38%)

RGB channels and saturation

R 45 of 255 = 18%
G 64 of 255 = 25%
B 97 of 255 = 38%

45
64
97

R + G + B ~ 27%. #2D4061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 64 + 97 = 206 (100%)
R 45 of 206 ~ 21.84%
G 64 of 206 ~ 31.07%
B 97 of 206 ~ 47.09%

%21.84
%31.07
%47.09

CMYK color model

#2D4061 color CMYK value is (54,34,0,62).

  • cyan value is 53.61%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(54,34,0,62)
C54M34Y0K62 
(54%,34%,0%,62%)
(0.54/0.34/0.00/0.62)	

CMYK percentages

%53.61
%34.02
%0
%61.96

Codes

Color #2D4061 in popluar color models

2D4061
RGB456497
HSL218°36.62%27.84%
HSB/HSV218°53.61%38.04%
CMYK53.61%34.02%0.00%
61.96%

Color #2D4061 in popluar number systems.

HEX2D4061
Decimal456497
Binary10110110000001100001
Octal55100141

Shades and tints

Shades of #2D4061

#2D4061
(45,64,97)
#293B59
(41,59,89)
#253651
(37,54,81)
#213149
(33,49,73)
#1D2C41
(29,44,65)
#192739
(25,39,57)
#152231
(21,34,49)
#111D29
(17,29,41)
#0D1821
(13,24,33)
#091319
(9,19,25)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #2D4061

#2D4061
(45,64,97)
#40516F
(64,81,111)
#53627D
(83,98,125)
#66738B
(102,115,139)
#798499
(121,132,153)
#8C95A7
(140,149,167)
#9FA6B5
(159,166,181)
#B2B7C3
(178,183,195)
#C5C8D1
(197,200,209)
#D8D9DF
(216,217,223)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4061 color. Also use rgb(45,64,97) instead hex code.

Text Font Color

.myTextColor { color: #2D4061; }

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

This text font color is #2D4061.


Background Color

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

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

This div background color is #2D4061.


Border color

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

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

This div border color is #2D4061.


Opacity

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

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

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

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

This text has shadow with #2D4061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4061 on black background.


Color preview on white background

This text has color #2D4061 on white background.



Black color preview on #2D4061 background

This text has black color on #2D4061 background.


White color preview on #2D4061 background

This text has white color on #2D4061 background.