COLOR #28624A

HEX: #28624A
RGB: (40,98,74)

Color info

#28624A contains red, green and blue colors in about the same proportion. Web safe color of #28624A is #336633 (or #363).

RGB color model

#28624A color RGB value is (40,98,74).

  • red value is 40;
  • green value is 98;
  • blue value is 74.
RGB:
(40,98,74)
(16%,38%,29%)

RGB channels and saturation

R 40 of 255 = 16%
G 98 of 255 = 38%
B 74 of 255 = 29%

40
98
74

R + G + B ~ 28%. #28624A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 98 + 74 = 212 (100%)
R 40 of 212 ~ 18.87%
G 98 of 212 ~ 46.23%
B 74 of 212 ~ 34.91%

%18.87
%46.23
%34.91

CMYK color model

#28624A color CMYK value is (59,0,24,62).

  • cyan value is 59.18%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 61.57%
CMYK:
(59,0,24,62)
C59M0Y24K62 
(59%,0%,24%,62%)
(0.59/0.00/0.24/0.62)	

CMYK percentages

%59.18
%0
%24.49
%61.57

Codes

Color #28624A in popluar color models

28624A
RGB409874
HSL155°42.03%27.06%
HSB/HSV155°59.18%38.43%
CMYK59.18%0.00%24.49%
61.57%

Color #28624A in popluar number systems.

HEX28624A
Decimal409874
Binary10100011000101001010
Octal50142112

Shades and tints

Shades of #28624A

#28624A
(40,98,74)
#255A44
(37,90,68)
#22523E
(34,82,62)
#1F4A38
(31,74,56)
#1C4232
(28,66,50)
#193A2C
(25,58,44)
#163226
(22,50,38)
#132A20
(19,42,32)
#10221A
(16,34,26)
#0D1A14
(13,26,20)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #28624A

#28624A
(40,98,74)
#3B705A
(59,112,90)
#4E7E6A
(78,126,106)
#618C7A
(97,140,122)
#749A8A
(116,154,138)
#87A89A
(135,168,154)
#9AB6AA
(154,182,170)
#ADC4BA
(173,196,186)
#C0D2CA
(192,210,202)
#D3E0DA
(211,224,218)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28624A color. Also use rgb(40,98,74) instead hex code.

Text Font Color

.myTextColor { color: #28624A; }

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

This text font color is #28624A.


Background Color

.myBgColor { background-color: #28624A; }

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

This div background color is #28624A.


Border color

.myBorderColor { border: 1px solid #28624A; }

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

This div border color is #28624A.


Opacity

.myOpacity80 { color: #28624A; opacity: 0.8; }

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

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

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

This text has shadow with #28624A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28624A on black background.


Color preview on white background

This text has color #28624A on white background.



Black color preview on #28624A background

This text has black color on #28624A background.


White color preview on #28624A background

This text has white color on #28624A background.