COLOR #256071

HEX: #256071
RGB: (37,96,113)

Color info

#256071 contains mainly green and blue colors. Web safe color of #256071 is #336666 (or #366).

RGB color model

#256071 color RGB value is (37,96,113).

  • red value is 37;
  • green value is 96;
  • blue value is 113.
RGB:
(37,96,113)
(15%,38%,44%)

RGB channels and saturation

R 37 of 255 = 15%
G 96 of 255 = 38%
B 113 of 255 = 44%

37
96
113

R + G + B ~ 32%. #256071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 96 + 113 = 246 (100%)
R 37 of 246 ~ 15.04%
G 96 of 246 ~ 39.02%
B 113 of 246 ~ 45.93%

%15.04
%39.02
%45.93

CMYK color model

#256071 color CMYK value is (67,15,0,56).

  • cyan value is 67.26%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(67,15,0,56)
C67M15Y0K56 
(67%,15%,0%,56%)
(0.67/0.15/0.00/0.56)	

CMYK percentages

%67.26
%15.04
%0
%55.69

Codes

Color #256071 in popluar color models

256071
RGB3796113
HSL193°50.67%29.41%
HSB/HSV193°67.26%44.31%
CMYK67.26%15.04%0.00%
55.69%

Color #256071 in popluar number systems.

HEX256071
Decimal3796113
Binary10010111000001110001
Octal45140161

Shades and tints

Shades of #256071

#256071
(37,96,113)
#225867
(34,88,103)
#1F505D
(31,80,93)
#1C4853
(28,72,83)
#194049
(25,64,73)
#16383F
(22,56,63)
#133035
(19,48,53)
#10282B
(16,40,43)
#0D2021
(13,32,33)
#0A1817
(10,24,23)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #256071

#256071
(37,96,113)
#386E7D
(56,110,125)
#4B7C89
(75,124,137)
#5E8A95
(94,138,149)
#7198A1
(113,152,161)
#84A6AD
(132,166,173)
#97B4B9
(151,180,185)
#AAC2C5
(170,194,197)
#BDD0D1
(189,208,209)
#D0DEDD
(208,222,221)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256071 color. Also use rgb(37,96,113) instead hex code.

Text Font Color

.myTextColor { color: #256071; }

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

This text font color is #256071.


Background Color

.myBgColor { background-color: #256071; }

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

This div background color is #256071.


Border color

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

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

This div border color is #256071.


Opacity

.myOpacity80 { color: #256071; opacity: 0.8; }

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

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

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

This text has shadow with #256071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256071 on black background.


Color preview on white background

This text has color #256071 on white background.



Black color preview on #256071 background

This text has black color on #256071 background.


White color preview on #256071 background

This text has white color on #256071 background.