COLOR #2C6471

HEX: #2C6471 RGB: (44,100,113)

Color info

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

RGB color model

#2C6471 color RGB value is (44,100,113).

RGB: (44,100,113) (17%, 39%, 44%)

RGB channels and saturation

R 44 of 255 = 17%
G 100 of 255 = 39%
B 113 of 255 = 44%

44
100
113

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

Portions of RGB colors in percentages

R + G + B = 44 + 100 + 113 = 257 (100%)
R 44 of 257 ~ 17.12%
G 100 of 257 ~ 38.91%
B 113 of 257 ~ 43.97'%

%17.12
%38.91
%43.97

CMYK color model

#2C6471 color CMYK value is (61,12,0,56).

  • cyan value is 61.06%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (61,12,0,56)
C61M12Y0K56 (61%, 12%, 0%, 56%)
(0.61 / 0.12 / 0.00 / 0.56)

CMYK percentages

%61.06
%11.5
%0
%55.69

Codes

Color #2C6471 in popluar color models

2C 64 71
RGB 44 100 113
HSL 191° 43.95% 30.78%
HSB/HSV 191° 61.06% 44.31%
CMYK 61.06% 11.50% 0.00%
55.69%

Color #2C6471 in popluar number systems.

HEX 2C 64 71
Decimal 44 100 113
Binary 101100 1100100 1110001
Octal 54 144 161

Shades and tints

Shades of #2C6471

#2C6471
(44,100,113)
#285B67
(40,91,103)
#24525D
(36,82,93)
#204953
(32,73,83)
#1C4049
(28,64,73)
#18373F
(24,55,63)
#142E35
(20,46,53)
#10252B
(16,37,43)
#0C1C21
(12,28,33)
#081317
(8,19,23)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #2C6471

#2C6471
(44,100,113)
#3F727D
(63,114,125)
#528089
(82,128,137)
#658E95
(101,142,149)
#789CA1
(120,156,161)
#8BAAAD
(139,170,173)
#9EB8B9
(158,184,185)
#B1C6C5
(177,198,197)
#C4D4D1
(196,212,209)
#D7E2DD
(215,226,221)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6471 color. Also use rgb(44,100,113) instead hex code.

Text Font Color

.myTextColor { color: #2C6471; }

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

This text font color is #2C6471.

Background Color

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

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

This div background color is #2C6471.

Border color

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

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

This div border color is #2C6471.

Opacity

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

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

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

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

This text has shadow with #2C6471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C6471.

Preview

Color preview on black background

This text has color #2C6471 on black background.


Color preview on white background

This text has color #2C6471 on white background.


Black color preview on #2C6471 background

This text has black color on #2C6471 background.


White color preview on #2C6471 background

This text has white color on #2C6471 background.


Related colors

Complementary color

Complementary color for #hex is #D39B8E.


I love getcolorcode.com

Triadic colors

1 #712C64 and #64712C with #2C6471 are triadic colors.

2 #71642C and #642C71 with #2C6471 are triadic colors.