COLOR #283230

HEX: #283230
RGB: (40,50,48)

Color info

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

RGB color model

#283230 color RGB value is (40,50,48).

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

RGB channels and saturation

R 40 of 255 = 16%
G 50 of 255 = 20%
B 48 of 255 = 19%

40
50
48

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

Portions of RGB colors in percentages

R + G + B =
40 + 50 + 48 = 138 (100%)
R 40 of 138 ~ 28.99%
G 50 of 138 ~ 36.23%
B 48 of 138 ~ 34.78%

%28.99
%36.23
%34.78

CMYK color model

#283230 color CMYK value is (20,0,4,80).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 80.39%
CMYK:
(20,0,4,80)
C20M0Y4K80 
(20%,0%,4%,80%)
(0.20/0.00/0.04/0.80)	

CMYK percentages

%20
%0
%4
%80.39

Codes

Color #283230 in popluar color models

283230
RGB405048
HSL168°11.11%17.65%
HSB/HSV168°20.00%19.61%
CMYK20.00%0.00%4.00%
80.39%

Color #283230 in popluar number systems.

HEX283230
Decimal405048
Binary101000110010110000
Octal506260

Shades and tints

Shades of #283230

#283230
(40,50,48)
#252E2C
(37,46,44)
#222A28
(34,42,40)
#1F2624
(31,38,36)
#1C2220
(28,34,32)
#191E1C
(25,30,28)
#161A18
(22,26,24)
#131614
(19,22,20)
#101210
(16,18,16)
#0D0E0C
(13,14,12)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #283230

#283230
(40,50,48)
#3B4442
(59,68,66)
#4E5654
(78,86,84)
#616866
(97,104,102)
#747A78
(116,122,120)
#878C8A
(135,140,138)
#9A9E9C
(154,158,156)
#ADB0AE
(173,176,174)
#C0C2C0
(192,194,192)
#D3D4D2
(211,212,210)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283230; }

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

This text font color is #283230.


Background Color

.myBgColor { background-color: #283230; }

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

This div background color is #283230.


Border color

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

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

This div border color is #283230.


Opacity

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

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

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

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

This text has shadow with #283230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283230 on black background.


Color preview on white background

This text has color #283230 on white background.



Black color preview on #283230 background

This text has black color on #283230 background.


White color preview on #283230 background

This text has white color on #283230 background.