COLOR #255A0D

HEX: #255A0D RGB: (37,90,13)

Color info

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

RGB color model

#255A0D color RGB value is (37,90,13).

RGB: (37,90,13) (15%, 35%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 13 of 255 = 5%

37
90
13

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

Portions of RGB colors in percentages

R + G + B = 37 + 90 + 13 = 140 (100%)
R 37 of 140 ~ 26.43%
G 90 of 140 ~ 64.29%
B 13 of 140 ~ 9.29'%

%26.43
%64.29

CMYK color model

#255A0D color CMYK value is (59,0,86,65).

  • cyan value is 58.89%
  • magenta value is 0.00%
  • yellow value is 85.56%
  • key color value is 64.71%

CMYK: (59,0,86,65)
C59M0Y86K65 (59%, 0%, 86%, 65%)
(0.59 / 0.00 / 0.86 / 0.65)

CMYK percentages

%58.89
%0
%85.56
%64.71

Codes

Color #255A0D in popluar color models

25 5A 0D
RGB 37 90 13
HSL 101° 74.76% 20.20%
HSB/HSV 101° 85.56% 35.29%
CMYK 58.89% 0.00% 85.56%
64.71%

Color #255A0D in popluar number systems.

HEX 25 5A 0D
Decimal 37 90 13
Binary 100101 1011010 1101
Octal 45 132 15

Shades and tints

Shades of #255A0D

#255A0D
(37,90,13)
#22520C
(34,82,12)
#1F4A0B
(31,74,11)
#1C420A
(28,66,10)
#193A09
(25,58,9)
#163208
(22,50,8)
#132A07
(19,42,7)
#102206
(16,34,6)
#0D1A05
(13,26,5)
#0A1204
(10,18,4)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #255A0D

#255A0D
(37,90,13)
#386923
(56,105,35)
#4B7839
(75,120,57)
#5E874F
(94,135,79)
#719665
(113,150,101)
#84A57B
(132,165,123)
#97B491
(151,180,145)
#AAC3A7
(170,195,167)
#BDD2BD
(189,210,189)
#D0E1D3
(208,225,211)
#E3F0E9
(227,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255A0D; }

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

This text font color is #255A0D.

Background Color

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

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

This div background color is #255A0D.

Border color

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

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

This div border color is #255A0D.

Opacity

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

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

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

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

This text has shadow with #255A0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255A0D.

Preview

Color preview on black background

This text has color #255A0D on black background.


Color preview on white background

This text has color #255A0D on white background.


Black color preview on #255A0D background

This text has black color on #255A0D background.


White color preview on #255A0D background

This text has white color on #255A0D background.


Related colors

Complementary color

Complementary color for #hex is #DAA5F2.


I love getcolorcode.com

Triadic colors

1 #0D255A and #5A0D25 with #255A0D are triadic colors.

2 #0D5A25 and #5A250D with #255A0D are triadic colors.