COLOR #2D5F6D

HEX: #2D5F6D
RGB: (45,95,109)

Color info

#2D5F6D contains mainly green and blue colors. Web safe color of #2D5F6D is #336666 (or #366).

RGB color model

#2D5F6D color RGB value is (45,95,109).

  • red value is 45;
  • green value is 95;
  • blue value is 109.
RGB:
(45,95,109)
(18%,37%,43%)

RGB channels and saturation

R 45 of 255 = 18%
G 95 of 255 = 37%
B 109 of 255 = 43%

45
95
109

R + G + B ~ 33%. #2D5F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 95 + 109 = 249 (100%)
R 45 of 249 ~ 18.07%
G 95 of 249 ~ 38.15%
B 109 of 249 ~ 43.78%

%18.07
%38.15
%43.78

CMYK color model

#2D5F6D color CMYK value is (59,13,0,57).

  • cyan value is 58.72%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(59,13,0,57)
C59M13Y0K57 
(59%,13%,0%,57%)
(0.59/0.13/0.00/0.57)	

CMYK percentages

%58.72
%12.84
%0
%57.25

Codes

Color #2D5F6D in popluar color models

2D5F6D
RGB4595109
HSL193°41.56%30.20%
HSB/HSV193°58.72%42.75%
CMYK58.72%12.84%0.00%
57.25%

Color #2D5F6D in popluar number systems.

HEX2D5F6D
Decimal4595109
Binary10110110111111101101
Octal55137155

Shades and tints

Shades of #2D5F6D

#2D5F6D
(45,95,109)
#295764
(41,87,100)
#254F5B
(37,79,91)
#214752
(33,71,82)
#1D3F49
(29,63,73)
#193740
(25,55,64)
#152F37
(21,47,55)
#11272E
(17,39,46)
#0D1F25
(13,31,37)
#09171C
(9,23,28)
#050F13
(5,15,19)
#000000
(0,0,0)

Tints of #2D5F6D

#2D5F6D
(45,95,109)
#406D7A
(64,109,122)
#537B87
(83,123,135)
#668994
(102,137,148)
#7997A1
(121,151,161)
#8CA5AE
(140,165,174)
#9FB3BB
(159,179,187)
#B2C1C8
(178,193,200)
#C5CFD5
(197,207,213)
#D8DDE2
(216,221,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5F6D color. Also use rgb(45,95,109) instead hex code.

Text Font Color

.myTextColor { color: #2D5F6D; }

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

This text font color is #2D5F6D.


Background Color

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

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

This div background color is #2D5F6D.


Border color

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

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

This div border color is #2D5F6D.


Opacity

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

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

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

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

This text has shadow with #2D5F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5F6D on black background.


Color preview on white background

This text has color #2D5F6D on white background.



Black color preview on #2D5F6D background

This text has black color on #2D5F6D background.


White color preview on #2D5F6D background

This text has white color on #2D5F6D background.