COLOR #2D636C

HEX: #2D636C
RGB: (45,99,108)

Color info

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

RGB color model

#2D636C color RGB value is (45,99,108).

  • red value is 45;
  • green value is 99;
  • blue value is 108.
RGB:
(45,99,108)
(18%,39%,42%)

RGB channels and saturation

R 45 of 255 = 18%
G 99 of 255 = 39%
B 108 of 255 = 42%

45
99
108

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

Portions of RGB colors in percentages

R + G + B =
45 + 99 + 108 = 252 (100%)
R 45 of 252 ~ 17.86%
G 99 of 252 ~ 39.29%
B 108 of 252 ~ 42.86%

%17.86
%39.29
%42.86

CMYK color model

#2D636C color CMYK value is (58,8,0,58).

  • cyan value is 58.33%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(58,8,0,58)
C58M8Y0K58 
(58%,8%,0%,58%)
(0.58/0.08/0.00/0.58)	

CMYK percentages

%58.33
%8.33
%0
%57.65

Codes

Color #2D636C in popluar color models

2D636C
RGB4599108
HSL189°41.18%30.00%
HSB/HSV189°58.33%42.35%
CMYK58.33%8.33%0.00%
57.65%

Color #2D636C in popluar number systems.

HEX2D636C
Decimal4599108
Binary10110111000111101100
Octal55143154

Shades and tints

Shades of #2D636C

#2D636C
(45,99,108)
#295A63
(41,90,99)
#25515A
(37,81,90)
#214851
(33,72,81)
#1D3F48
(29,63,72)
#19363F
(25,54,63)
#152D36
(21,45,54)
#11242D
(17,36,45)
#0D1B24
(13,27,36)
#09121B
(9,18,27)
#050912
(5,9,18)
#000000
(0,0,0)

Tints of #2D636C

#2D636C
(45,99,108)
#407179
(64,113,121)
#537F86
(83,127,134)
#668D93
(102,141,147)
#799BA0
(121,155,160)
#8CA9AD
(140,169,173)
#9FB7BA
(159,183,186)
#B2C5C7
(178,197,199)
#C5D3D4
(197,211,212)
#D8E1E1
(216,225,225)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D636C; }

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

This text font color is #2D636C.


Background Color

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

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

This div background color is #2D636C.


Border color

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

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

This div border color is #2D636C.


Opacity

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

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

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

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

This text has shadow with #2D636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D636C on black background.


Color preview on white background

This text has color #2D636C on white background.



Black color preview on #2D636C background

This text has black color on #2D636C background.


White color preview on #2D636C background

This text has white color on #2D636C background.