COLOR #125330

HEX: #125330
RGB: (18,83,48)

Color info

#125330 contains mainly green and blue colors. Web safe color of #125330 is #006633 (or #063).

RGB color model

#125330 color RGB value is (18,83,48).

  • red value is 18;
  • green value is 83;
  • blue value is 48.
RGB:
(18,83,48)
(7%,33%,19%)

RGB channels and saturation

R 18 of 255 = 7%
G 83 of 255 = 33%
B 48 of 255 = 19%

18
83
48

R + G + B ~ 20%. #125330 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 83 + 48 = 149 (100%)
R 18 of 149 ~ 12.08%
G 83 of 149 ~ 55.7%
B 48 of 149 ~ 32.21%

%12.08
%55.7
%32.21

CMYK color model

#125330 color CMYK value is (78,0,42,67).

  • cyan value is 78.31%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 67.45%
CMYK:
(78,0,42,67)
C78M0Y42K67 
(78%,0%,42%,67%)
(0.78/0.00/0.42/0.67)	

CMYK percentages

%78.31
%0
%42.17
%67.45

Codes

Color #125330 in popluar color models

125330
RGB188348
HSL148°64.36%19.80%
HSB/HSV148°78.31%32.55%
CMYK78.31%0.00%42.17%
67.45%

Color #125330 in popluar number systems.

HEX125330
Decimal188348
Binary100101010011110000
Octal2212360

Shades and tints

Shades of #125330

#125330
(18,83,48)
#114C2C
(17,76,44)
#104528
(16,69,40)
#0F3E24
(15,62,36)
#0E3720
(14,55,32)
#0D301C
(13,48,28)
#0C2918
(12,41,24)
#0B2214
(11,34,20)
#0A1B10
(10,27,16)
#09140C
(9,20,12)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #125330

#125330
(18,83,48)
#276242
(39,98,66)
#3C7154
(60,113,84)
#518066
(81,128,102)
#668F78
(102,143,120)
#7B9E8A
(123,158,138)
#90AD9C
(144,173,156)
#A5BCAE
(165,188,174)
#BACBC0
(186,203,192)
#CFDAD2
(207,218,210)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125330 color. Also use rgb(18,83,48) instead hex code.

Text Font Color

.myTextColor { color: #125330; }

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

This text font color is #125330.


Background Color

.myBgColor { background-color: #125330; }

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

This div background color is #125330.


Border color

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

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

This div border color is #125330.


Opacity

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

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

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

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

This text has shadow with #125330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125330 on black background.


Color preview on white background

This text has color #125330 on white background.



Black color preview on #125330 background

This text has black color on #125330 background.


White color preview on #125330 background

This text has white color on #125330 background.