COLOR #27584A

HEX: #27584A
RGB: (39,88,74)

Color info

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

RGB color model

#27584A color RGB value is (39,88,74).

  • red value is 39;
  • green value is 88;
  • blue value is 74.
RGB:
(39,88,74)
(15%,35%,29%)

RGB channels and saturation

R 39 of 255 = 15%
G 88 of 255 = 35%
B 74 of 255 = 29%

39
88
74

R + G + B ~ 26%. #27584A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 88 + 74 = 201 (100%)
R 39 of 201 ~ 19.4%
G 88 of 201 ~ 43.78%
B 74 of 201 ~ 36.82%

%19.4
%43.78
%36.82

CMYK color model

#27584A color CMYK value is (56,0,16,65).

  • cyan value is 55.68%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(56,0,16,65)
C56M0Y16K65 
(56%,0%,16%,65%)
(0.56/0.00/0.16/0.65)	

CMYK percentages

%55.68
%0
%15.91
%65.49

Codes

Color #27584A in popluar color models

27584A
RGB398874
HSL163°38.58%24.90%
HSB/HSV163°55.68%34.51%
CMYK55.68%0.00%15.91%
65.49%

Color #27584A in popluar number systems.

HEX27584A
Decimal398874
Binary10011110110001001010
Octal47130112

Shades and tints

Shades of #27584A

#27584A
(39,88,74)
#245044
(36,80,68)
#21483E
(33,72,62)
#1E4038
(30,64,56)
#1B3832
(27,56,50)
#18302C
(24,48,44)
#152826
(21,40,38)
#122020
(18,32,32)
#0F181A
(15,24,26)
#0C1014
(12,16,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #27584A

#27584A
(39,88,74)
#3A675A
(58,103,90)
#4D766A
(77,118,106)
#60857A
(96,133,122)
#73948A
(115,148,138)
#86A39A
(134,163,154)
#99B2AA
(153,178,170)
#ACC1BA
(172,193,186)
#BFD0CA
(191,208,202)
#D2DFDA
(210,223,218)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27584A color. Also use rgb(39,88,74) instead hex code.

Text Font Color

.myTextColor { color: #27584A; }

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

This text font color is #27584A.


Background Color

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

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

This div background color is #27584A.


Border color

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

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

This div border color is #27584A.


Opacity

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

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

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

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

This text has shadow with #27584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27584A on black background.


Color preview on white background

This text has color #27584A on white background.



Black color preview on #27584A background

This text has black color on #27584A background.


White color preview on #27584A background

This text has white color on #27584A background.