COLOR #256362

HEX: #256362
RGB: (37,99,98)

Color info

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

RGB color model

#256362 color RGB value is (37,99,98).

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

RGB channels and saturation

R 37 of 255 = 15%
G 99 of 255 = 39%
B 98 of 255 = 38%

37
99
98

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

Portions of RGB colors in percentages

R + G + B =
37 + 99 + 98 = 234 (100%)
R 37 of 234 ~ 15.81%
G 99 of 234 ~ 42.31%
B 98 of 234 ~ 41.88%

%15.81
%42.31
%41.88

CMYK color model

#256362 color CMYK value is (63,0,1,61).

  • cyan value is 62.63%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(63,0,1,61)
C63M0Y1K61 
(63%,0%,1%,61%)
(0.63/0.00/0.01/0.61)	

CMYK percentages

%62.63
%0
%1.01
%61.18

Codes

Color #256362 in popluar color models

256362
RGB379998
HSL179°45.59%26.67%
HSB/HSV179°62.63%38.82%
CMYK62.63%0.00%1.01%
61.18%

Color #256362 in popluar number systems.

HEX256362
Decimal379998
Binary10010111000111100010
Octal45143142

Shades and tints

Shades of #256362

#256362
(37,99,98)
#225A5A
(34,90,90)
#1F5152
(31,81,82)
#1C484A
(28,72,74)
#193F42
(25,63,66)
#16363A
(22,54,58)
#132D32
(19,45,50)
#10242A
(16,36,42)
#0D1B22
(13,27,34)
#0A121A
(10,18,26)
#070912
(7,9,18)
#000000
(0,0,0)

Tints of #256362

#256362
(37,99,98)
#387170
(56,113,112)
#4B7F7E
(75,127,126)
#5E8D8C
(94,141,140)
#719B9A
(113,155,154)
#84A9A8
(132,169,168)
#97B7B6
(151,183,182)
#AAC5C4
(170,197,196)
#BDD3D2
(189,211,210)
#D0E1E0
(208,225,224)
#E3EFEE
(227,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256362; }

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

This text font color is #256362.


Background Color

.myBgColor { background-color: #256362; }

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

This div background color is #256362.


Border color

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

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

This div border color is #256362.


Opacity

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

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

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

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

This text has shadow with #256362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256362 on black background.


Color preview on white background

This text has color #256362 on white background.



Black color preview on #256362 background

This text has black color on #256362 background.


White color preview on #256362 background

This text has white color on #256362 background.