COLOR #283121

HEX: #283121 RGB: (40,49,33)

Color info

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

RGB color model

#283121 color RGB value is (40,49,33).

RGB: (40,49,33) (16%, 19%, 13%)

RGB channels and saturation

R 40 of 255 = 16%
G 49 of 255 = 19%
B 33 of 255 = 13%

40
49
33

R + G + B ~ 16%. #283121 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 49 + 33 = 122 (100%)
R 40 of 122 ~ 32.79%
G 49 of 122 ~ 40.16%
B 33 of 122 ~ 27.05'%

%32.79
%40.16
%27.05

CMYK color model

#283121 color CMYK value is (18,0,33,81).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 80.78%

CMYK: (18,0,33,81)
C18M0Y33K81 (18%, 0%, 33%, 81%)
(0.18 / 0.00 / 0.33 / 0.81)

CMYK percentages

%18.37
%0
%32.65
%80.78

Codes

Color #283121 in popluar color models

28 31 21
RGB 40 49 33
HSL 94° 19.51% 16.08%
HSB/HSV 94° 32.65% 19.22%
CMYK 18.37% 0.00% 32.65%
80.78%

Color #283121 in popluar number systems.

HEX 28 31 21
Decimal 40 49 33
Binary 101000 110001 100001
Octal 50 61 41

Shades and tints

Shades of #283121

#283121
(40,49,33)
#252D1E
(37,45,30)
#22291B
(34,41,27)
#1F2518
(31,37,24)
#1C2115
(28,33,21)
#191D12
(25,29,18)
#16190F
(22,25,15)
#13150C
(19,21,12)
#101109
(16,17,9)
#0D0D06
(13,13,6)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #283121

#283121
(40,49,33)
#3B4335
(59,67,53)
#4E5549
(78,85,73)
#61675D
(97,103,93)
#747971
(116,121,113)
#878B85
(135,139,133)
#9A9D99
(154,157,153)
#ADAFAD
(173,175,173)
#C0C1C1
(192,193,193)
#D3D3D5
(211,211,213)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283121; }

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

This text font color is #283121.

Background Color

.myBgColor { background-color: #283121; }

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

This div background color is #283121.

Border color

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

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

This div border color is #283121.

Opacity

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

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

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

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

This text has shadow with #283121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #283121.

Preview

Color preview on black background

This text has color #283121 on black background.


Color preview on white background

This text has color #283121 on white background.


Black color preview on #283121 background

This text has black color on #283121 background.


White color preview on #283121 background

This text has white color on #283121 background.


Related colors

Complementary color

Complementary color for #hex is #D7CEDE.


I love getcolorcode.com

Triadic colors

1 #212831 and #312128 with #283121 are triadic colors.

2 #213128 and #312821 with #283121 are triadic colors.