COLOR #28463D

HEX: #28463D
RGB: (40,70,61)

Color info

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

RGB color model

#28463D color RGB value is (40,70,61).

  • red value is 40;
  • green value is 70;
  • blue value is 61.
RGB:
(40,70,61)
(16%,27%,24%)

RGB channels and saturation

R 40 of 255 = 16%
G 70 of 255 = 27%
B 61 of 255 = 24%

40
70
61

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

Portions of RGB colors in percentages

R + G + B =
40 + 70 + 61 = 171 (100%)
R 40 of 171 ~ 23.39%
G 70 of 171 ~ 40.94%
B 61 of 171 ~ 35.67%

%23.39
%40.94
%35.67

CMYK color model

#28463D color CMYK value is (43,0,13,73).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 72.55%
CMYK:
(43,0,13,73)
C43M0Y13K73 
(43%,0%,13%,73%)
(0.43/0.00/0.13/0.73)	

CMYK percentages

%42.86
%0
%12.86
%72.55

Codes

Color #28463D in popluar color models

28463D
RGB407061
HSL162°27.27%21.57%
HSB/HSV162°42.86%27.45%
CMYK42.86%0.00%12.86%
72.55%

Color #28463D in popluar number systems.

HEX28463D
Decimal407061
Binary1010001000110111101
Octal5010675

Shades and tints

Shades of #28463D

#28463D
(40,70,61)
#254038
(37,64,56)
#223A33
(34,58,51)
#1F342E
(31,52,46)
#1C2E29
(28,46,41)
#192824
(25,40,36)
#16221F
(22,34,31)
#131C1A
(19,28,26)
#101615
(16,22,21)
#0D1010
(13,16,16)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #28463D

#28463D
(40,70,61)
#3B564E
(59,86,78)
#4E665F
(78,102,95)
#617670
(97,118,112)
#748681
(116,134,129)
#879692
(135,150,146)
#9AA6A3
(154,166,163)
#ADB6B4
(173,182,180)
#C0C6C5
(192,198,197)
#D3D6D6
(211,214,214)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28463D color. Also use rgb(40,70,61) instead hex code.

Text Font Color

.myTextColor { color: #28463D; }

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

This text font color is #28463D.


Background Color

.myBgColor { background-color: #28463D; }

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

This div background color is #28463D.


Border color

.myBorderColor { border: 1px solid #28463D; }

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

This div border color is #28463D.


Opacity

.myOpacity80 { color: #28463D; opacity: 0.8; }

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

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

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

This text has shadow with #28463D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28463D on black background.


Color preview on white background

This text has color #28463D on white background.



Black color preview on #28463D background

This text has black color on #28463D background.


White color preview on #28463D background

This text has white color on #28463D background.