COLOR #255A27

HEX: #255A27
RGB: (37,90,39)

Color info

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

RGB color model

#255A27 color RGB value is (37,90,39).

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

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 39 of 255 = 15%

37
90
39

R + G + B ~ 22%. #255A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 90 + 39 = 166 (100%)
R 37 of 166 ~ 22.29%
G 90 of 166 ~ 54.22%
B 39 of 166 ~ 23.49%

%22.29
%54.22
%23.49

CMYK color model

#255A27 color CMYK value is (59,0,57,65).

  • cyan value is 58.89%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 64.71%
CMYK:
(59,0,57,65)
C59M0Y57K65 
(59%,0%,57%,65%)
(0.59/0.00/0.57/0.65)	

CMYK percentages

%58.89
%0
%56.67
%64.71

Codes

Color #255A27 in popluar color models

255A27
RGB379039
HSL122°41.73%24.90%
HSB/HSV122°58.89%35.29%
CMYK58.89%0.00%56.67%
64.71%

Color #255A27 in popluar number systems.

HEX255A27
Decimal379039
Binary1001011011010100111
Octal4513247

Shades and tints

Shades of #255A27

#255A27
(37,90,39)
#225224
(34,82,36)
#1F4A21
(31,74,33)
#1C421E
(28,66,30)
#193A1B
(25,58,27)
#163218
(22,50,24)
#132A15
(19,42,21)
#102212
(16,34,18)
#0D1A0F
(13,26,15)
#0A120C
(10,18,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #255A27

#255A27
(37,90,39)
#38693A
(56,105,58)
#4B784D
(75,120,77)
#5E8760
(94,135,96)
#719673
(113,150,115)
#84A586
(132,165,134)
#97B499
(151,180,153)
#AAC3AC
(170,195,172)
#BDD2BF
(189,210,191)
#D0E1D2
(208,225,210)
#E3F0E5
(227,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255A27; }

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

This text font color is #255A27.


Background Color

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

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

This div background color is #255A27.


Border color

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

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

This div border color is #255A27.


Opacity

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

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

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

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

This text has shadow with #255A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255A27 on black background.


Color preview on white background

This text has color #255A27 on white background.



Black color preview on #255A27 background

This text has black color on #255A27 background.


White color preview on #255A27 background

This text has white color on #255A27 background.