COLOR #27856D

HEX: #27856D
RGB: (39,133,109)

Color info

#27856D contains mainly green and blue colors. Web safe color of #27856D is #339966 (or #396).

RGB color model

#27856D color RGB value is (39,133,109).

  • red value is 39;
  • green value is 133;
  • blue value is 109.
RGB:
(39,133,109)
(15%,52%,43%)

RGB channels and saturation

R 39 of 255 = 15%
G 133 of 255 = 52%
B 109 of 255 = 43%

39
133
109

R + G + B ~ 37%. #27856D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 133 + 109 = 281 (100%)
R 39 of 281 ~ 13.88%
G 133 of 281 ~ 47.33%
B 109 of 281 ~ 38.79%

%13.88
%47.33
%38.79

CMYK color model

#27856D color CMYK value is (71,0,18,48).

  • cyan value is 70.68%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(71,0,18,48)
C71M0Y18K48 
(71%,0%,18%,48%)
(0.71/0.00/0.18/0.48)	

CMYK percentages

%70.68
%0
%18.05
%47.84

Codes

Color #27856D in popluar color models

27856D
RGB39133109
HSL165°54.65%33.73%
HSB/HSV165°70.68%52.16%
CMYK70.68%0.00%18.05%
47.84%

Color #27856D in popluar number systems.

HEX27856D
Decimal39133109
Binary100111100001011101101
Octal47205155

Shades and tints

Shades of #27856D

#27856D
(39,133,109)
#247964
(36,121,100)
#216D5B
(33,109,91)
#1E6152
(30,97,82)
#1B5549
(27,85,73)
#184940
(24,73,64)
#153D37
(21,61,55)
#12312E
(18,49,46)
#0F2525
(15,37,37)
#0C191C
(12,25,28)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #27856D

#27856D
(39,133,109)
#3A907A
(58,144,122)
#4D9B87
(77,155,135)
#60A694
(96,166,148)
#73B1A1
(115,177,161)
#86BCAE
(134,188,174)
#99C7BB
(153,199,187)
#ACD2C8
(172,210,200)
#BFDDD5
(191,221,213)
#D2E8E2
(210,232,226)
#E5F3EF
(229,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27856D color. Also use rgb(39,133,109) instead hex code.

Text Font Color

.myTextColor { color: #27856D; }

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

This text font color is #27856D.


Background Color

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

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

This div background color is #27856D.


Border color

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

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

This div border color is #27856D.


Opacity

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

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

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

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

This text has shadow with #27856D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27856D on black background.


Color preview on white background

This text has color #27856D on white background.



Black color preview on #27856D background

This text has black color on #27856D background.


White color preview on #27856D background

This text has white color on #27856D background.