COLOR #255B46

HEX: #255B46
RGB: (37,91,70)

Color info

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

RGB color model

#255B46 color RGB value is (37,91,70).

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

RGB channels and saturation

R 37 of 255 = 15%
G 91 of 255 = 36%
B 70 of 255 = 27%

37
91
70

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

Portions of RGB colors in percentages

R + G + B =
37 + 91 + 70 = 198 (100%)
R 37 of 198 ~ 18.69%
G 91 of 198 ~ 45.96%
B 70 of 198 ~ 35.35%

%18.69
%45.96
%35.35

CMYK color model

#255B46 color CMYK value is (59,0,23,64).

  • cyan value is 59.34%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 64.31%
CMYK:
(59,0,23,64)
C59M0Y23K64 
(59%,0%,23%,64%)
(0.59/0.00/0.23/0.64)	

CMYK percentages

%59.34
%0
%23.08
%64.31

Codes

Color #255B46 in popluar color models

255B46
RGB379170
HSL157°42.19%25.10%
HSB/HSV157°59.34%35.69%
CMYK59.34%0.00%23.08%
64.31%

Color #255B46 in popluar number systems.

HEX255B46
Decimal379170
Binary10010110110111000110
Octal45133106

Shades and tints

Shades of #255B46

#255B46
(37,91,70)
#225340
(34,83,64)
#1F4B3A
(31,75,58)
#1C4334
(28,67,52)
#193B2E
(25,59,46)
#163328
(22,51,40)
#132B22
(19,43,34)
#10231C
(16,35,28)
#0D1B16
(13,27,22)
#0A1310
(10,19,16)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #255B46

#255B46
(37,91,70)
#386956
(56,105,86)
#4B7766
(75,119,102)
#5E8576
(94,133,118)
#719386
(113,147,134)
#84A196
(132,161,150)
#97AFA6
(151,175,166)
#AABDB6
(170,189,182)
#BDCBC6
(189,203,198)
#D0D9D6
(208,217,214)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255B46; }

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

This text font color is #255B46.


Background Color

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

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

This div background color is #255B46.


Border color

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

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

This div border color is #255B46.


Opacity

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

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

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

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

This text has shadow with #255B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255B46 on black background.


Color preview on white background

This text has color #255B46 on white background.



Black color preview on #255B46 background

This text has black color on #255B46 background.


White color preview on #255B46 background

This text has white color on #255B46 background.