COLOR #283338

HEX: #283338
RGB: (40,51,56)

Color info

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

RGB color model

#283338 color RGB value is (40,51,56).

  • red value is 40;
  • green value is 51;
  • blue value is 56.
RGB:
(40,51,56)
(16%,20%,22%)

RGB channels and saturation

R 40 of 255 = 16%
G 51 of 255 = 20%
B 56 of 255 = 22%

40
51
56

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

Portions of RGB colors in percentages

R + G + B =
40 + 51 + 56 = 147 (100%)
R 40 of 147 ~ 27.21%
G 51 of 147 ~ 34.69%
B 56 of 147 ~ 38.1%

%27.21
%34.69
%38.1

CMYK color model

#283338 color CMYK value is (29,9,0,78).

  • cyan value is 28.57%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(29,9,0,78)
C29M9Y0K78 
(29%,9%,0%,78%)
(0.29/0.09/0.00/0.78)	

CMYK percentages

%28.57
%8.93
%0
%78.04

Codes

Color #283338 in popluar color models

283338
RGB405156
HSL199°16.67%18.82%
HSB/HSV199°28.57%21.96%
CMYK28.57%8.93%0.00%
78.04%

Color #283338 in popluar number systems.

HEX283338
Decimal405156
Binary101000110011111000
Octal506370

Shades and tints

Shades of #283338

#283338
(40,51,56)
#252F33
(37,47,51)
#222B2E
(34,43,46)
#1F2729
(31,39,41)
#1C2324
(28,35,36)
#191F1F
(25,31,31)
#161B1A
(22,27,26)
#131715
(19,23,21)
#101310
(16,19,16)
#0D0F0B
(13,15,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #283338

#283338
(40,51,56)
#3B454A
(59,69,74)
#4E575C
(78,87,92)
#61696E
(97,105,110)
#747B80
(116,123,128)
#878D92
(135,141,146)
#9A9FA4
(154,159,164)
#ADB1B6
(173,177,182)
#C0C3C8
(192,195,200)
#D3D5DA
(211,213,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283338; }

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

This text font color is #283338.


Background Color

.myBgColor { background-color: #283338; }

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

This div background color is #283338.


Border color

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

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

This div border color is #283338.


Opacity

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

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

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

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

This text has shadow with #283338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283338 on black background.


Color preview on white background

This text has color #283338 on white background.



Black color preview on #283338 background

This text has black color on #283338 background.


White color preview on #283338 background

This text has white color on #283338 background.