COLOR #253B1A

HEX: #253B1A
RGB: (37,59,26)

Color info

#253B1A contains red, green and blue colors in about the same proportion. Web safe color of #253B1A is #333300 (or #330).

RGB color model

#253B1A color RGB value is (37,59,26).

  • red value is 37;
  • green value is 59;
  • blue value is 26.
RGB:
(37,59,26)
(15%,23%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 26 of 255 = 10%

37
59
26

R + G + B ~ 16%. #253B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 59 + 26 = 122 (100%)
R 37 of 122 ~ 30.33%
G 59 of 122 ~ 48.36%
B 26 of 122 ~ 21.31%

%30.33
%48.36
%21.31

CMYK color model

#253B1A color CMYK value is (37,0,56,77).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 76.86%
CMYK:
(37,0,56,77)
C37M0Y56K77 
(37%,0%,56%,77%)
(0.37/0.00/0.56/0.77)	

CMYK percentages

%37.29
%0
%55.93
%76.86

Codes

Color #253B1A in popluar color models

253B1A
RGB375926
HSL100°38.82%16.67%
HSB/HSV100°55.93%23.14%
CMYK37.29%0.00%55.93%
76.86%

Color #253B1A in popluar number systems.

HEX253B1A
Decimal375926
Binary10010111101111010
Octal457332

Shades and tints

Shades of #253B1A

#253B1A
(37,59,26)
#223618
(34,54,24)
#1F3116
(31,49,22)
#1C2C14
(28,44,20)
#192712
(25,39,18)
#162210
(22,34,16)
#131D0E
(19,29,14)
#10180C
(16,24,12)
#0D130A
(13,19,10)
#0A0E08
(10,14,8)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #253B1A

#253B1A
(37,59,26)
#384C2E
(56,76,46)
#4B5D42
(75,93,66)
#5E6E56
(94,110,86)
#717F6A
(113,127,106)
#84907E
(132,144,126)
#97A192
(151,161,146)
#AAB2A6
(170,178,166)
#BDC3BA
(189,195,186)
#D0D4CE
(208,212,206)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253B1A color. Also use rgb(37,59,26) instead hex code.

Text Font Color

.myTextColor { color: #253B1A; }

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

This text font color is #253B1A.


Background Color

.myBgColor { background-color: #253B1A; }

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

This div background color is #253B1A.


Border color

.myBorderColor { border: 1px solid #253B1A; }

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

This div border color is #253B1A.


Opacity

.myOpacity80 { color: #253B1A; opacity: 0.8; }

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

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

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

This text has shadow with #253B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253B1A on black background.


Color preview on white background

This text has color #253B1A on white background.



Black color preview on #253B1A background

This text has black color on #253B1A background.


White color preview on #253B1A background

This text has white color on #253B1A background.