COLOR #255E4A

HEX: #255E4A RGB: (37,94,74)

Color info

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

RGB color model

#255E4A color RGB value is (37,94,74).

RGB: (37,94,74) (15%, 37%, 29%)

RGB channels and saturation

R 37 of 255 = 15%
G 94 of 255 = 37%
B 74 of 255 = 29%

37
94
74

R + G + B ~ 27%. #255E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 94 + 74 = 205 (100%)
R 37 of 205 ~ 18.05%
G 94 of 205 ~ 45.85%
B 74 of 205 ~ 36.1'%

%18.05
%45.85
%36.1

CMYK color model

#255E4A color CMYK value is (61,0,21,63).

  • cyan value is 60.64%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 63.14%

CMYK: (61,0,21,63)
C61M0Y21K63 (61%, 0%, 21%, 63%)
(0.61 / 0.00 / 0.21 / 0.63)

CMYK percentages

%60.64
%0
%21.28
%63.14

Codes

Color #255E4A in popluar color models

25 5E 4A
RGB 37 94 74
HSL 159° 43.51% 25.69%
HSB/HSV 159° 60.64% 36.86%
CMYK 60.64% 0.00% 21.28%
63.14%

Color #255E4A in popluar number systems.

HEX 25 5E 4A
Decimal 37 94 74
Binary 100101 1011110 1001010
Octal 45 136 112

Shades and tints

Shades of #255E4A

#255E4A
(37,94,74)
#225644
(34,86,68)
#1F4E3E
(31,78,62)
#1C4638
(28,70,56)
#193E32
(25,62,50)
#16362C
(22,54,44)
#132E26
(19,46,38)
#102620
(16,38,32)
#0D1E1A
(13,30,26)
#0A1614
(10,22,20)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #255E4A

#255E4A
(37,94,74)
#386C5A
(56,108,90)
#4B7A6A
(75,122,106)
#5E887A
(94,136,122)
#71968A
(113,150,138)
#84A49A
(132,164,154)
#97B2AA
(151,178,170)
#AAC0BA
(170,192,186)
#BDCECA
(189,206,202)
#D0DCDA
(208,220,218)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255E4A; }

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

This text font color is #255E4A.

Background Color

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

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

This div background color is #255E4A.

Border color

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

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

This div border color is #255E4A.

Opacity

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

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

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

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

This text has shadow with #255E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255E4A.

Preview

Color preview on black background

This text has color #255E4A on black background.


Color preview on white background

This text has color #255E4A on white background.


Black color preview on #255E4A background

This text has black color on #255E4A background.


White color preview on #255E4A background

This text has white color on #255E4A background.


Related colors

Complementary color

Complementary color for #hex is #DAA1B5.


I love getcolorcode.com

Triadic colors

1 #4A255E and #5E4A25 with #255E4A are triadic colors.

2 #4A5E25 and #5E254A with #255E4A are triadic colors.