COLOR #253612

HEX: #253612
RGB: (37,54,18)

Color info

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

RGB color model

#253612 color RGB value is (37,54,18).

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

RGB channels and saturation

R 37 of 255 = 15%
G 54 of 255 = 21%
B 18 of 255 = 7%

37
54
18

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

Portions of RGB colors in percentages

R + G + B =
37 + 54 + 18 = 109 (100%)
R 37 of 109 ~ 33.94%
G 54 of 109 ~ 49.54%
B 18 of 109 ~ 16.51%

%33.94
%49.54
%16.51

CMYK color model

#253612 color CMYK value is (31,0,67,79).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 78.82%
CMYK: (31,0,67,79) C31M0Y67K79 (31%,0%,67%,79%) (0.31/0.00/0.67/0.79)

CMYK percentages

%31.48
%0
%66.67
%78.82

Codes

Color #253612 in popluar color models

253612
RGB375418
HSL88°50.00%14.12%
HSB/HSV88°66.67%21.18%
CMYK31.48%0.00%66.67%
78.82%

Color #253612 in popluar number systems.

HEX253612
Decimal375418
Binary10010111011010010
Octal456622

Shades and tints

Shades of #253612

#253612
(37,54,18)
#223211
(34,50,17)
#1F2E10
(31,46,16)
#1C2A0F
(28,42,15)
#19260E
(25,38,14)
#16220D
(22,34,13)
#131E0C
(19,30,12)
#101A0B
(16,26,11)
#0D160A
(13,22,10)
#0A1209
(10,18,9)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #253612

#253612
(37,54,18)
#384827
(56,72,39)
#4B5A3C
(75,90,60)
#5E6C51
(94,108,81)
#717E66
(113,126,102)
#84907B
(132,144,123)
#97A290
(151,162,144)
#AAB4A5
(170,180,165)
#BDC6BA
(189,198,186)
#D0D8CF
(208,216,207)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253612; }

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

This text font color is #253612.


Background Color

.myBgColor { background-color: #253612; }

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

This div background color is #253612.


Border color

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

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

This div border color is #253612.


Opacity

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

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

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

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

This text has shadow with #253612 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #253612 on black background.


Color preview on white background

This text has color #253612 on white background.



Black color preview on #253612 background

This text has black color on #253612 background.


White color preview on #253612 background

This text has white color on #253612 background.