COLOR #255D3E

HEX: #255D3E
RGB: (37,93,62)

Color info

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

RGB color model

#255D3E color RGB value is (37,93,62).

  • red value is 37;
  • green value is 93;
  • blue value is 62.
RGB:
(37,93,62)
(15%,36%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 93 of 255 = 36%
B 62 of 255 = 24%

37
93
62

R + G + B ~ 25%. #255D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 93 + 62 = 192 (100%)
R 37 of 192 ~ 19.27%
G 93 of 192 ~ 48.44%
B 62 of 192 ~ 32.29%

%19.27
%48.44
%32.29

CMYK color model

#255D3E color CMYK value is (60,0,33,64).

  • cyan value is 60.22%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 63.53%
CMYK:
(60,0,33,64)
C60M0Y33K64 
(60%,0%,33%,64%)
(0.60/0.00/0.33/0.64)	

CMYK percentages

%60.22
%0
%33.33
%63.53

Codes

Color #255D3E in popluar color models

255D3E
RGB379362
HSL147°43.08%25.49%
HSB/HSV147°60.22%36.47%
CMYK60.22%0.00%33.33%
63.53%

Color #255D3E in popluar number systems.

HEX255D3E
Decimal379362
Binary1001011011101111110
Octal4513576

Shades and tints

Shades of #255D3E

#255D3E
(37,93,62)
#225539
(34,85,57)
#1F4D34
(31,77,52)
#1C452F
(28,69,47)
#193D2A
(25,61,42)
#163525
(22,53,37)
#132D20
(19,45,32)
#10251B
(16,37,27)
#0D1D16
(13,29,22)
#0A1511
(10,21,17)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #255D3E

#255D3E
(37,93,62)
#386B4F
(56,107,79)
#4B7960
(75,121,96)
#5E8771
(94,135,113)
#719582
(113,149,130)
#84A393
(132,163,147)
#97B1A4
(151,177,164)
#AABFB5
(170,191,181)
#BDCDC6
(189,205,198)
#D0DBD7
(208,219,215)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255D3E color. Also use rgb(37,93,62) instead hex code.

Text Font Color

.myTextColor { color: #255D3E; }

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

This text font color is #255D3E.


Background Color

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

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

This div background color is #255D3E.


Border color

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

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

This div border color is #255D3E.


Opacity

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

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

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

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

This text has shadow with #255D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255D3E on black background.


Color preview on white background

This text has color #255D3E on white background.



Black color preview on #255D3E background

This text has black color on #255D3E background.


White color preview on #255D3E background

This text has white color on #255D3E background.