COLOR #255140

HEX: #255140
RGB: (37,81,64)

Color info

#255140 contains red, green and blue colors in about the same proportion. Web safe color of #255140 is #336633 (or #363).

RGB color model

#255140 color RGB value is (37,81,64).

  • red value is 37;
  • green value is 81;
  • blue value is 64.
RGB:
(37,81,64)
(15%,32%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 64 of 255 = 25%

37
81
64

R + G + B ~ 24%. #255140 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 81 + 64 = 182 (100%)
R 37 of 182 ~ 20.33%
G 81 of 182 ~ 44.51%
B 64 of 182 ~ 35.16%

%20.33
%44.51
%35.16

CMYK color model

#255140 color CMYK value is (54,0,21,68).

  • cyan value is 54.32%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(54,0,21,68)
C54M0Y21K68 
(54%,0%,21%,68%)
(0.54/0.00/0.21/0.68)	

CMYK percentages

%54.32
%0
%20.99
%68.24

Codes

Color #255140 in popluar color models

255140
RGB378164
HSL157°37.29%23.14%
HSB/HSV157°54.32%31.76%
CMYK54.32%0.00%20.99%
68.24%

Color #255140 in popluar number systems.

HEX255140
Decimal378164
Binary10010110100011000000
Octal45121100

Shades and tints

Shades of #255140

#255140
(37,81,64)
#224A3B
(34,74,59)
#1F4336
(31,67,54)
#1C3C31
(28,60,49)
#19352C
(25,53,44)
#162E27
(22,46,39)
#132722
(19,39,34)
#10201D
(16,32,29)
#0D1918
(13,25,24)
#0A1213
(10,18,19)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #255140

#255140
(37,81,64)
#386051
(56,96,81)
#4B6F62
(75,111,98)
#5E7E73
(94,126,115)
#718D84
(113,141,132)
#849C95
(132,156,149)
#97ABA6
(151,171,166)
#AABAB7
(170,186,183)
#BDC9C8
(189,201,200)
#D0D8D9
(208,216,217)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255140 color. Also use rgb(37,81,64) instead hex code.

Text Font Color

.myTextColor { color: #255140; }

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

This text font color is #255140.


Background Color

.myBgColor { background-color: #255140; }

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

This div background color is #255140.


Border color

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

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

This div border color is #255140.


Opacity

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

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

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

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

This text has shadow with #255140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255140 on black background.


Color preview on white background

This text has color #255140 on white background.



Black color preview on #255140 background

This text has black color on #255140 background.


White color preview on #255140 background

This text has white color on #255140 background.