COLOR #255542

HEX: #255542
RGB: (37,85,66)

Color info

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

RGB color model

#255542 color RGB value is (37,85,66).

  • red value is 37;
  • green value is 85;
  • blue value is 66.
RGB:
(37,85,66)
(15%,33%,26%)

RGB channels and saturation

R 37 of 255 = 15%
G 85 of 255 = 33%
B 66 of 255 = 26%

37
85
66

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

Portions of RGB colors in percentages

R + G + B =
37 + 85 + 66 = 188 (100%)
R 37 of 188 ~ 19.68%
G 85 of 188 ~ 45.21%
B 66 of 188 ~ 35.11%

%19.68
%45.21
%35.11

CMYK color model

#255542 color CMYK value is (56,0,22,67).

  • cyan value is 56.47%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(56,0,22,67)
C56M0Y22K67 
(56%,0%,22%,67%)
(0.56/0.00/0.22/0.67)	

CMYK percentages

%56.47
%0
%22.35
%66.67

Codes

Color #255542 in popluar color models

255542
RGB378566
HSL156°39.34%23.92%
HSB/HSV156°56.47%33.33%
CMYK56.47%0.00%22.35%
66.67%

Color #255542 in popluar number systems.

HEX255542
Decimal378566
Binary10010110101011000010
Octal45125102

Shades and tints

Shades of #255542

#255542
(37,85,66)
#224E3C
(34,78,60)
#1F4736
(31,71,54)
#1C4030
(28,64,48)
#19392A
(25,57,42)
#163224
(22,50,36)
#132B1E
(19,43,30)
#102418
(16,36,24)
#0D1D12
(13,29,18)
#0A160C
(10,22,12)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #255542

#255542
(37,85,66)
#386453
(56,100,83)
#4B7364
(75,115,100)
#5E8275
(94,130,117)
#719186
(113,145,134)
#84A097
(132,160,151)
#97AFA8
(151,175,168)
#AABEB9
(170,190,185)
#BDCDCA
(189,205,202)
#D0DCDB
(208,220,219)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255542; }

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

This text font color is #255542.


Background Color

.myBgColor { background-color: #255542; }

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

This div background color is #255542.


Border color

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

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

This div border color is #255542.


Opacity

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

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

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

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

This text has shadow with #255542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255542 on black background.


Color preview on white background

This text has color #255542 on white background.



Black color preview on #255542 background

This text has black color on #255542 background.


White color preview on #255542 background

This text has white color on #255542 background.