COLOR #255A1B

HEX: #255A1B
RGB: (37,90,27)

Color info

#255A1B contains mainly red and green colors. Web safe color of #255A1B is #336633 (or #363).

RGB color model

#255A1B color RGB value is (37,90,27).

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

RGB channels and saturation

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

37
90
27

R + G + B ~ 20%. #255A1B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 90 + 27 = 154 (100%)
R 37 of 154 ~ 24.03%
G 90 of 154 ~ 58.44%
B 27 of 154 ~ 17.53%

%24.03
%58.44
%17.53

CMYK color model

#255A1B color CMYK value is (59,0,70,65).

  • cyan value is 58.89%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 64.71%
CMYK:
(59,0,70,65)
C59M0Y70K65 
(59%,0%,70%,65%)
(0.59/0.00/0.70/0.65)	

CMYK percentages

%58.89
%0
%70
%64.71

Codes

Color #255A1B in popluar color models

255A1B
RGB379027
HSL110°53.85%22.94%
HSB/HSV110°70.00%35.29%
CMYK58.89%0.00%70.00%
64.71%

Color #255A1B in popluar number systems.

HEX255A1B
Decimal379027
Binary100101101101011011
Octal4513233

Shades and tints

Shades of #255A1B

#255A1B
(37,90,27)
#225219
(34,82,25)
#1F4A17
(31,74,23)
#1C4215
(28,66,21)
#193A13
(25,58,19)
#163211
(22,50,17)
#132A0F
(19,42,15)
#10220D
(16,34,13)
#0D1A0B
(13,26,11)
#0A1209
(10,18,9)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #255A1B

#255A1B
(37,90,27)
#38692F
(56,105,47)
#4B7843
(75,120,67)
#5E8757
(94,135,87)
#71966B
(113,150,107)
#84A57F
(132,165,127)
#97B493
(151,180,147)
#AAC3A7
(170,195,167)
#BDD2BB
(189,210,187)
#D0E1CF
(208,225,207)
#E3F0E3
(227,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255A1B; }

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

This text font color is #255A1B.


Background Color

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

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

This div background color is #255A1B.


Border color

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

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

This div border color is #255A1B.


Opacity

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

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

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

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

This text has shadow with #255A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255A1B on black background.


Color preview on white background

This text has color #255A1B on white background.



Black color preview on #255A1B background

This text has black color on #255A1B background.


White color preview on #255A1B background

This text has white color on #255A1B background.