COLOR #255041

HEX: #255041
RGB: (37,80,65)

Color info

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

RGB color model

#255041 color RGB value is (37,80,65).

  • red value is 37;
  • green value is 80;
  • blue value is 65.
RGB:
(37,80,65)
(15%,31%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 65 of 255 = 25%

37
80
65

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

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 65 = 182 (100%)
R 37 of 182 ~ 20.33%
G 80 of 182 ~ 43.96%
B 65 of 182 ~ 35.71%

%20.33
%43.96
%35.71

CMYK color model

#255041 color CMYK value is (54,0,19,69).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(54,0,19,69)
C54M0Y19K69 
(54%,0%,19%,69%)
(0.54/0.00/0.19/0.69)	

CMYK percentages

%53.75
%0
%18.75
%68.63

Codes

Color #255041 in popluar color models

255041
RGB378065
HSL159°36.75%22.94%
HSB/HSV159°53.75%31.37%
CMYK53.75%0.00%18.75%
68.63%

Color #255041 in popluar number systems.

HEX255041
Decimal378065
Binary10010110100001000001
Octal45120101

Shades and tints

Shades of #255041

#255041
(37,80,65)
#22493C
(34,73,60)
#1F4237
(31,66,55)
#1C3B32
(28,59,50)
#19342D
(25,52,45)
#162D28
(22,45,40)
#132623
(19,38,35)
#101F1E
(16,31,30)
#0D1819
(13,24,25)
#0A1114
(10,17,20)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #255041

#255041
(37,80,65)
#385F52
(56,95,82)
#4B6E63
(75,110,99)
#5E7D74
(94,125,116)
#718C85
(113,140,133)
#849B96
(132,155,150)
#97AAA7
(151,170,167)
#AAB9B8
(170,185,184)
#BDC8C9
(189,200,201)
#D0D7DA
(208,215,218)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255041; }

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

This text font color is #255041.


Background Color

.myBgColor { background-color: #255041; }

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

This div background color is #255041.


Border color

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

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

This div border color is #255041.


Opacity

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

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

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

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

This text has shadow with #255041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255041 on black background.


Color preview on white background

This text has color #255041 on white background.



Black color preview on #255041 background

This text has black color on #255041 background.


White color preview on #255041 background

This text has white color on #255041 background.