COLOR #2C674E

HEX: #2C674E
RGB: (44,103,78)

Color info

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

RGB color model

#2C674E color RGB value is (44,103,78).

  • red value is 44;
  • green value is 103;
  • blue value is 78.
RGB:
(44,103,78)
(17%,40%,31%)

RGB channels and saturation

R 44 of 255 = 17%
G 103 of 255 = 40%
B 78 of 255 = 31%

44
103
78

R + G + B ~ 29%. #2C674E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 103 + 78 = 225 (100%)
R 44 of 225 ~ 19.56%
G 103 of 225 ~ 45.78%
B 78 of 225 ~ 34.67%

%19.56
%45.78
%34.67

CMYK color model

#2C674E color CMYK value is (57,0,24,60).

  • cyan value is 57.28%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 59.61%
CMYK:
(57,0,24,60)
C57M0Y24K60 
(57%,0%,24%,60%)
(0.57/0.00/0.24/0.60)	

CMYK percentages

%57.28
%0
%24.27
%59.61

Codes

Color #2C674E in popluar color models

2C674E
RGB4410378
HSL155°40.14%28.82%
HSB/HSV155°57.28%40.39%
CMYK57.28%0.00%24.27%
59.61%

Color #2C674E in popluar number systems.

HEX2C674E
Decimal4410378
Binary10110011001111001110
Octal54147116

Shades and tints

Shades of #2C674E

#2C674E
(44,103,78)
#285E47
(40,94,71)
#245540
(36,85,64)
#204C39
(32,76,57)
#1C4332
(28,67,50)
#183A2B
(24,58,43)
#143124
(20,49,36)
#10281D
(16,40,29)
#0C1F16
(12,31,22)
#08160F
(8,22,15)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #2C674E

#2C674E
(44,103,78)
#3F745E
(63,116,94)
#52816E
(82,129,110)
#658E7E
(101,142,126)
#789B8E
(120,155,142)
#8BA89E
(139,168,158)
#9EB5AE
(158,181,174)
#B1C2BE
(177,194,190)
#C4CFCE
(196,207,206)
#D7DCDE
(215,220,222)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C674E color. Also use rgb(44,103,78) instead hex code.

Text Font Color

.myTextColor { color: #2C674E; }

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

This text font color is #2C674E.


Background Color

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

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

This div background color is #2C674E.


Border color

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

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

This div border color is #2C674E.


Opacity

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

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

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

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

This text has shadow with #2C674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C674E on black background.


Color preview on white background

This text has color #2C674E on white background.



Black color preview on #2C674E background

This text has black color on #2C674E background.


White color preview on #2C674E background

This text has white color on #2C674E background.