COLOR #283431

HEX: #283431
RGB: (40,52,49)

Color info

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

RGB color model

#283431 color RGB value is (40,52,49).

  • red value is 40;
  • green value is 52;
  • blue value is 49.
RGB:
(40,52,49)
(16%,20%,19%)

RGB channels and saturation

R 40 of 255 = 16%
G 52 of 255 = 20%
B 49 of 255 = 19%

40
52
49

R + G + B ~ 18%. #283431 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 52 + 49 = 141 (100%)
R 40 of 141 ~ 28.37%
G 52 of 141 ~ 36.88%
B 49 of 141 ~ 34.75%

%28.37
%36.88
%34.75

CMYK color model

#283431 color CMYK value is (23,0,6,80).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(23,0,6,80)
C23M0Y6K80 
(23%,0%,6%,80%)
(0.23/0.00/0.06/0.80)	

CMYK percentages

%23.08
%0
%5.77
%79.61

Codes

Color #283431 in popluar color models

283431
RGB405249
HSL165°13.04%18.04%
HSB/HSV165°23.08%20.39%
CMYK23.08%0.00%5.77%
79.61%

Color #283431 in popluar number systems.

HEX283431
Decimal405249
Binary101000110100110001
Octal506461

Shades and tints

Shades of #283431

#283431
(40,52,49)
#25302D
(37,48,45)
#222C29
(34,44,41)
#1F2825
(31,40,37)
#1C2421
(28,36,33)
#19201D
(25,32,29)
#161C19
(22,28,25)
#131815
(19,24,21)
#101411
(16,20,17)
#0D100D
(13,16,13)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #283431

#283431
(40,52,49)
#3B4643
(59,70,67)
#4E5855
(78,88,85)
#616A67
(97,106,103)
#747C79
(116,124,121)
#878E8B
(135,142,139)
#9AA09D
(154,160,157)
#ADB2AF
(173,178,175)
#C0C4C1
(192,196,193)
#D3D6D3
(211,214,211)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283431 color. Also use rgb(40,52,49) instead hex code.

Text Font Color

.myTextColor { color: #283431; }

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

This text font color is #283431.


Background Color

.myBgColor { background-color: #283431; }

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

This div background color is #283431.


Border color

.myBorderColor { border: 1px solid #283431; }

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

This div border color is #283431.


Opacity

.myOpacity80 { color: #283431; opacity: 0.8; }

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

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

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

This text has shadow with #283431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283431 on black background.


Color preview on white background

This text has color #283431 on white background.



Black color preview on #283431 background

This text has black color on #283431 background.


White color preview on #283431 background

This text has white color on #283431 background.