COLOR #283E6C

HEX: #283E6C
RGB: (40,62,108)

Color info

#283E6C contains mainly green and blue colors. Web safe color of #283E6C is #333366 (or #336).

RGB color model

#283E6C color RGB value is (40,62,108).

  • red value is 40;
  • green value is 62;
  • blue value is 108.
RGB:
(40,62,108)
(16%,24%,42%)

RGB channels and saturation

R 40 of 255 = 16%
G 62 of 255 = 24%
B 108 of 255 = 42%

40
62
108

R + G + B ~ 27%. #283E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 62 + 108 = 210 (100%)
R 40 of 210 ~ 19.05%
G 62 of 210 ~ 29.52%
B 108 of 210 ~ 51.43%

%19.05
%29.52
%51.43

CMYK color model

#283E6C color CMYK value is (63,43,0,58).

  • cyan value is 62.96%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(63,43,0,58)
C63M43Y0K58 
(63%,43%,0%,58%)
(0.63/0.43/0.00/0.58)	

CMYK percentages

%62.96
%42.59
%0
%57.65

Codes

Color #283E6C in popluar color models

283E6C
RGB4062108
HSL221°45.95%29.02%
HSB/HSV221°62.96%42.35%
CMYK62.96%42.59%0.00%
57.65%

Color #283E6C in popluar number systems.

HEX283E6C
Decimal4062108
Binary1010001111101101100
Octal5076154

Shades and tints

Shades of #283E6C

#283E6C
(40,62,108)
#253963
(37,57,99)
#22345A
(34,52,90)
#1F2F51
(31,47,81)
#1C2A48
(28,42,72)
#19253F
(25,37,63)
#162036
(22,32,54)
#131B2D
(19,27,45)
#101624
(16,22,36)
#0D111B
(13,17,27)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #283E6C

#283E6C
(40,62,108)
#3B4F79
(59,79,121)
#4E6086
(78,96,134)
#617193
(97,113,147)
#7482A0
(116,130,160)
#8793AD
(135,147,173)
#9AA4BA
(154,164,186)
#ADB5C7
(173,181,199)
#C0C6D4
(192,198,212)
#D3D7E1
(211,215,225)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283E6C color. Also use rgb(40,62,108) instead hex code.

Text Font Color

.myTextColor { color: #283E6C; }

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

This text font color is #283E6C.


Background Color

.myBgColor { background-color: #283E6C; }

<div style="background-color:#283E6C">Inner text</div>

This div background color is #283E6C.


Border color

.myBorderColor { border: 1px solid #283E6C; }

<div style="border:3px solid #283E6C">Div</div>

This div border color is #283E6C.


Opacity

.myOpacity80 { color: #283E6C; opacity: 0.8; }

<p style="color:#283E6C;opacity:0.8;">80%</p>

Text with #283E6C 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 #283E6C;}

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

This text has shadow with #283E6C color.

.textShadow {text-shadow: 3px 3px 1px #283E6C, 3px 3px 1px red;}

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

This text has shadow with #283E6C primary color and red secondary color.


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

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

This text has shadow with #283E6C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283E6C on black background.


Color preview on white background

This text has color #283E6C on white background.



Black color preview on #283E6C background

This text has black color on #283E6C background.


White color preview on #283E6C background

This text has white color on #283E6C background.