COLOR #256267

HEX: #256267
RGB: (37,98,103)

Color info

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

RGB color model

#256267 color RGB value is (37,98,103).

  • red value is 37;
  • green value is 98;
  • blue value is 103.
RGB:
(37,98,103)
(15%,38%,40%)

RGB channels and saturation

R 37 of 255 = 15%
G 98 of 255 = 38%
B 103 of 255 = 40%

37
98
103

R + G + B ~ 31%. #256267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 98 + 103 = 238 (100%)
R 37 of 238 ~ 15.55%
G 98 of 238 ~ 41.18%
B 103 of 238 ~ 43.28%

%15.55
%41.18
%43.28

CMYK color model

#256267 color CMYK value is (64,5,0,60).

  • cyan value is 64.08%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(64,5,0,60)
C64M5Y0K60 
(64%,5%,0%,60%)
(0.64/0.05/0.00/0.60)	

CMYK percentages

%64.08
%4.85
%0
%59.61

Codes

Color #256267 in popluar color models

256267
RGB3798103
HSL185°47.14%27.45%
HSB/HSV185°64.08%40.39%
CMYK64.08%4.85%0.00%
59.61%

Color #256267 in popluar number systems.

HEX256267
Decimal3798103
Binary10010111000101100111
Octal45142147

Shades and tints

Shades of #256267

#256267
(37,98,103)
#225A5E
(34,90,94)
#1F5255
(31,82,85)
#1C4A4C
(28,74,76)
#194243
(25,66,67)
#163A3A
(22,58,58)
#133231
(19,50,49)
#102A28
(16,42,40)
#0D221F
(13,34,31)
#0A1A16
(10,26,22)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #256267

#256267
(37,98,103)
#387074
(56,112,116)
#4B7E81
(75,126,129)
#5E8C8E
(94,140,142)
#719A9B
(113,154,155)
#84A8A8
(132,168,168)
#97B6B5
(151,182,181)
#AAC4C2
(170,196,194)
#BDD2CF
(189,210,207)
#D0E0DC
(208,224,220)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256267 color. Also use rgb(37,98,103) instead hex code.

Text Font Color

.myTextColor { color: #256267; }

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

This text font color is #256267.


Background Color

.myBgColor { background-color: #256267; }

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

This div background color is #256267.


Border color

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

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

This div border color is #256267.


Opacity

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

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

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

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

This text has shadow with #256267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256267 on black background.


Color preview on white background

This text has color #256267 on white background.



Black color preview on #256267 background

This text has black color on #256267 background.


White color preview on #256267 background

This text has white color on #256267 background.