COLOR #283E43

HEX: #283E43
RGB: (40,62,67)

Color info

#283E43 contains red, green and blue colors in about the same proportion. Web safe color of #283E43 is #333333 (or #333).

RGB color model

#283E43 color RGB value is (40,62,67).

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

RGB channels and saturation

R 40 of 255 = 16%
G 62 of 255 = 24%
B 67 of 255 = 26%

40
62
67

R + G + B ~ 22%. #283E43 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 62 + 67 = 169 (100%)
R 40 of 169 ~ 23.67%
G 62 of 169 ~ 36.69%
B 67 of 169 ~ 39.64%

%23.67
%36.69
%39.64

CMYK color model

#283E43 color CMYK value is (40,7,0,74).

  • cyan value is 40.30%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(40,7,0,74)
C40M7Y0K74 
(40%,7%,0%,74%)
(0.40/0.07/0.00/0.74)	

CMYK percentages

%40.3
%7.46
%0
%73.73

Codes

Color #283E43 in popluar color models

283E43
RGB406267
HSL191°25.23%20.98%
HSB/HSV191°40.30%26.27%
CMYK40.30%7.46%0.00%
73.73%

Color #283E43 in popluar number systems.

HEX283E43
Decimal406267
Binary1010001111101000011
Octal5076103

Shades and tints

Shades of #283E43

#283E43
(40,62,67)
#25393D
(37,57,61)
#223437
(34,52,55)
#1F2F31
(31,47,49)
#1C2A2B
(28,42,43)
#192525
(25,37,37)
#16201F
(22,32,31)
#131B19
(19,27,25)
#101613
(16,22,19)
#0D110D
(13,17,13)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #283E43

#283E43
(40,62,67)
#3B4F54
(59,79,84)
#4E6065
(78,96,101)
#617176
(97,113,118)
#748287
(116,130,135)
#879398
(135,147,152)
#9AA4A9
(154,164,169)
#ADB5BA
(173,181,186)
#C0C6CB
(192,198,203)
#D3D7DC
(211,215,220)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283E43; }

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

This text font color is #283E43.


Background Color

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

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

This div background color is #283E43.


Border color

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

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

This div border color is #283E43.


Opacity

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

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

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

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

This text has shadow with #283E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283E43 on black background.


Color preview on white background

This text has color #283E43 on white background.



Black color preview on #283E43 background

This text has black color on #283E43 background.


White color preview on #283E43 background

This text has white color on #283E43 background.