COLOR #256075

HEX: #256075
RGB: (37,96,117)

Color info

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

RGB color model

#256075 color RGB value is (37,96,117).

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

RGB channels and saturation

R 37 of 255 = 15%
G 96 of 255 = 38%
B 117 of 255 = 46%

37
96
117

R + G + B ~ 33%. #256075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 96 + 117 = 250 (100%)
R 37 of 250 ~ 14.8%
G 96 of 250 ~ 38.4%
B 117 of 250 ~ 46.8%

%14.8
%38.4
%46.8

CMYK color model

#256075 color CMYK value is (68,18,0,54).

  • cyan value is 68.38%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(68,18,0,54)
C68M18Y0K54 
(68%,18%,0%,54%)
(0.68/0.18/0.00/0.54)	

CMYK percentages

%68.38
%17.95
%0
%54.12

Codes

Color #256075 in popluar color models

256075
RGB3796117
HSL196°51.95%30.20%
HSB/HSV196°68.38%45.88%
CMYK68.38%17.95%0.00%
54.12%

Color #256075 in popluar number systems.

HEX256075
Decimal3796117
Binary10010111000001110101
Octal45140165

Shades and tints

Shades of #256075

#256075
(37,96,117)
#22586B
(34,88,107)
#1F5061
(31,80,97)
#1C4857
(28,72,87)
#19404D
(25,64,77)
#163843
(22,56,67)
#133039
(19,48,57)
#10282F
(16,40,47)
#0D2025
(13,32,37)
#0A181B
(10,24,27)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #256075

#256075
(37,96,117)
#386E81
(56,110,129)
#4B7C8D
(75,124,141)
#5E8A99
(94,138,153)
#7198A5
(113,152,165)
#84A6B1
(132,166,177)
#97B4BD
(151,180,189)
#AAC2C9
(170,194,201)
#BDD0D5
(189,208,213)
#D0DEE1
(208,222,225)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256075; }

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

This text font color is #256075.


Background Color

.myBgColor { background-color: #256075; }

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

This div background color is #256075.


Border color

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

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

This div border color is #256075.


Opacity

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

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

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

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

This text has shadow with #256075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256075 on black background.


Color preview on white background

This text has color #256075 on white background.



Black color preview on #256075 background

This text has black color on #256075 background.


White color preview on #256075 background

This text has white color on #256075 background.