COLOR #2D635E

HEX: #2D635E RGB: (45,99,94)

Color info

#2D635E contains red, green and blue colors in about the same proportion. Web safe color of #2D635E is #336666 (or #366).

RGB color model

#2D635E color RGB value is (45,99,94).

RGB: (45,99,94) (18%, 39%, 37%)

RGB channels and saturation

R 45 of 255 = 18%
G 99 of 255 = 39%
B 94 of 255 = 37%

45
99
94

R + G + B ~ 31%. #2D635E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 99 + 94 = 238 (100%)
R 45 of 238 ~ 18.91%
G 99 of 238 ~ 41.6%
B 94 of 238 ~ 39.5'%

%18.91
%41.6
%39.5

CMYK color model

#2D635E color CMYK value is (55,0,5,61).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%

CMYK: (55,0,5,61)
C55M0Y5K61 (55%, 0%, 5%, 61%)
(0.55 / 0.00 / 0.05 / 0.61)

CMYK percentages

%54.55
%0
%5.05
%61.18

Codes

Color #2D635E in popluar color models

2D 63 5E
RGB 45 99 94
HSL 174° 37.50% 28.24%
HSB/HSV 174° 54.55% 38.82%
CMYK 54.55% 0.00% 5.05%
61.18%

Color #2D635E in popluar number systems.

HEX 2D 63 5E
Decimal 45 99 94
Binary 101101 1100011 1011110
Octal 55 143 136

Shades and tints

Shades of #2D635E

#2D635E
(45,99,94)
#295A56
(41,90,86)
#25514E
(37,81,78)
#214846
(33,72,70)
#1D3F3E
(29,63,62)
#193636
(25,54,54)
#152D2E
(21,45,46)
#112426
(17,36,38)
#0D1B1E
(13,27,30)
#091216
(9,18,22)
#05090E
(5,9,14)
#000000
(0,0,0)

Tints of #2D635E

#2D635E
(45,99,94)
#40716C
(64,113,108)
#537F7A
(83,127,122)
#668D88
(102,141,136)
#799B96
(121,155,150)
#8CA9A4
(140,169,164)
#9FB7B2
(159,183,178)
#B2C5C0
(178,197,192)
#C5D3CE
(197,211,206)
#D8E1DC
(216,225,220)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D635E color. Also use rgb(45,99,94) instead hex code.

Text Font Color

.myTextColor { color: #2D635E; }

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

This text font color is #2D635E.

Background Color

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

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

This div background color is #2D635E.

Border color

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

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

This div border color is #2D635E.

Opacity

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

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

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

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

This text has shadow with #2D635E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D635E.

Preview

Color preview on black background

This text has color #2D635E on black background.


Color preview on white background

This text has color #2D635E on white background.


Black color preview on #2D635E background

This text has black color on #2D635E background.


White color preview on #2D635E background

This text has white color on #2D635E background.


Related colors

Complementary color

Complementary color for #hex is #D29CA1.


I love getcolorcode.com

Triadic colors

1 #5E2D63 and #635E2D with #2D635E are triadic colors.

2 #5E632D and #632D5E with #2D635E are triadic colors.