COLOR #283335

HEX: #283335 RGB: (40,51,53)

Color info

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

RGB color model

#283335 color RGB value is (40,51,53).

RGB: (40,51,53) (16%, 20%, 21%)

RGB channels and saturation

R 40 of 255 = 16%
G 51 of 255 = 20%
B 53 of 255 = 21%

40
51
53

R + G + B ~ 19%. #283335 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 51 + 53 = 144 (100%)
R 40 of 144 ~ 27.78%
G 51 of 144 ~ 35.42%
B 53 of 144 ~ 36.81'%

%27.78
%35.42
%36.81

CMYK color model

#283335 color CMYK value is (25,4,0,79).

  • cyan value is 24.53%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (25,4,0,79)
C25M4Y0K79 (25%, 4%, 0%, 79%)
(0.25 / 0.04 / 0.00 / 0.79)

CMYK percentages

%24.53
%3.77
%0
%79.22

Codes

Color #283335 in popluar color models

28 33 35
RGB 40 51 53
HSL 189° 13.98% 18.24%
HSB/HSV 189° 24.53% 20.78%
CMYK 24.53% 3.77% 0.00%
79.22%

Color #283335 in popluar number systems.

HEX 28 33 35
Decimal 40 51 53
Binary 101000 110011 110101
Octal 50 63 65

Shades and tints

Shades of #283335

#283335
(40,51,53)
#252F31
(37,47,49)
#222B2D
(34,43,45)
#1F2729
(31,39,41)
#1C2325
(28,35,37)
#191F21
(25,31,33)
#161B1D
(22,27,29)
#131719
(19,23,25)
#101315
(16,19,21)
#0D0F11
(13,15,17)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #283335

#283335
(40,51,53)
#3B4547
(59,69,71)
#4E5759
(78,87,89)
#61696B
(97,105,107)
#747B7D
(116,123,125)
#878D8F
(135,141,143)
#9A9FA1
(154,159,161)
#ADB1B3
(173,177,179)
#C0C3C5
(192,195,197)
#D3D5D7
(211,213,215)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283335 color. Also use rgb(40,51,53) instead hex code.

Text Font Color

.myTextColor { color: #283335; }

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

This text font color is #283335.

Background Color

.myBgColor { background-color: #283335; }

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

This div background color is #283335.

Border color

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

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

This div border color is #283335.

Opacity

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

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

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

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

This text has shadow with #283335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #283335.

Preview

Color preview on black background

This text has color #283335 on black background.


Color preview on white background

This text has color #283335 on white background.


Black color preview on #283335 background

This text has black color on #283335 background.


White color preview on #283335 background

This text has white color on #283335 background.


Related colors

Complementary color

Complementary color for #hex is #D7CCCA.


I love getcolorcode.com

Triadic colors

1 #352833 and #333528 with #283335 are triadic colors.

2 #353328 and #332835 with #283335 are triadic colors.