COLOR #284241

HEX: #284241 RGB: (40,66,65)

Color info

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

RGB color model

#284241 color RGB value is (40,66,65).

RGB: (40,66,65) (16%, 26%, 25%)

RGB channels and saturation

R 40 of 255 = 16%
G 66 of 255 = 26%
B 65 of 255 = 25%

40
66
65

R + G + B ~ 22%. #284241 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 66 + 65 = 171 (100%)
R 40 of 171 ~ 23.39%
G 66 of 171 ~ 38.6%
B 65 of 171 ~ 38.01'%

%23.39
%38.6
%38.01

CMYK color model

#284241 color CMYK value is (39,0,2,74).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK: (39,0,2,74) C39M0Y2K74 (39%,0%,2%,74%) (0.39/0.00/0.02/0.74) 

CMYK percentages

%39.39
%0
%1.52
%74.12

Codes

Color #284241 in popluar color models

28 42 41
RGB 40 66 65
HSL 178° 24.53% 20.78%
HSB/HSV 178° 39.39% 25.88%
CMYK 39.39% 0.00% 1.52%
74.12%

Color #284241 in popluar number systems.

HEX 28 42 41
Decimal 40 66 65
Binary 101000 1000010 1000001
Octal 50 102 101

Shades and tints

Shades of #284241

#284241
(40,66,65)
#253C3C
(37,60,60)
#223637
(34,54,55)
#1F3032
(31,48,50)
#1C2A2D
(28,42,45)
#192428
(25,36,40)
#161E23
(22,30,35)
#13181E
(19,24,30)
#101219
(16,18,25)
#0D0C14
(13,12,20)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #284241

#284241
(40,66,65)
#3B5352
(59,83,82)
#4E6463
(78,100,99)
#617574
(97,117,116)
#748685
(116,134,133)
#879796
(135,151,150)
#9AA8A7
(154,168,167)
#ADB9B8
(173,185,184)
#C0CAC9
(192,202,201)
#D3DBDA
(211,219,218)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284241 color. Also use rgb(40,66,65) instead hex code.

Text Font Color

.myTextColor { color: #284241; }

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

This text font color is #284241.

Background Color

.myBgColor { background-color: #284241; }

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

This div background color is #284241.

Border color

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

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

This div border color is #284241.

Opacity

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

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

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

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

This text has shadow with #284241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #284241.

Preview

Color preview on black background

This text has color #284241 on black background.


Color preview on white background

This text has color #284241 on white background.


Black color preview on #284241 background

This text has black color on #284241 background.


White color preview on #284241 background

This text has white color on #284241 background.


Related colors

Complementary color

Complementary color for #hex is #D7BDBE.


I love getcolorcode.com

Triadic colors

1 #412842 and #424128 with #284241 are triadic colors.

2 #414228 and #422841 with #284241 are triadic colors.