COLOR #284C61

HEX: #284C61 RGB: (40,76,97)

Color info

#284C61 contains red, green and blue colors in about the same proportion. Web safe color of #284C61 is #333366 (or #336).

RGB color model

#284C61 color RGB value is (40,76,97).

RGB: (40,76,97) (16%, 30%, 38%)

RGB channels and saturation

R 40 of 255 = 16%
G 76 of 255 = 30%
B 97 of 255 = 38%

40
76
97

R + G + B ~ 28%. #284C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 76 + 97 = 213 (100%)
R 40 of 213 ~ 18.78%
G 76 of 213 ~ 35.68%
B 97 of 213 ~ 45.54'%

%18.78
%35.68
%45.54

CMYK color model

#284C61 color CMYK value is (59,22,0,62).

  • cyan value is 58.76%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (59,22,0,62) C59M22Y0K62 (59%,22%,0%,62%) (0.59/0.22/0.00/0.62) 

CMYK percentages

%58.76
%21.65
%0
%61.96

Codes

Color #284C61 in popluar color models

28 4C 61
RGB 40 76 97
HSL 202° 41.61% 26.86%
HSB/HSV 202° 58.76% 38.04%
CMYK 58.76% 21.65% 0.00%
61.96%

Color #284C61 in popluar number systems.

HEX 28 4C 61
Decimal 40 76 97
Binary 101000 1001100 1100001
Octal 50 114 141

Shades and tints

Shades of #284C61

#284C61
(40,76,97)
#254659
(37,70,89)
#224051
(34,64,81)
#1F3A49
(31,58,73)
#1C3441
(28,52,65)
#192E39
(25,46,57)
#162831
(22,40,49)
#132229
(19,34,41)
#101C21
(16,28,33)
#0D1619
(13,22,25)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #284C61

#284C61
(40,76,97)
#3B5C6F
(59,92,111)
#4E6C7D
(78,108,125)
#617C8B
(97,124,139)
#748C99
(116,140,153)
#879CA7
(135,156,167)
#9AACB5
(154,172,181)
#ADBCC3
(173,188,195)
#C0CCD1
(192,204,209)
#D3DCDF
(211,220,223)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284C61 color. Also use rgb(40,76,97) instead hex code.

Text Font Color

.myTextColor { color: #284C61; }

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

This text font color is #284C61.

Background Color

.myBgColor { background-color: #284C61; }

<div style="background-color:#284C61">Inner text</div>

This div background color is #284C61.

Border color

.myBorderColor { border: 1px solid #284C61; }

<div style="border:3px solid #284C61">Div</div>

This div border color is #284C61.

Opacity

.myOpacity80 { color: #284C61; opacity: 0.8; }

<p style="color:#284C61;opacity:0.8;">80%</p>

Text with #284C61 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 #284C61;}

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

This text has shadow with #284C61 color.


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

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

This text has shadow with #284C61 primary color and red secondary color.


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

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

This text has shadow with #284C61 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #284C61.

Preview

Color preview on black background

This text has color #284C61 on black background.


Color preview on white background

This text has color #284C61 on white background.


Black color preview on #284C61 background

This text has black color on #284C61 background.


White color preview on #284C61 background

This text has white color on #284C61 background.


Related colors

Complementary color

Complementary color for #hex is #D7B39E.


I love getcolorcode.com

Triadic colors

1 #61284C and #4C6128 with #284C61 are triadic colors.

2 #614C28 and #4C2861 with #284C61 are triadic colors.