COLOR #1B6332

HEX: #1B6332
RGB: (27,99,50)

Color info

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

RGB color model

#1B6332 color RGB value is (27,99,50).

  • red value is 27;
  • green value is 99;
  • blue value is 50.
RGB:
(27,99,50)
(11%,39%,20%)

RGB channels and saturation

R 27 of 255 = 11%
G 99 of 255 = 39%
B 50 of 255 = 20%

27
99
50

R + G + B ~ 23%. #1B6332 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 99 + 50 = 176 (100%)
R 27 of 176 ~ 15.34%
G 99 of 176 ~ 56.25%
B 50 of 176 ~ 28.41%

%15.34
%56.25
%28.41

CMYK color model

#1B6332 color CMYK value is (73,0,49,61).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 49.49%
  • key color value is 61.18%
CMYK:
(73,0,49,61)
C73M0Y49K61 
(73%,0%,49%,61%)
(0.73/0.00/0.49/0.61)	

CMYK percentages

%72.73
%0
%49.49
%61.18

Codes

Color #1B6332 in popluar color models

1B6332
RGB279950
HSL139°57.14%24.71%
HSB/HSV139°72.73%38.82%
CMYK72.73%0.00%49.49%
61.18%

Color #1B6332 in popluar number systems.

HEX1B6332
Decimal279950
Binary110111100011110010
Octal3314362

Shades and tints

Shades of #1B6332

#1B6332
(27,99,50)
#195A2E
(25,90,46)
#17512A
(23,81,42)
#154826
(21,72,38)
#133F22
(19,63,34)
#11361E
(17,54,30)
#0F2D1A
(15,45,26)
#0D2416
(13,36,22)
#0B1B12
(11,27,18)
#09120E
(9,18,14)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #1B6332

#1B6332
(27,99,50)
#2F7144
(47,113,68)
#437F56
(67,127,86)
#578D68
(87,141,104)
#6B9B7A
(107,155,122)
#7FA98C
(127,169,140)
#93B79E
(147,183,158)
#A7C5B0
(167,197,176)
#BBD3C2
(187,211,194)
#CFE1D4
(207,225,212)
#E3EFE6
(227,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6332 color. Also use rgb(27,99,50) instead hex code.

Text Font Color

.myTextColor { color: #1B6332; }

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

This text font color is #1B6332.


Background Color

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

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

This div background color is #1B6332.


Border color

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

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

This div border color is #1B6332.


Opacity

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

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

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

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

This text has shadow with #1B6332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6332 on black background.


Color preview on white background

This text has color #1B6332 on white background.



Black color preview on #1B6332 background

This text has black color on #1B6332 background.


White color preview on #1B6332 background

This text has white color on #1B6332 background.