COLOR #1B673F

HEX: #1B673F
RGB: (27,103,63)

Color info

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

RGB color model

#1B673F color RGB value is (27,103,63).

  • red value is 27;
  • green value is 103;
  • blue value is 63.
RGB:
(27,103,63)
(11%,40%,25%)

RGB channels and saturation

R 27 of 255 = 11%
G 103 of 255 = 40%
B 63 of 255 = 25%

27
103
63

R + G + B ~ 25%. #1B673F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 103 + 63 = 193 (100%)
R 27 of 193 ~ 13.99%
G 103 of 193 ~ 53.37%
B 63 of 193 ~ 32.64%

%13.99
%53.37
%32.64

CMYK color model

#1B673F color CMYK value is (74,0,39,60).

  • cyan value is 73.79%
  • magenta value is 0.00%
  • yellow value is 38.83%
  • key color value is 59.61%
CMYK:
(74,0,39,60)
C74M0Y39K60 
(74%,0%,39%,60%)
(0.74/0.00/0.39/0.60)	

CMYK percentages

%73.79
%0
%38.83
%59.61

Codes

Color #1B673F in popluar color models

1B673F
RGB2710363
HSL148°58.46%25.49%
HSB/HSV148°73.79%40.39%
CMYK73.79%0.00%38.83%
59.61%

Color #1B673F in popluar number systems.

HEX1B673F
Decimal2710363
Binary110111100111111111
Octal3314777

Shades and tints

Shades of #1B673F

#1B673F
(27,103,63)
#195E3A
(25,94,58)
#175535
(23,85,53)
#154C30
(21,76,48)
#13432B
(19,67,43)
#113A26
(17,58,38)
#0F3121
(15,49,33)
#0D281C
(13,40,28)
#0B1F17
(11,31,23)
#091612
(9,22,18)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #1B673F

#1B673F
(27,103,63)
#2F7450
(47,116,80)
#438161
(67,129,97)
#578E72
(87,142,114)
#6B9B83
(107,155,131)
#7FA894
(127,168,148)
#93B5A5
(147,181,165)
#A7C2B6
(167,194,182)
#BBCFC7
(187,207,199)
#CFDCD8
(207,220,216)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B673F color. Also use rgb(27,103,63) instead hex code.

Text Font Color

.myTextColor { color: #1B673F; }

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

This text font color is #1B673F.


Background Color

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

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

This div background color is #1B673F.


Border color

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

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

This div border color is #1B673F.


Opacity

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

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

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

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

This text has shadow with #1B673F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B673F on black background.


Color preview on white background

This text has color #1B673F on white background.



Black color preview on #1B673F background

This text has black color on #1B673F background.


White color preview on #1B673F background

This text has white color on #1B673F background.