COLOR #2D425D

HEX: #2D425D
RGB: (45,66,93)

Color info

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

RGB color model

#2D425D color RGB value is (45,66,93).

  • red value is 45;
  • green value is 66;
  • blue value is 93.
RGB: (45,66,93) (18%,26%,36%)

RGB channels and saturation

R 45 of 255 = 18%
G 66 of 255 = 26%
B 93 of 255 = 36%

45
66
93

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

Portions of RGB colors in percentages

R + G + B =
45 + 66 + 93 = 204 (100%)
R 45 of 204 ~ 22.06%
G 66 of 204 ~ 32.35%
B 93 of 204 ~ 45.59%

%22.06
%32.35
%45.59

CMYK color model

#2D425D color CMYK value is (52,29,0,64).

  • cyan value is 51.61%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (52,29,0,64) C52M29Y0K64 (52%,29%,0%,64%) (0.52/0.29/0.00/0.64)

CMYK percentages

%51.61
%29.03
%0
%63.53

Codes

Color #2D425D in popluar color models

2D425D
RGB456693
HSL214°34.78%27.06%
HSB/HSV214°51.61%36.47%
CMYK51.61%29.03%0.00%
63.53%

Color #2D425D in popluar number systems.

HEX2D425D
Decimal456693
Binary10110110000101011101
Octal55102135

Shades and tints

Shades of #2D425D

#2D425D
(45,66,93)
#293C55
(41,60,85)
#25364D
(37,54,77)
#213045
(33,48,69)
#1D2A3D
(29,42,61)
#192435
(25,36,53)
#151E2D
(21,30,45)
#111825
(17,24,37)
#0D121D
(13,18,29)
#090C15
(9,12,21)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #2D425D

#2D425D
(45,66,93)
#40536B
(64,83,107)
#536479
(83,100,121)
#667587
(102,117,135)
#798695
(121,134,149)
#8C97A3
(140,151,163)
#9FA8B1
(159,168,177)
#B2B9BF
(178,185,191)
#C5CACD
(197,202,205)
#D8DBDB
(216,219,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D425D color. Also use rgb(45,66,93) instead hex code.

Text Font Color

.myTextColor { color: #2D425D; }

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

This text font color is #2D425D.


Background Color

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

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

This div background color is #2D425D.


Border color

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

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

This div border color is #2D425D.


Opacity

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

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

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

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

This text has shadow with #2D425D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2D425D on black background.


Color preview on white background

This text has color #2D425D on white background.



Black color preview on #2D425D background

This text has black color on #2D425D background.


White color preview on #2D425D background

This text has white color on #2D425D background.