COLOR #255541

HEX: #255541 RGB: (37,85,65)

Color info

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

RGB color model

#255541 color RGB value is (37,85,65).

RGB: (37,85,65) (15%, 33%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 85 of 255 = 33%
B 65 of 255 = 25%

37
85
65

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

Portions of RGB colors in percentages

R + G + B = 37 + 85 + 65 = 187 (100%)
R 37 of 187 ~ 19.79%
G 85 of 187 ~ 45.45%
B 65 of 187 ~ 34.76'%

%19.79
%45.45
%34.76

CMYK color model

#255541 color CMYK value is (56,0,24,67).

  • cyan value is 56.47%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 66.67%

CMYK: (56,0,24,67)
C56M0Y24K67 (56%, 0%, 24%, 67%)
(0.56 / 0.00 / 0.24 / 0.67)

CMYK percentages

%56.47
%0
%23.53
%66.67

Codes

Color #255541 in popluar color models

25 55 41
RGB 37 85 65
HSL 155° 39.34% 23.92%
HSB/HSV 155° 56.47% 33.33%
CMYK 56.47% 0.00% 23.53%
66.67%

Color #255541 in popluar number systems.

HEX 25 55 41
Decimal 37 85 65
Binary 100101 1010101 1000001
Octal 45 125 101

Shades and tints

Shades of #255541

#255541
(37,85,65)
#224E3C
(34,78,60)
#1F4737
(31,71,55)
#1C4032
(28,64,50)
#19392D
(25,57,45)
#163228
(22,50,40)
#132B23
(19,43,35)
#10241E
(16,36,30)
#0D1D19
(13,29,25)
#0A1614
(10,22,20)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #255541

#255541
(37,85,65)
#386452
(56,100,82)
#4B7363
(75,115,99)
#5E8274
(94,130,116)
#719185
(113,145,133)
#84A096
(132,160,150)
#97AFA7
(151,175,167)
#AABEB8
(170,190,184)
#BDCDC9
(189,205,201)
#D0DCDA
(208,220,218)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255541 color. Also use rgb(37,85,65) instead hex code.

Text Font Color

.myTextColor { color: #255541; }

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

This text font color is #255541.

Background Color

.myBgColor { background-color: #255541; }

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

This div background color is #255541.

Border color

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

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

This div border color is #255541.

Opacity

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

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

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

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

This text has shadow with #255541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255541.

Preview

Color preview on black background

This text has color #255541 on black background.


Color preview on white background

This text has color #255541 on white background.


Black color preview on #255541 background

This text has black color on #255541 background.


White color preview on #255541 background

This text has white color on #255541 background.


Related colors

Complementary color

Complementary color for #hex is #DAAABE.


I love getcolorcode.com

Triadic colors

1 #412555 and #554125 with #255541 are triadic colors.

2 #415525 and #552541 with #255541 are triadic colors.