COLOR #1B583F

HEX: #1B583F
RGB: (27,88,63)

Color info

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

RGB color model

#1B583F color RGB value is (27,88,63).

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

RGB channels and saturation

R 27 of 255 = 11%
G 88 of 255 = 35%
B 63 of 255 = 25%

27
88
63

R + G + B ~ 24%. #1B583F is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 88 + 63 = 178 (100%)
R 27 of 178 ~ 15.17%
G 88 of 178 ~ 49.44%
B 63 of 178 ~ 35.39%

%15.17
%49.44
%35.39

CMYK color model

#1B583F color CMYK value is (69,0,28,65).

  • cyan value is 69.32%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 65.49%
CMYK:
(69,0,28,65)
C69M0Y28K65 
(69%,0%,28%,65%)
(0.69/0.00/0.28/0.65)	

CMYK percentages

%69.32
%0
%28.41
%65.49

Codes

Color #1B583F in popluar color models

1B583F
RGB278863
HSL155°53.04%22.55%
HSB/HSV155°69.32%34.51%
CMYK69.32%0.00%28.41%
65.49%

Color #1B583F in popluar number systems.

HEX1B583F
Decimal278863
Binary110111011000111111
Octal3313077

Shades and tints

Shades of #1B583F

#1B583F
(27,88,63)
#19503A
(25,80,58)
#174835
(23,72,53)
#154030
(21,64,48)
#13382B
(19,56,43)
#113026
(17,48,38)
#0F2821
(15,40,33)
#0D201C
(13,32,28)
#0B1817
(11,24,23)
#091012
(9,16,18)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #1B583F

#1B583F
(27,88,63)
#2F6750
(47,103,80)
#437661
(67,118,97)
#578572
(87,133,114)
#6B9483
(107,148,131)
#7FA394
(127,163,148)
#93B2A5
(147,178,165)
#A7C1B6
(167,193,182)
#BBD0C7
(187,208,199)
#CFDFD8
(207,223,216)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B583F; }

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

This text font color is #1B583F.


Background Color

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

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

This div background color is #1B583F.


Border color

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

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

This div border color is #1B583F.


Opacity

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

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

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

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

This text has shadow with #1B583F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B583F on black background.


Color preview on white background

This text has color #1B583F on white background.



Black color preview on #1B583F background

This text has black color on #1B583F background.


White color preview on #1B583F background

This text has white color on #1B583F background.