COLOR #2C6375

HEX: #2C6375
RGB: (44,99,117)

Color info

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

RGB color model

#2C6375 color RGB value is (44,99,117).

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

RGB channels and saturation

R 44 of 255 = 17%
G 99 of 255 = 39%
B 117 of 255 = 46%

44
99
117

R + G + B ~ 34%. #2C6375 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 99 + 117 = 260 (100%)
R 44 of 260 ~ 16.92%
G 99 of 260 ~ 38.08%
B 117 of 260 ~ 45%

%16.92
%38.08
%45

CMYK color model

#2C6375 color CMYK value is (62,15,0,54).

  • cyan value is 62.39%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(62,15,0,54)
C62M15Y0K54 
(62%,15%,0%,54%)
(0.62/0.15/0.00/0.54)	

CMYK percentages

%62.39
%15.38
%0
%54.12

Codes

Color #2C6375 in popluar color models

2C6375
RGB4499117
HSL195°45.34%31.57%
HSB/HSV195°62.39%45.88%
CMYK62.39%15.38%0.00%
54.12%

Color #2C6375 in popluar number systems.

HEX2C6375
Decimal4499117
Binary10110011000111110101
Octal54143165

Shades and tints

Shades of #2C6375

#2C6375
(44,99,117)
#285A6B
(40,90,107)
#245161
(36,81,97)
#204857
(32,72,87)
#1C3F4D
(28,63,77)
#183643
(24,54,67)
#142D39
(20,45,57)
#10242F
(16,36,47)
#0C1B25
(12,27,37)
#08121B
(8,18,27)
#040911
(4,9,17)
#000000
(0,0,0)

Tints of #2C6375

#2C6375
(44,99,117)
#3F7181
(63,113,129)
#527F8D
(82,127,141)
#658D99
(101,141,153)
#789BA5
(120,155,165)
#8BA9B1
(139,169,177)
#9EB7BD
(158,183,189)
#B1C5C9
(177,197,201)
#C4D3D5
(196,211,213)
#D7E1E1
(215,225,225)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C6375; }

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

This text font color is #2C6375.


Background Color

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

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

This div background color is #2C6375.


Border color

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

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

This div border color is #2C6375.


Opacity

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

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

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

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

This text has shadow with #2C6375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6375 on black background.


Color preview on white background

This text has color #2C6375 on white background.



Black color preview on #2C6375 background

This text has black color on #2C6375 background.


White color preview on #2C6375 background

This text has white color on #2C6375 background.