COLOR #1B513D

HEX: #1B513D
RGB: (27,81,61)

Color info

#1B513D contains red, green and blue colors in about the same proportion. Web safe color of #1B513D is #336633 (or #363).

RGB color model

#1B513D color RGB value is (27,81,61).

  • red value is 27;
  • green value is 81;
  • blue value is 61.
RGB:
(27,81,61)
(11%,32%,24%)

RGB channels and saturation

R 27 of 255 = 11%
G 81 of 255 = 32%
B 61 of 255 = 24%

27
81
61

R + G + B ~ 22%. #1B513D is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 81 + 61 = 169 (100%)
R 27 of 169 ~ 15.98%
G 81 of 169 ~ 47.93%
B 61 of 169 ~ 36.09%

%15.98
%47.93
%36.09

CMYK color model

#1B513D color CMYK value is (67,0,25,68).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK:
(67,0,25,68)
C67M0Y25K68 
(67%,0%,25%,68%)
(0.67/0.00/0.25/0.68)	

CMYK percentages

%66.67
%0
%24.69
%68.24

Codes

Color #1B513D in popluar color models

1B513D
RGB278161
HSL158°50.00%21.18%
HSB/HSV158°66.67%31.76%
CMYK66.67%0.00%24.69%
68.24%

Color #1B513D in popluar number systems.

HEX1B513D
Decimal278161
Binary110111010001111101
Octal3312175

Shades and tints

Shades of #1B513D

#1B513D
(27,81,61)
#194A38
(25,74,56)
#174333
(23,67,51)
#153C2E
(21,60,46)
#133529
(19,53,41)
#112E24
(17,46,36)
#0F271F
(15,39,31)
#0D201A
(13,32,26)
#0B1915
(11,25,21)
#091210
(9,18,16)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #1B513D

#1B513D
(27,81,61)
#2F604E
(47,96,78)
#436F5F
(67,111,95)
#577E70
(87,126,112)
#6B8D81
(107,141,129)
#7F9C92
(127,156,146)
#93ABA3
(147,171,163)
#A7BAB4
(167,186,180)
#BBC9C5
(187,201,197)
#CFD8D6
(207,216,214)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B513D color. Also use rgb(27,81,61) instead hex code.

Text Font Color

.myTextColor { color: #1B513D; }

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

This text font color is #1B513D.


Background Color

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

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

This div background color is #1B513D.


Border color

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

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

This div border color is #1B513D.


Opacity

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

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

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

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

This text has shadow with #1B513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B513D on black background.


Color preview on white background

This text has color #1B513D on white background.



Black color preview on #1B513D background

This text has black color on #1B513D background.


White color preview on #1B513D background

This text has white color on #1B513D background.