COLOR #18250A

HEX: #18250A
RGB: (24,37,10)

Color info

#18250A contains red, green and blue colors in about the same proportion. Web safe color of #18250A is #003300 (or #030).

RGB color model

#18250A color RGB value is (24,37,10).

  • red value is 24;
  • green value is 37;
  • blue value is 10.
RGB:
(24,37,10)
(9%,15%,4%)

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 10 of 255 = 4%

24
37
10

R + G + B ~ 9%. #18250A is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 10 = 71 (100%)
R 24 of 71 ~ 33.8%
G 37 of 71 ~ 52.11%
B 10 of 71 ~ 14.08%

%33.8
%52.11
%14.08

CMYK color model

#18250A color CMYK value is (35,0,73,85).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(35,0,73,85)
C35M0Y73K85 
(35%,0%,73%,85%)
(0.35/0.00/0.73/0.85)	

CMYK percentages

%35.14
%0
%72.97
%85.49

Codes

Color #18250A in popluar color models

18250A
RGB243710
HSL89°57.45%9.22%
HSB/HSV89°72.97%14.51%
CMYK35.14%0.00%72.97%
85.49%

Color #18250A in popluar number systems.

HEX18250A
Decimal243710
Binary110001001011010
Octal304512

Shades and tints

Shades of #18250A

#18250A
(24,37,10)
#16220A
(22,34,10)
#141F0A
(20,31,10)
#121C0A
(18,28,10)
#10190A
(16,25,10)
#0E160A
(14,22,10)
#0C130A
(12,19,10)
#0A100A
(10,16,10)
#080D0A
(8,13,10)
#060A0A
(6,10,10)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #18250A

#18250A
(24,37,10)
#2D3820
(45,56,32)
#424B36
(66,75,54)
#575E4C
(87,94,76)
#6C7162
(108,113,98)
#818478
(129,132,120)
#96978E
(150,151,142)
#ABAAA4
(171,170,164)
#C0BDBA
(192,189,186)
#D5D0D0
(213,208,208)
#EAE3E6
(234,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18250A color. Also use rgb(24,37,10) instead hex code.

Text Font Color

.myTextColor { color: #18250A; }

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

This text font color is #18250A.


Background Color

.myBgColor { background-color: #18250A; }

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

This div background color is #18250A.


Border color

.myBorderColor { border: 1px solid #18250A; }

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

This div border color is #18250A.


Opacity

.myOpacity80 { color: #18250A; opacity: 0.8; }

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

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

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

This text has shadow with #18250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18250A on black background.


Color preview on white background

This text has color #18250A on white background.



Black color preview on #18250A background

This text has black color on #18250A background.


White color preview on #18250A background

This text has white color on #18250A background.