COLOR #196035

HEX: #196035 RGB: (25,96,53)

Color info

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

RGB color model

#196035 color RGB value is (25,96,53).

RGB: (25,96,53) (10%, 38%, 21%)

RGB channels and saturation

R 25 of 255 = 10%
G 96 of 255 = 38%
B 53 of 255 = 21%

25
96
53

R + G + B ~ 23%. #196035 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 96 + 53 = 174 (100%)
R 25 of 174 ~ 14.37%
G 96 of 174 ~ 55.17%
B 53 of 174 ~ 30.46'%

%14.37
%55.17
%30.46

CMYK color model

#196035 color CMYK value is (74,0,45,62).

  • cyan value is 73.96%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 62.35%

CMYK: (74,0,45,62)
C74M0Y45K62 (74%, 0%, 45%, 62%)
(0.74 / 0.00 / 0.45 / 0.62)

CMYK percentages

%73.96
%0
%44.79
%62.35

Codes

Color #196035 in popluar color models

19 60 35
RGB 25 96 53
HSL 144° 58.68% 23.73%
HSB/HSV 144° 73.96% 37.65%
CMYK 73.96% 0.00% 44.79%
62.35%

Color #196035 in popluar number systems.

HEX 19 60 35
Decimal 25 96 53
Binary 11001 1100000 110101
Octal 31 140 65

Shades and tints

Shades of #196035

#196035
(25,96,53)
#175831
(23,88,49)
#15502D
(21,80,45)
#134829
(19,72,41)
#114025
(17,64,37)
#0F3821
(15,56,33)
#0D301D
(13,48,29)
#0B2819
(11,40,25)
#092015
(9,32,21)
#071811
(7,24,17)
#05100D
(5,16,13)
#000000
(0,0,0)

Tints of #196035

#196035
(25,96,53)
#2D6E47
(45,110,71)
#417C59
(65,124,89)
#558A6B
(85,138,107)
#69987D
(105,152,125)
#7DA68F
(125,166,143)
#91B4A1
(145,180,161)
#A5C2B3
(165,194,179)
#B9D0C5
(185,208,197)
#CDDED7
(205,222,215)
#E1ECE9
(225,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196035 color. Also use rgb(25,96,53) instead hex code.

Text Font Color

.myTextColor { color: #196035; }

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

This text font color is #196035.

Background Color

.myBgColor { background-color: #196035; }

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

This div background color is #196035.

Border color

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

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

This div border color is #196035.

Opacity

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

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

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

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

This text has shadow with #196035 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #196035.

Preview

Color preview on black background

This text has color #196035 on black background.


Color preview on white background

This text has color #196035 on white background.


Black color preview on #196035 background

This text has black color on #196035 background.


White color preview on #196035 background

This text has white color on #196035 background.


Related colors

Complementary color

Complementary color for #hex is #E69FCA.


I love getcolorcode.com

Triadic colors

1 #351960 and #603519 with #196035 are triadic colors.

2 #356019 and #601935 with #196035 are triadic colors.