COLOR #257855

HEX: #257855
RGB: (37,120,85)

Color info

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

RGB color model

#257855 color RGB value is (37,120,85).

  • red value is 37;
  • green value is 120;
  • blue value is 85.
RGB:
(37,120,85)
(15%,47%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 120 of 255 = 47%
B 85 of 255 = 33%

37
120
85

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

Portions of RGB colors in percentages

R + G + B =
37 + 120 + 85 = 242 (100%)
R 37 of 242 ~ 15.29%
G 120 of 242 ~ 49.59%
B 85 of 242 ~ 35.12%

%15.29
%49.59
%35.12

CMYK color model

#257855 color CMYK value is (69,0,29,53).

  • cyan value is 69.17%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(69,0,29,53)
C69M0Y29K53 
(69%,0%,29%,53%)
(0.69/0.00/0.29/0.53)	

CMYK percentages

%69.17
%0
%29.17
%52.94

Codes

Color #257855 in popluar color models

257855
RGB3712085
HSL155°52.87%30.78%
HSB/HSV155°69.17%47.06%
CMYK69.17%0.00%29.17%
52.94%

Color #257855 in popluar number systems.

HEX257855
Decimal3712085
Binary10010111110001010101
Octal45170125

Shades and tints

Shades of #257855

#257855
(37,120,85)
#226E4E
(34,110,78)
#1F6447
(31,100,71)
#1C5A40
(28,90,64)
#195039
(25,80,57)
#164632
(22,70,50)
#133C2B
(19,60,43)
#103224
(16,50,36)
#0D281D
(13,40,29)
#0A1E16
(10,30,22)
#07140F
(7,20,15)
#000000
(0,0,0)

Tints of #257855

#257855
(37,120,85)
#388464
(56,132,100)
#4B9073
(75,144,115)
#5E9C82
(94,156,130)
#71A891
(113,168,145)
#84B4A0
(132,180,160)
#97C0AF
(151,192,175)
#AACCBE
(170,204,190)
#BDD8CD
(189,216,205)
#D0E4DC
(208,228,220)
#E3F0EB
(227,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257855 color. Also use rgb(37,120,85) instead hex code.

Text Font Color

.myTextColor { color: #257855; }

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

This text font color is #257855.


Background Color

.myBgColor { background-color: #257855; }

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

This div background color is #257855.


Border color

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

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

This div border color is #257855.


Opacity

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

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

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

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

This text has shadow with #257855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257855 on black background.


Color preview on white background

This text has color #257855 on white background.



Black color preview on #257855 background

This text has black color on #257855 background.


White color preview on #257855 background

This text has white color on #257855 background.