COLOR #253112

HEX: #253112
RGB: (37,49,18)

Color info

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

RGB color model

#253112 color RGB value is (37,49,18).

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

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 18 of 255 = 7%

37
49
18

R + G + B ~ 14%. #253112 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 49 + 18 = 104 (100%)
R 37 of 104 ~ 35.58%
G 49 of 104 ~ 47.12%
B 18 of 104 ~ 17.31%

%35.58
%47.12
%17.31

CMYK color model

#253112 color CMYK value is (24,0,63,81).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 63.27%
  • key color value is 80.78%
CMYK:
(24,0,63,81)
C24M0Y63K81 
(24%,0%,63%,81%)
(0.24/0.00/0.63/0.81)	

CMYK percentages

%24.49
%0
%63.27
%80.78

Codes

Color #253112 in popluar color models

253112
RGB374918
HSL83°46.27%13.14%
HSB/HSV83°63.27%19.22%
CMYK24.49%0.00%63.27%
80.78%

Color #253112 in popluar number systems.

HEX253112
Decimal374918
Binary10010111000110010
Octal456122

Shades and tints

Shades of #253112

#253112
(37,49,18)
#222D11
(34,45,17)
#1F2910
(31,41,16)
#1C250F
(28,37,15)
#19210E
(25,33,14)
#161D0D
(22,29,13)
#13190C
(19,25,12)
#10150B
(16,21,11)
#0D110A
(13,17,10)
#0A0D09
(10,13,9)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #253112

#253112
(37,49,18)
#384327
(56,67,39)
#4B553C
(75,85,60)
#5E6751
(94,103,81)
#717966
(113,121,102)
#848B7B
(132,139,123)
#979D90
(151,157,144)
#AAAFA5
(170,175,165)
#BDC1BA
(189,193,186)
#D0D3CF
(208,211,207)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253112; }

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

This text font color is #253112.


Background Color

.myBgColor { background-color: #253112; }

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

This div background color is #253112.


Border color

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

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

This div border color is #253112.


Opacity

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

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

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

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

This text has shadow with #253112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253112 on black background.


Color preview on white background

This text has color #253112 on white background.



Black color preview on #253112 background

This text has black color on #253112 background.


White color preview on #253112 background

This text has white color on #253112 background.