COLOR #2C6453

HEX: #2C6453
RGB: (44,100,83)

Color info

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

RGB color model

#2C6453 color RGB value is (44,100,83).

  • red value is 44;
  • green value is 100;
  • blue value is 83.
RGB:
(44,100,83)
(17%,39%,33%)

RGB channels and saturation

R 44 of 255 = 17%
G 100 of 255 = 39%
B 83 of 255 = 33%

44
100
83

R + G + B ~ 30%. #2C6453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 100 + 83 = 227 (100%)
R 44 of 227 ~ 19.38%
G 100 of 227 ~ 44.05%
B 83 of 227 ~ 36.56%

%19.38
%44.05
%36.56

CMYK color model

#2C6453 color CMYK value is (56,0,17,61).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 60.78%
CMYK:
(56,0,17,61)
C56M0Y17K61 
(56%,0%,17%,61%)
(0.56/0.00/0.17/0.61)	

CMYK percentages

%56
%0
%17
%60.78

Codes

Color #2C6453 in popluar color models

2C6453
RGB4410083
HSL162°38.89%28.24%
HSB/HSV162°56.00%39.22%
CMYK56.00%0.00%17.00%
60.78%

Color #2C6453 in popluar number systems.

HEX2C6453
Decimal4410083
Binary10110011001001010011
Octal54144123

Shades and tints

Shades of #2C6453

#2C6453
(44,100,83)
#285B4C
(40,91,76)
#245245
(36,82,69)
#20493E
(32,73,62)
#1C4037
(28,64,55)
#183730
(24,55,48)
#142E29
(20,46,41)
#102522
(16,37,34)
#0C1C1B
(12,28,27)
#081314
(8,19,20)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #2C6453

#2C6453
(44,100,83)
#3F7262
(63,114,98)
#528071
(82,128,113)
#658E80
(101,142,128)
#789C8F
(120,156,143)
#8BAA9E
(139,170,158)
#9EB8AD
(158,184,173)
#B1C6BC
(177,198,188)
#C4D4CB
(196,212,203)
#D7E2DA
(215,226,218)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C6453; }

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

This text font color is #2C6453.


Background Color

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

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

This div background color is #2C6453.


Border color

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

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

This div border color is #2C6453.


Opacity

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

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

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

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

This text has shadow with #2C6453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6453 on black background.


Color preview on white background

This text has color #2C6453 on white background.



Black color preview on #2C6453 background

This text has black color on #2C6453 background.


White color preview on #2C6453 background

This text has white color on #2C6453 background.