COLOR #1B4761

HEX: #1B4761 RGB: (27,71,97)

Color info

#1B4761 contains mainly green and blue colors. Web safe color of #1B4761 is #333366 (or #336).

RGB color model

#1B4761 color RGB value is (27,71,97).

RGB: (27,71,97) (11%, 28%, 38%)

RGB channels and saturation

R 27 of 255 = 11%
G 71 of 255 = 28%
B 97 of 255 = 38%

27
71
97

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

Portions of RGB colors in percentages

R + G + B = 27 + 71 + 97 = 195 (100%)
R 27 of 195 ~ 13.85%
G 71 of 195 ~ 36.41%
B 97 of 195 ~ 49.74'%

%13.85
%36.41
%49.74

CMYK color model

#1B4761 color CMYK value is (72,27,0,62).

  • cyan value is 72.16%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (72,27,0,62)
C72M27Y0K62 (72%, 27%, 0%, 62%)
(0.72 / 0.27 / 0.00 / 0.62)

CMYK percentages

%72.16
%26.8
%0
%61.96

Codes

Color #1B4761 in popluar color models

1B 47 61
RGB 27 71 97
HSL 202° 56.45% 24.31%
HSB/HSV 202° 72.16% 38.04%
CMYK 72.16% 26.80% 0.00%
61.96%

Color #1B4761 in popluar number systems.

HEX 1B 47 61
Decimal 27 71 97
Binary 11011 1000111 1100001
Octal 33 107 141

Shades and tints

Shades of #1B4761

#1B4761
(27,71,97)
#194159
(25,65,89)
#173B51
(23,59,81)
#153549
(21,53,73)
#132F41
(19,47,65)
#112939
(17,41,57)
#0F2331
(15,35,49)
#0D1D29
(13,29,41)
#0B1721
(11,23,33)
#091119
(9,17,25)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #1B4761

#1B4761
(27,71,97)
#2F576F
(47,87,111)
#43677D
(67,103,125)
#57778B
(87,119,139)
#6B8799
(107,135,153)
#7F97A7
(127,151,167)
#93A7B5
(147,167,181)
#A7B7C3
(167,183,195)
#BBC7D1
(187,199,209)
#CFD7DF
(207,215,223)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4761 color. Also use rgb(27,71,97) instead hex code.

Text Font Color

.myTextColor { color: #1B4761; }

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

This text font color is #1B4761.

Background Color

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

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

This div background color is #1B4761.

Border color

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

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

This div border color is #1B4761.

Opacity

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

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

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

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

This text has shadow with #1B4761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B4761.

Preview

Color preview on black background

This text has color #1B4761 on black background.


Color preview on white background

This text has color #1B4761 on white background.


Black color preview on #1B4761 background

This text has black color on #1B4761 background.


White color preview on #1B4761 background

This text has white color on #1B4761 background.


Related colors

Complementary color

Complementary color for #hex is #E4B89E.


I love getcolorcode.com

Triadic colors

1 #611B47 and #47611B with #1B4761 are triadic colors.

2 #61471B and #471B61 with #1B4761 are triadic colors.