COLOR #255412

HEX: #255412
RGB: (37,84,18)

Color info

#255412 contains mainly red and green colors. Web safe color of #255412 is #336600 (or #360).

RGB color model

#255412 color RGB value is (37,84,18).

  • red value is 37;
  • green value is 84;
  • blue value is 18.
RGB:
(37,84,18)
(15%,33%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 18 of 255 = 7%

37
84
18

R + G + B ~ 18%. #255412 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 18 = 139 (100%)
R 37 of 139 ~ 26.62%
G 84 of 139 ~ 60.43%
B 18 of 139 ~ 12.95%

%26.62
%60.43
%12.95

CMYK color model

#255412 color CMYK value is (56,0,79,67).

  • cyan value is 55.95%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 67.06%
CMYK:
(56,0,79,67)
C56M0Y79K67 
(56%,0%,79%,67%)
(0.56/0.00/0.79/0.67)	

CMYK percentages

%55.95
%0
%78.57
%67.06

Codes

Color #255412 in popluar color models

255412
RGB378418
HSL103°64.71%20.00%
HSB/HSV103°78.57%32.94%
CMYK55.95%0.00%78.57%
67.06%

Color #255412 in popluar number systems.

HEX255412
Decimal378418
Binary100101101010010010
Octal4512422

Shades and tints

Shades of #255412

#255412
(37,84,18)
#224D11
(34,77,17)
#1F4610
(31,70,16)
#1C3F0F
(28,63,15)
#19380E
(25,56,14)
#16310D
(22,49,13)
#132A0C
(19,42,12)
#10230B
(16,35,11)
#0D1C0A
(13,28,10)
#0A1509
(10,21,9)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #255412

#255412
(37,84,18)
#386327
(56,99,39)
#4B723C
(75,114,60)
#5E8151
(94,129,81)
#719066
(113,144,102)
#849F7B
(132,159,123)
#97AE90
(151,174,144)
#AABDA5
(170,189,165)
#BDCCBA
(189,204,186)
#D0DBCF
(208,219,207)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255412 color. Also use rgb(37,84,18) instead hex code.

Text Font Color

.myTextColor { color: #255412; }

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

This text font color is #255412.


Background Color

.myBgColor { background-color: #255412; }

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

This div background color is #255412.


Border color

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

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

This div border color is #255412.


Opacity

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

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

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

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

This text has shadow with #255412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255412 on black background.


Color preview on white background

This text has color #255412 on white background.



Black color preview on #255412 background

This text has black color on #255412 background.


White color preview on #255412 background

This text has white color on #255412 background.