COLOR #253812

HEX: #253812
RGB: (37,56,18)

Color info

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

RGB color model

#253812 color RGB value is (37,56,18).

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

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 18 of 255 = 7%

37
56
18

R + G + B ~ 15%. #253812 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 18 = 111 (100%)
R 37 of 111 ~ 33.33%
G 56 of 111 ~ 50.45%
B 18 of 111 ~ 16.22%

%33.33
%50.45
%16.22

CMYK color model

#253812 color CMYK value is (34,0,68,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 78.04%
CMYK:
(34,0,68,78)
C34M0Y68K78 
(34%,0%,68%,78%)
(0.34/0.00/0.68/0.78)	

CMYK percentages

%33.93
%0
%67.86
%78.04

Codes

Color #253812 in popluar color models

253812
RGB375618
HSL90°51.35%14.51%
HSB/HSV90°67.86%21.96%
CMYK33.93%0.00%67.86%
78.04%

Color #253812 in popluar number systems.

HEX253812
Decimal375618
Binary10010111100010010
Octal457022

Shades and tints

Shades of #253812

#253812
(37,56,18)
#223311
(34,51,17)
#1F2E10
(31,46,16)
#1C290F
(28,41,15)
#19240E
(25,36,14)
#161F0D
(22,31,13)
#131A0C
(19,26,12)
#10150B
(16,21,11)
#0D100A
(13,16,10)
#0A0B09
(10,11,9)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #253812

#253812
(37,56,18)
#384A27
(56,74,39)
#4B5C3C
(75,92,60)
#5E6E51
(94,110,81)
#718066
(113,128,102)
#84927B
(132,146,123)
#97A490
(151,164,144)
#AAB6A5
(170,182,165)
#BDC8BA
(189,200,186)
#D0DACF
(208,218,207)
#E3ECE4
(227,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253812; }

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

This text font color is #253812.


Background Color

.myBgColor { background-color: #253812; }

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

This div background color is #253812.


Border color

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

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

This div border color is #253812.


Opacity

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

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

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

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

This text has shadow with #253812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253812 on black background.


Color preview on white background

This text has color #253812 on white background.



Black color preview on #253812 background

This text has black color on #253812 background.


White color preview on #253812 background

This text has white color on #253812 background.