COLOR #253C10

HEX: #253C10
RGB: (37,60,16)

Color info

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

RGB color model

#253C10 color RGB value is (37,60,16).

  • red value is 37;
  • green value is 60;
  • blue value is 16.
RGB:
(37,60,16)
(15%,24%,6%)

RGB channels and saturation

R 37 of 255 = 15%
G 60 of 255 = 24%
B 16 of 255 = 6%

37
60
16

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

Portions of RGB colors in percentages

R + G + B =
37 + 60 + 16 = 113 (100%)
R 37 of 113 ~ 32.74%
G 60 of 113 ~ 53.1%
B 16 of 113 ~ 14.16%

%32.74
%53.1
%14.16

CMYK color model

#253C10 color CMYK value is (38,0,73,76).

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 76.47%
CMYK:
(38,0,73,76)
C38M0Y73K76 
(38%,0%,73%,76%)
(0.38/0.00/0.73/0.76)	

CMYK percentages

%38.33
%0
%73.33
%76.47

Codes

Color #253C10 in popluar color models

253C10
RGB376016
HSL91°57.89%14.90%
HSB/HSV91°73.33%23.53%
CMYK38.33%0.00%73.33%
76.47%

Color #253C10 in popluar number systems.

HEX253C10
Decimal376016
Binary10010111110010000
Octal457420

Shades and tints

Shades of #253C10

#253C10
(37,60,16)
#22370F
(34,55,15)
#1F320E
(31,50,14)
#1C2D0D
(28,45,13)
#19280C
(25,40,12)
#16230B
(22,35,11)
#131E0A
(19,30,10)
#101909
(16,25,9)
#0D1408
(13,20,8)
#0A0F07
(10,15,7)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #253C10

#253C10
(37,60,16)
#384D25
(56,77,37)
#4B5E3A
(75,94,58)
#5E6F4F
(94,111,79)
#718064
(113,128,100)
#849179
(132,145,121)
#97A28E
(151,162,142)
#AAB3A3
(170,179,163)
#BDC4B8
(189,196,184)
#D0D5CD
(208,213,205)
#E3E6E2
(227,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253C10 color. Also use rgb(37,60,16) instead hex code.

Text Font Color

.myTextColor { color: #253C10; }

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

This text font color is #253C10.


Background Color

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

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

This div background color is #253C10.


Border color

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

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

This div border color is #253C10.


Opacity

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

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

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

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

This text has shadow with #253C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253C10 on black background.


Color preview on white background

This text has color #253C10 on white background.



Black color preview on #253C10 background

This text has black color on #253C10 background.


White color preview on #253C10 background

This text has white color on #253C10 background.