COLOR #255413

HEX: #255413
RGB: (37,84,19)

Color info

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

RGB color model

#255413 color RGB value is (37,84,19).

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

RGB channels and saturation

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

37
84
19

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

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 19 = 140 (100%)
R 37 of 140 ~ 26.43%
G 84 of 140 ~ 60%
B 19 of 140 ~ 13.57%

%26.43
%60
%13.57

CMYK color model

#255413 color CMYK value is (56,0,77,67).

  • cyan value is 55.95%
  • magenta value is 0.00%
  • yellow value is 77.38%
  • key color value is 67.06%
CMYK:
(56,0,77,67)
C56M0Y77K67 
(56%,0%,77%,67%)
(0.56/0.00/0.77/0.67)	

CMYK percentages

%55.95
%0
%77.38
%67.06

Codes

Color #255413 in popluar color models

255413
RGB378419
HSL103°63.11%20.20%
HSB/HSV103°77.38%32.94%
CMYK55.95%0.00%77.38%
67.06%

Color #255413 in popluar number systems.

HEX255413
Decimal378419
Binary100101101010010011
Octal4512423

Shades and tints

Shades of #255413

#255413
(37,84,19)
#224D12
(34,77,18)
#1F4611
(31,70,17)
#1C3F10
(28,63,16)
#19380F
(25,56,15)
#16310E
(22,49,14)
#132A0D
(19,42,13)
#10230C
(16,35,12)
#0D1C0B
(13,28,11)
#0A150A
(10,21,10)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #255413

#255413
(37,84,19)
#386328
(56,99,40)
#4B723D
(75,114,61)
#5E8152
(94,129,82)
#719067
(113,144,103)
#849F7C
(132,159,124)
#97AE91
(151,174,145)
#AABDA6
(170,189,166)
#BDCCBB
(189,204,187)
#D0DBD0
(208,219,208)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255413; }

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

This text font color is #255413.


Background Color

.myBgColor { background-color: #255413; }

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

This div background color is #255413.


Border color

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

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

This div border color is #255413.


Opacity

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

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

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

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

This text has shadow with #255413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255413 on black background.


Color preview on white background

This text has color #255413 on white background.



Black color preview on #255413 background

This text has black color on #255413 background.


White color preview on #255413 background

This text has white color on #255413 background.