COLOR #283130

HEX: #283130
RGB: (40,49,48)

Color info

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

RGB color model

#283130 color RGB value is (40,49,48).

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

RGB channels and saturation

R 40 of 255 = 16%
G 49 of 255 = 19%
B 48 of 255 = 19%

40
49
48

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

Portions of RGB colors in percentages

R + G + B =
40 + 49 + 48 = 137 (100%)
R 40 of 137 ~ 29.2%
G 49 of 137 ~ 35.77%
B 48 of 137 ~ 35.04%

%29.2
%35.77
%35.04

CMYK color model

#283130 color CMYK value is (18,0,2,81).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK:
(18,0,2,81)
C18M0Y2K81 
(18%,0%,2%,81%)
(0.18/0.00/0.02/0.81)	

CMYK percentages

%18.37
%0
%2.04
%80.78

Codes

Color #283130 in popluar color models

283130
RGB404948
HSL173°10.11%17.45%
HSB/HSV173°18.37%19.22%
CMYK18.37%0.00%2.04%
80.78%

Color #283130 in popluar number systems.

HEX283130
Decimal404948
Binary101000110001110000
Octal506160

Shades and tints

Shades of #283130

#283130
(40,49,48)
#252D2C
(37,45,44)
#222928
(34,41,40)
#1F2524
(31,37,36)
#1C2120
(28,33,32)
#191D1C
(25,29,28)
#161918
(22,25,24)
#131514
(19,21,20)
#101110
(16,17,16)
#0D0D0C
(13,13,12)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #283130

#283130
(40,49,48)
#3B4342
(59,67,66)
#4E5554
(78,85,84)
#616766
(97,103,102)
#747978
(116,121,120)
#878B8A
(135,139,138)
#9A9D9C
(154,157,156)
#ADAFAE
(173,175,174)
#C0C1C0
(192,193,192)
#D3D3D2
(211,211,210)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283130; }

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

This text font color is #283130.


Background Color

.myBgColor { background-color: #283130; }

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

This div background color is #283130.


Border color

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

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

This div border color is #283130.


Opacity

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

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

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

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

This text has shadow with #283130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283130 on black background.


Color preview on white background

This text has color #283130 on white background.



Black color preview on #283130 background

This text has black color on #283130 background.


White color preview on #283130 background

This text has white color on #283130 background.