COLOR #253814

HEX: #253814
RGB: (37,56,20)

Color info

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

RGB color model

#253814 color RGB value is (37,56,20).

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

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 20 of 255 = 8%

37
56
20

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

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 20 = 113 (100%)
R 37 of 113 ~ 32.74%
G 56 of 113 ~ 49.56%
B 20 of 113 ~ 17.7%

%32.74
%49.56
%17.7

CMYK color model

#253814 color CMYK value is (34,0,64,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 78.04%
CMYK:
(34,0,64,78)
C34M0Y64K78 
(34%,0%,64%,78%)
(0.34/0.00/0.64/0.78)	

CMYK percentages

%33.93
%0
%64.29
%78.04

Codes

Color #253814 in popluar color models

253814
RGB375620
HSL92°47.37%14.90%
HSB/HSV92°64.29%21.96%
CMYK33.93%0.00%64.29%
78.04%

Color #253814 in popluar number systems.

HEX253814
Decimal375620
Binary10010111100010100
Octal457024

Shades and tints

Shades of #253814

#253814
(37,56,20)
#223313
(34,51,19)
#1F2E12
(31,46,18)
#1C2911
(28,41,17)
#192410
(25,36,16)
#161F0F
(22,31,15)
#131A0E
(19,26,14)
#10150D
(16,21,13)
#0D100C
(13,16,12)
#0A0B0B
(10,11,11)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #253814

#253814
(37,56,20)
#384A29
(56,74,41)
#4B5C3E
(75,92,62)
#5E6E53
(94,110,83)
#718068
(113,128,104)
#84927D
(132,146,125)
#97A492
(151,164,146)
#AAB6A7
(170,182,167)
#BDC8BC
(189,200,188)
#D0DAD1
(208,218,209)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253814; }

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

This text font color is #253814.


Background Color

.myBgColor { background-color: #253814; }

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

This div background color is #253814.


Border color

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

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

This div border color is #253814.


Opacity

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

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

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

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

This text has shadow with #253814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253814 on black background.


Color preview on white background

This text has color #253814 on white background.



Black color preview on #253814 background

This text has black color on #253814 background.


White color preview on #253814 background

This text has white color on #253814 background.