COLOR #1B6E41

HEX: #1B6E41
RGB: (27,110,65)

Color info

#1B6E41 contains mainly green and blue colors. Web safe color of #1B6E41 is #336633 (or #363).

RGB color model

#1B6E41 color RGB value is (27,110,65).

  • red value is 27;
  • green value is 110;
  • blue value is 65.
RGB:
(27,110,65)
(11%,43%,25%)

RGB channels and saturation

R 27 of 255 = 11%
G 110 of 255 = 43%
B 65 of 255 = 25%

27
110
65

R + G + B ~ 26%. #1B6E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 110 + 65 = 202 (100%)
R 27 of 202 ~ 13.37%
G 110 of 202 ~ 54.46%
B 65 of 202 ~ 32.18%

%13.37
%54.46
%32.18

CMYK color model

#1B6E41 color CMYK value is (75,0,41,57).

  • cyan value is 75.45%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 56.86%
CMYK:
(75,0,41,57)
C75M0Y41K57 
(75%,0%,41%,57%)
(0.75/0.00/0.41/0.57)	

CMYK percentages

%75.45
%0
%40.91
%56.86

Codes

Color #1B6E41 in popluar color models

1B6E41
RGB2711065
HSL147°60.58%26.86%
HSB/HSV147°75.45%43.14%
CMYK75.45%0.00%40.91%
56.86%

Color #1B6E41 in popluar number systems.

HEX1B6E41
Decimal2711065
Binary1101111011101000001
Octal33156101

Shades and tints

Shades of #1B6E41

#1B6E41
(27,110,65)
#19643C
(25,100,60)
#175A37
(23,90,55)
#155032
(21,80,50)
#13462D
(19,70,45)
#113C28
(17,60,40)
#0F3223
(15,50,35)
#0D281E
(13,40,30)
#0B1E19
(11,30,25)
#091414
(9,20,20)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #1B6E41

#1B6E41
(27,110,65)
#2F7B52
(47,123,82)
#438863
(67,136,99)
#579574
(87,149,116)
#6BA285
(107,162,133)
#7FAF96
(127,175,150)
#93BCA7
(147,188,167)
#A7C9B8
(167,201,184)
#BBD6C9
(187,214,201)
#CFE3DA
(207,227,218)
#E3F0EB
(227,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6E41 color. Also use rgb(27,110,65) instead hex code.

Text Font Color

.myTextColor { color: #1B6E41; }

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

This text font color is #1B6E41.


Background Color

.myBgColor { background-color: #1B6E41; }

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

This div background color is #1B6E41.


Border color

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

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

This div border color is #1B6E41.


Opacity

.myOpacity80 { color: #1B6E41; opacity: 0.8; }

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

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

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

This text has shadow with #1B6E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6E41 on black background.


Color preview on white background

This text has color #1B6E41 on white background.



Black color preview on #1B6E41 background

This text has black color on #1B6E41 background.


White color preview on #1B6E41 background

This text has white color on #1B6E41 background.