COLOR #2C5875

HEX: #2C5875
RGB: (44,88,117)

Color info

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

RGB color model

#2C5875 color RGB value is (44,88,117).

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

RGB channels and saturation

R 44 of 255 = 17%
G 88 of 255 = 35%
B 117 of 255 = 46%

44
88
117

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

Portions of RGB colors in percentages

R + G + B =
44 + 88 + 117 = 249 (100%)
R 44 of 249 ~ 17.67%
G 88 of 249 ~ 35.34%
B 117 of 249 ~ 46.99%

%17.67
%35.34
%46.99

CMYK color model

#2C5875 color CMYK value is (62,25,0,54).

  • cyan value is 62.39%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(62,25,0,54)
C62M25Y0K54 
(62%,25%,0%,54%)
(0.62/0.25/0.00/0.54)	

CMYK percentages

%62.39
%24.79
%0
%54.12

Codes

Color #2C5875 in popluar color models

2C5875
RGB4488117
HSL204°45.34%31.57%
HSB/HSV204°62.39%45.88%
CMYK62.39%24.79%0.00%
54.12%

Color #2C5875 in popluar number systems.

HEX2C5875
Decimal4488117
Binary10110010110001110101
Octal54130165

Shades and tints

Shades of #2C5875

#2C5875
(44,88,117)
#28506B
(40,80,107)
#244861
(36,72,97)
#204057
(32,64,87)
#1C384D
(28,56,77)
#183043
(24,48,67)
#142839
(20,40,57)
#10202F
(16,32,47)
#0C1825
(12,24,37)
#08101B
(8,16,27)
#040811
(4,8,17)
#000000
(0,0,0)

Tints of #2C5875

#2C5875
(44,88,117)
#3F6781
(63,103,129)
#52768D
(82,118,141)
#658599
(101,133,153)
#7894A5
(120,148,165)
#8BA3B1
(139,163,177)
#9EB2BD
(158,178,189)
#B1C1C9
(177,193,201)
#C4D0D5
(196,208,213)
#D7DFE1
(215,223,225)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5875; }

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

This text font color is #2C5875.


Background Color

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

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

This div background color is #2C5875.


Border color

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

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

This div border color is #2C5875.


Opacity

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

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

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

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

This text has shadow with #2C5875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5875 on black background.


Color preview on white background

This text has color #2C5875 on white background.



Black color preview on #2C5875 background

This text has black color on #2C5875 background.


White color preview on #2C5875 background

This text has white color on #2C5875 background.