COLOR #283C39

HEX: #283C39
RGB: (40,60,57)

Color info

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

RGB color model

#283C39 color RGB value is (40,60,57).

  • red value is 40;
  • green value is 60;
  • blue value is 57.
RGB:
(40,60,57)
(16%,24%,22%)

RGB channels and saturation

R 40 of 255 = 16%
G 60 of 255 = 24%
B 57 of 255 = 22%

40
60
57

R + G + B ~ 21%. #283C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 60 + 57 = 157 (100%)
R 40 of 157 ~ 25.48%
G 60 of 157 ~ 38.22%
B 57 of 157 ~ 36.31%

%25.48
%38.22
%36.31

CMYK color model

#283C39 color CMYK value is (33,0,5,76).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 76.47%
CMYK:
(33,0,5,76)
C33M0Y5K76 
(33%,0%,5%,76%)
(0.33/0.00/0.05/0.76)	

CMYK percentages

%33.33
%0
%5
%76.47

Codes

Color #283C39 in popluar color models

283C39
RGB406057
HSL171°20.00%19.61%
HSB/HSV171°33.33%23.53%
CMYK33.33%0.00%5.00%
76.47%

Color #283C39 in popluar number systems.

HEX283C39
Decimal406057
Binary101000111100111001
Octal507471

Shades and tints

Shades of #283C39

#283C39
(40,60,57)
#253734
(37,55,52)
#22322F
(34,50,47)
#1F2D2A
(31,45,42)
#1C2825
(28,40,37)
#192320
(25,35,32)
#161E1B
(22,30,27)
#131916
(19,25,22)
#101411
(16,20,17)
#0D0F0C
(13,15,12)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #283C39

#283C39
(40,60,57)
#3B4D4B
(59,77,75)
#4E5E5D
(78,94,93)
#616F6F
(97,111,111)
#748081
(116,128,129)
#879193
(135,145,147)
#9AA2A5
(154,162,165)
#ADB3B7
(173,179,183)
#C0C4C9
(192,196,201)
#D3D5DB
(211,213,219)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283C39 color. Also use rgb(40,60,57) instead hex code.

Text Font Color

.myTextColor { color: #283C39; }

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

This text font color is #283C39.


Background Color

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

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

This div background color is #283C39.


Border color

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

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

This div border color is #283C39.


Opacity

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

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

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

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

This text has shadow with #283C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283C39 on black background.


Color preview on white background

This text has color #283C39 on white background.



Black color preview on #283C39 background

This text has black color on #283C39 background.


White color preview on #283C39 background

This text has white color on #283C39 background.