COLOR #255E46

HEX: #255E46
RGB: (37,94,70)

Color info

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

RGB color model

#255E46 color RGB value is (37,94,70).

  • red value is 37;
  • green value is 94;
  • blue value is 70.
RGB:
(37,94,70)
(15%,37%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 94 of 255 = 37%
B 70 of 255 = 27%

37
94
70

R + G + B ~ 26%. #255E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 94 + 70 = 201 (100%)
R 37 of 201 ~ 18.41%
G 94 of 201 ~ 46.77%
B 70 of 201 ~ 34.83%

%18.41
%46.77
%34.83

CMYK color model

#255E46 color CMYK value is (61,0,26,63).

  • cyan value is 60.64%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(61,0,26,63)
C61M0Y26K63 
(61%,0%,26%,63%)
(0.61/0.00/0.26/0.63)	

CMYK percentages

%60.64
%0
%25.53
%63.14

Codes

Color #255E46 in popluar color models

255E46
RGB379470
HSL155°43.51%25.69%
HSB/HSV155°60.64%36.86%
CMYK60.64%0.00%25.53%
63.14%

Color #255E46 in popluar number systems.

HEX255E46
Decimal379470
Binary10010110111101000110
Octal45136106

Shades and tints

Shades of #255E46

#255E46
(37,94,70)
#225640
(34,86,64)
#1F4E3A
(31,78,58)
#1C4634
(28,70,52)
#193E2E
(25,62,46)
#163628
(22,54,40)
#132E22
(19,46,34)
#10261C
(16,38,28)
#0D1E16
(13,30,22)
#0A1610
(10,22,16)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #255E46

#255E46
(37,94,70)
#386C56
(56,108,86)
#4B7A66
(75,122,102)
#5E8876
(94,136,118)
#719686
(113,150,134)
#84A496
(132,164,150)
#97B2A6
(151,178,166)
#AAC0B6
(170,192,182)
#BDCEC6
(189,206,198)
#D0DCD6
(208,220,214)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255E46 color. Also use rgb(37,94,70) instead hex code.

Text Font Color

.myTextColor { color: #255E46; }

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

This text font color is #255E46.


Background Color

.myBgColor { background-color: #255E46; }

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

This div background color is #255E46.


Border color

.myBorderColor { border: 1px solid #255E46; }

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

This div border color is #255E46.


Opacity

.myOpacity80 { color: #255E46; opacity: 0.8; }

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

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

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

This text has shadow with #255E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255E46 on black background.


Color preview on white background

This text has color #255E46 on white background.



Black color preview on #255E46 background

This text has black color on #255E46 background.


White color preview on #255E46 background

This text has white color on #255E46 background.