COLOR #2C757D

HEX: #2C757D
RGB: (44,117,125)

Color info

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

RGB color model

#2C757D color RGB value is (44,117,125).

  • red value is 44;
  • green value is 117;
  • blue value is 125.
RGB:
(44,117,125)
(17%,46%,49%)

RGB channels and saturation

R 44 of 255 = 17%
G 117 of 255 = 46%
B 125 of 255 = 49%

44
117
125

R + G + B ~ 37%. #2C757D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 117 + 125 = 286 (100%)
R 44 of 286 ~ 15.38%
G 117 of 286 ~ 40.91%
B 125 of 286 ~ 43.71%

%15.38
%40.91
%43.71

CMYK color model

#2C757D color CMYK value is (65,6,0,51).

  • cyan value is 64.80%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(65,6,0,51)
C65M6Y0K51 
(65%,6%,0%,51%)
(0.65/0.06/0.00/0.51)	

CMYK percentages

%64.8
%6.4
%0
%50.98

Codes

Color #2C757D in popluar color models

2C757D
RGB44117125
HSL186°47.93%33.14%
HSB/HSV186°64.80%49.02%
CMYK64.80%6.40%0.00%
50.98%

Color #2C757D in popluar number systems.

HEX2C757D
Decimal44117125
Binary10110011101011111101
Octal54165175

Shades and tints

Shades of #2C757D

#2C757D
(44,117,125)
#286B72
(40,107,114)
#246167
(36,97,103)
#20575C
(32,87,92)
#1C4D51
(28,77,81)
#184346
(24,67,70)
#14393B
(20,57,59)
#102F30
(16,47,48)
#0C2525
(12,37,37)
#081B1A
(8,27,26)
#04110F
(4,17,15)
#000000
(0,0,0)

Tints of #2C757D

#2C757D
(44,117,125)
#3F8188
(63,129,136)
#528D93
(82,141,147)
#65999E
(101,153,158)
#78A5A9
(120,165,169)
#8BB1B4
(139,177,180)
#9EBDBF
(158,189,191)
#B1C9CA
(177,201,202)
#C4D5D5
(196,213,213)
#D7E1E0
(215,225,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C757D color. Also use rgb(44,117,125) instead hex code.

Text Font Color

.myTextColor { color: #2C757D; }

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

This text font color is #2C757D.


Background Color

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

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

This div background color is #2C757D.


Border color

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

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

This div border color is #2C757D.


Opacity

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

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

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

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

This text has shadow with #2C757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C757D on black background.


Color preview on white background

This text has color #2C757D on white background.



Black color preview on #2C757D background

This text has black color on #2C757D background.


White color preview on #2C757D background

This text has white color on #2C757D background.