COLOR #255C0D

HEX: #255C0D RGB: (37,92,13)

Color info

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

RGB color model

#255C0D color RGB value is (37,92,13).

RGB: (37,92,13) (15%, 36%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 92 of 255 = 36%
B 13 of 255 = 5%

37
92
13

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

Portions of RGB colors in percentages

R + G + B = 37 + 92 + 13 = 142 (100%)
R 37 of 142 ~ 26.06%
G 92 of 142 ~ 64.79%
B 13 of 142 ~ 9.15'%

%26.06
%64.79

CMYK color model

#255C0D color CMYK value is (60,0,86,64).

  • cyan value is 59.78%
  • magenta value is 0.00%
  • yellow value is 85.87%
  • key color value is 63.92%

CMYK: (60,0,86,64)
C60M0Y86K64 (60%, 0%, 86%, 64%)
(0.60 / 0.00 / 0.86 / 0.64)

CMYK percentages

%59.78
%0
%85.87
%63.92

Codes

Color #255C0D in popluar color models

25 5C 0D
RGB 37 92 13
HSL 102° 75.24% 20.59%
HSB/HSV 102° 85.87% 36.08%
CMYK 59.78% 0.00% 85.87%
63.92%

Color #255C0D in popluar number systems.

HEX 25 5C 0D
Decimal 37 92 13
Binary 100101 1011100 1101
Octal 45 134 15

Shades and tints

Shades of #255C0D

#255C0D
(37,92,13)
#22540C
(34,84,12)
#1F4C0B
(31,76,11)
#1C440A
(28,68,10)
#193C09
(25,60,9)
#163408
(22,52,8)
#132C07
(19,44,7)
#102406
(16,36,6)
#0D1C05
(13,28,5)
#0A1404
(10,20,4)
#070C03
(7,12,3)
#000000
(0,0,0)

Tints of #255C0D

#255C0D
(37,92,13)
#386A23
(56,106,35)
#4B7839
(75,120,57)
#5E864F
(94,134,79)
#719465
(113,148,101)
#84A27B
(132,162,123)
#97B091
(151,176,145)
#AABEA7
(170,190,167)
#BDCCBD
(189,204,189)
#D0DAD3
(208,218,211)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255C0D; }

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

This text font color is #255C0D.

Background Color

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

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

This div background color is #255C0D.

Border color

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

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

This div border color is #255C0D.

Opacity

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

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

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

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

This text has shadow with #255C0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255C0D.

Preview

Color preview on black background

This text has color #255C0D on black background.


Color preview on white background

This text has color #255C0D on white background.


Black color preview on #255C0D background

This text has black color on #255C0D background.


White color preview on #255C0D background

This text has white color on #255C0D background.


Related colors

Complementary color

Complementary color for #hex is #DAA3F2.


I love getcolorcode.com

Triadic colors

1 #0D255C and #5C0D25 with #255C0D are triadic colors.

2 #0D5C25 and #5C250D with #255C0D are triadic colors.