COLOR #255C12

HEX: #255C12
RGB: (37,92,18)

Color info

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

RGB color model

#255C12 color RGB value is (37,92,18).

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

RGB channels and saturation

R 37 of 255 = 15%
G 92 of 255 = 36%
B 18 of 255 = 7%

37
92
18

R + G + B ~ 19%. #255C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 92 + 18 = 147 (100%)
R 37 of 147 ~ 25.17%
G 92 of 147 ~ 62.59%
B 18 of 147 ~ 12.24%

%25.17
%62.59
%12.24

CMYK color model

#255C12 color CMYK value is (60,0,80,64).

  • cyan value is 59.78%
  • magenta value is 0.00%
  • yellow value is 80.43%
  • key color value is 63.92%
CMYK:
(60,0,80,64)
C60M0Y80K64 
(60%,0%,80%,64%)
(0.60/0.00/0.80/0.64)	

CMYK percentages

%59.78
%0
%80.43
%63.92

Codes

Color #255C12 in popluar color models

255C12
RGB379218
HSL105°67.27%21.57%
HSB/HSV105°80.43%36.08%
CMYK59.78%0.00%80.43%
63.92%

Color #255C12 in popluar number systems.

HEX255C12
Decimal379218
Binary100101101110010010
Octal4513422

Shades and tints

Shades of #255C12

#255C12
(37,92,18)
#225411
(34,84,17)
#1F4C10
(31,76,16)
#1C440F
(28,68,15)
#193C0E
(25,60,14)
#16340D
(22,52,13)
#132C0C
(19,44,12)
#10240B
(16,36,11)
#0D1C0A
(13,28,10)
#0A1409
(10,20,9)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #255C12

#255C12
(37,92,18)
#386A27
(56,106,39)
#4B783C
(75,120,60)
#5E8651
(94,134,81)
#719466
(113,148,102)
#84A27B
(132,162,123)
#97B090
(151,176,144)
#AABEA5
(170,190,165)
#BDCCBA
(189,204,186)
#D0DACF
(208,218,207)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255C12; }

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

This text font color is #255C12.


Background Color

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

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

This div background color is #255C12.


Border color

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

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

This div border color is #255C12.


Opacity

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

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

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

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

This text has shadow with #255C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255C12 on black background.


Color preview on white background

This text has color #255C12 on white background.



Black color preview on #255C12 background

This text has black color on #255C12 background.


White color preview on #255C12 background

This text has white color on #255C12 background.