COLOR #255A45

HEX: #255A45
RGB: (37,90,69)

Color info

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

RGB color model

#255A45 color RGB value is (37,90,69).

  • red value is 37;
  • green value is 90;
  • blue value is 69.
RGB:
(37,90,69)
(15%,35%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 69 of 255 = 27%

37
90
69

R + G + B ~ 26%. #255A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 90 + 69 = 196 (100%)
R 37 of 196 ~ 18.88%
G 90 of 196 ~ 45.92%
B 69 of 196 ~ 35.2%

%18.88
%45.92
%35.2

CMYK color model

#255A45 color CMYK value is (59,0,23,65).

  • cyan value is 58.89%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 64.71%
CMYK:
(59,0,23,65)
C59M0Y23K65 
(59%,0%,23%,65%)
(0.59/0.00/0.23/0.65)	

CMYK percentages

%58.89
%0
%23.33
%64.71

Codes

Color #255A45 in popluar color models

255A45
RGB379069
HSL156°41.73%24.90%
HSB/HSV156°58.89%35.29%
CMYK58.89%0.00%23.33%
64.71%

Color #255A45 in popluar number systems.

HEX255A45
Decimal379069
Binary10010110110101000101
Octal45132105

Shades and tints

Shades of #255A45

#255A45
(37,90,69)
#22523F
(34,82,63)
#1F4A39
(31,74,57)
#1C4233
(28,66,51)
#193A2D
(25,58,45)
#163227
(22,50,39)
#132A21
(19,42,33)
#10221B
(16,34,27)
#0D1A15
(13,26,21)
#0A120F
(10,18,15)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #255A45

#255A45
(37,90,69)
#386955
(56,105,85)
#4B7865
(75,120,101)
#5E8775
(94,135,117)
#719685
(113,150,133)
#84A595
(132,165,149)
#97B4A5
(151,180,165)
#AAC3B5
(170,195,181)
#BDD2C5
(189,210,197)
#D0E1D5
(208,225,213)
#E3F0E5
(227,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255A45 color. Also use rgb(37,90,69) instead hex code.

Text Font Color

.myTextColor { color: #255A45; }

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

This text font color is #255A45.


Background Color

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

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

This div background color is #255A45.


Border color

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

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

This div border color is #255A45.


Opacity

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

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

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

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

This text has shadow with #255A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255A45 on black background.


Color preview on white background

This text has color #255A45 on white background.



Black color preview on #255A45 background

This text has black color on #255A45 background.


White color preview on #255A45 background

This text has white color on #255A45 background.