COLOR #256353

HEX: #256353
RGB: (37,99,83)

Color info

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

RGB color model

#256353 color RGB value is (37,99,83).

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

RGB channels and saturation

R 37 of 255 = 15%
G 99 of 255 = 39%
B 83 of 255 = 33%

37
99
83

R + G + B ~ 29%. #256353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 99 + 83 = 219 (100%)
R 37 of 219 ~ 16.89%
G 99 of 219 ~ 45.21%
B 83 of 219 ~ 37.9%

%16.89
%45.21
%37.9

CMYK color model

#256353 color CMYK value is (63,0,16,61).

  • cyan value is 62.63%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(63,0,16,61)
C63M0Y16K61 
(63%,0%,16%,61%)
(0.63/0.00/0.16/0.61)	

CMYK percentages

%62.63
%0
%16.16
%61.18

Codes

Color #256353 in popluar color models

256353
RGB379983
HSL165°45.59%26.67%
HSB/HSV165°62.63%38.82%
CMYK62.63%0.00%16.16%
61.18%

Color #256353 in popluar number systems.

HEX256353
Decimal379983
Binary10010111000111010011
Octal45143123

Shades and tints

Shades of #256353

#256353
(37,99,83)
#225A4C
(34,90,76)
#1F5145
(31,81,69)
#1C483E
(28,72,62)
#193F37
(25,63,55)
#163630
(22,54,48)
#132D29
(19,45,41)
#102422
(16,36,34)
#0D1B1B
(13,27,27)
#0A1214
(10,18,20)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #256353

#256353
(37,99,83)
#387162
(56,113,98)
#4B7F71
(75,127,113)
#5E8D80
(94,141,128)
#719B8F
(113,155,143)
#84A99E
(132,169,158)
#97B7AD
(151,183,173)
#AAC5BC
(170,197,188)
#BDD3CB
(189,211,203)
#D0E1DA
(208,225,218)
#E3EFE9
(227,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256353; }

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

This text font color is #256353.


Background Color

.myBgColor { background-color: #256353; }

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

This div background color is #256353.


Border color

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

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

This div border color is #256353.


Opacity

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

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

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

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

This text has shadow with #256353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256353 on black background.


Color preview on white background

This text has color #256353 on white background.



Black color preview on #256353 background

This text has black color on #256353 background.


White color preview on #256353 background

This text has white color on #256353 background.